@@ -14,7 +14,7 @@ ENV=local
1414# | Docker Sync
1515# |--------------------------------------------------------------------------
1616# |
17- # | Enable Docker Sync to fix performance issues on Mac and Windows.
17+ # | If true, enable Docker Sync to fix performance issues on Mac and Windows.
1818# |
1919# | It requires Docker Sync to be installed on your host.
2020# | See http://docker-sync.io/ for more details.
@@ -47,6 +47,25 @@ TRAEFIK_LOG_LEVEL=DEBUG
4747
4848TRAEFIK_PASSWORD=secret
4949
50+ # |--------------------------------------------------------------------------
51+ # | Graylog password
52+ # |--------------------------------------------------------------------------
53+ # |
54+ # | The password of the user defined in the "kickoff.yml" file.
55+ # |
56+
57+ GRAYLOG_PASSWORD=secret
58+
59+ # |--------------------------------------------------------------------------
60+ # | Graylog Java options
61+ # |--------------------------------------------------------------------------
62+ # |
63+ # | The Java options for the Graylog server and Elasticsearch.
64+ # |
65+
66+ GRAYLOG_SERVER_JAVA_OPTS="-Xms1g -Xmx2g -XX:NewRatio=1 -XX:MaxMetaspaceSize=256m -server -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:-OmitStackTraceInFastThrow"
67+ GRAYLOG_ES_JAVA_OPTS="-Xms256m -Xmx256m"
68+
5069# |--------------------------------------------------------------------------
5170# | MySQL password
5271# |--------------------------------------------------------------------------
@@ -60,7 +79,7 @@ MYSQL_PASSWORD=secret
6079# | MySQL root password
6180# |--------------------------------------------------------------------------
6281# |
63- # | The root password.
82+ # | The MySQL root password.
6483# |
6584
6685MYSQL_ROOT_PASSWORD=admin
@@ -94,26 +113,6 @@ REDIS_PASSWORD=secret
94113
95114RABBITMQ_PASSWORD=secret
96115
97- # |--------------------------------------------------------------------------
98- # | Graylog password
99- # |--------------------------------------------------------------------------
100- # |
101- # | The password of the user defined in the "kickoff.yml" file.
102- # |
103-
104- GRAYLOG_PASSWORD=secret
105-
106- # |--------------------------------------------------------------------------
107- # | Graylog Java options
108- # |--------------------------------------------------------------------------
109- # |
110- # | Java options for the Graylog server and Elasticsearch.
111- # |
112-
113- GRAYLOG_SERVER_JAVA_OPTS="-Xms1g -Xmx2g -XX:NewRatio=1 -XX:MaxMetaspaceSize=256m -server -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:-OmitStackTraceInFastThrow"
114- GRAYLOG_ES_JAVA_OPTS="-Xms256m -Xmx256m"
115-
116-
117116# |--------------------------------------------------------------------------
118117# | PHP memory limit
119118# |--------------------------------------------------------------------------
@@ -125,5 +124,4 @@ GRAYLOG_ES_JAVA_OPTS="-Xms256m -Xmx256m"
125124# |
126125
127126TOOLBOX_PHP_MEMORY_LIMIT=-1
128- PHP_FPM_MEMORY_LIMIT=128m
129-
127+ PHP_FPM_MEMORY_LIMIT=128m
0 commit comments