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

Support JAVA_STACK variable #458

@jhmartin

Description

@jhmartin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions