Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXTRA_JVM_ARGUMENTS wrong documentation #46

Open
torakiki opened this issue Sep 27, 2016 · 2 comments
Open

EXTRA_JVM_ARGUMENTS wrong documentation #46

torakiki opened this issue Sep 27, 2016 · 2 comments

Comments

@torakiki
Copy link

According to the website here, specifying a extraJvmArguments will generate scripts where a an env variable EXTRA_JVM_ARGUMENTS is used to pass the specified args. As far as I understand this is no longer the case since MAPPASM-181.

@nezda
Copy link

nezda commented Oct 3, 2016

In those docs, that variable was a local shell script variable set to EXTRA_JVM_ARGUMENTS="" unless configuration.programs.program.jvmSettings.extraArguments.extraArgument were present (then it was set to the space concatenation of those), rather than a way to override generated script setting from the environment though right? Current script generator does seem to not use that approach (just inlines the extraArguments with spaces interposed), but I don't think behavior is different.

In any case, maybe you were attempting to do #48 too?

@torakiki
Copy link
Author

torakiki commented Oct 3, 2016

Yes, I guess my use case is similar to #48 , mine is a command line utility and I want to give a simple way to the users to pass/change Xmx and perhaps other jvm args

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants