Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Oct 13, 2017
1 parent a971b38 commit c3835b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Setup.md
Expand Up @@ -150,7 +150,9 @@ Note: The `<param-value>` is in bytes.

### Memory configuration

The default memory assigned to Apollo, in both development and production, is 2048 MB. This can be changed in your
Changing the memory used by Apollo in production must be [configured within Tomcat directly](Troubleshooting#tomcat-memory).

The default memory assigned to Apollo to run commands in Apollo is 2048 MB. This can be changed in your
`apollo-config.groovy` by uncommenting the memory configuration block:

```
Expand All @@ -166,8 +168,6 @@ grails.project.fork = [
]
```

Changing the memory actually used by tomcat must be [Troubleshooting#tomcat-memory](done within tomcat itself).

### Note on database settings

If you use the `apollo run-local` command, then the "development" section of the apollo-config.groovy is used (or an
Expand Down

0 comments on commit c3835b2

Please sign in to comment.