You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Logstash 1.5.4 tarball installation installs .//vendor/jruby/bin/jruby.sh / jruby.bash which includes:
if [ -z "$JAVA_STACK" ] ; then
JAVA_STACK=-Xss2048k
fi
Other than a wholesale override of the java command line arguments there is no way to inject this environmental variable into the arguments. There should be a way to specify this size.
The text was updated successfully, but these errors were encountered:
jhmartin
changed the title
Support JSTACK_SIZE variable
Support JAVA_STACK variable
Aug 4, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Logstash 1.5.4 tarball installation installs .//vendor/jruby/bin/jruby.sh / jruby.bash which includes:
Other than a wholesale override of the java command line arguments there is no way to inject this environmental variable into the arguments. There should be a way to specify this size.
The text was updated successfully, but these errors were encountered: