Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Support JAVA_STACK variable #458

Open
jhmartin opened this issue Aug 4, 2016 · 0 comments
Open

Support JAVA_STACK variable #458

jhmartin opened this issue Aug 4, 2016 · 0 comments

Comments

@jhmartin
Copy link

jhmartin commented Aug 4, 2016

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.

@jhmartin jhmartin changed the title Support JSTACK_SIZE variable Support JAVA_STACK variable Aug 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant