Hi, On Friday, 18 November 2016 00:56:36 UTC+1, Karate Chop wrote: > > What are some of the environment variables to tweak memory settings in the > Graylog container? I add "-e ES_HEAP_SIZE=4g" to the elasticsearch > container. >
You can pass any JVM arguments to the Graylog Docker image using the GRAYLOG_SERVER_JAVA_OPTS environment variable, for example: docker run -e GRAYLOG_SERVER_JAVA_OPTS="-Xmx4g" graylog2/server Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/5d066da6-91de-4200-9c09-eada3c3b9764%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
