Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored May 24, 2018
1 parent 6da580c commit b680ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ While TIER recommends/supports using Docker Swarm for orchestrating the Grouper

### Daemon/Loader

Run the Grouper Daemon/Loader as a service.
Run the Grouper Daemon/Loader as a service. If the daemon/loader container dies unexpectedly, it may be due to memory contraints. Refer to the "Grouper Shell/Loader" section below for information on how to tweak memory settings. The default

```console
$ docker service create --detach --name grouper-daemon tier/grouper:latest daemon
Expand Down Expand Up @@ -208,8 +208,8 @@ Deployers can set runtime variables to both the Grouper Shell and Loader/Daemon
### Grouper Shell/Loader

The following environment variables are used by the Grouper Shell/Loader:
- MEM_START: corresponds to the java's `-Xms`.
- MEM_MAX: corresponds to java's `-Xmx`.
- MEM_START: corresponds to the java's `-Xms`. (default is 64m)
- MEM_MAX: corresponds to java's `-Xmx`. (default is 750m)

### Tomcat/TomEE

Expand Down

0 comments on commit b680ca8

Please sign in to comment.