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

Add support for TRINIDAD_JAVA_MEM as an alternate environment variable to JAVA_MEM #27

Closed
wants to merge 1 commit into from

Conversation

tolsen
Copy link

@tolsen tolsen commented Sep 7, 2012

This introduces the TRINIDAD_JAVA_MEM environment variable as an alternate to JAVA_MEM. This is useful in cases where JAVA_MEM may be interpreted by jruby as init.d/trinidad interprets it differently than jruby.

JAVA_MEM is still supported for backward compatiblity

This fixes #26

in cases where JAVA_MEM may be used (and interpreted differently) by
jruby
@kares
Copy link
Member

kares commented Sep 9, 2012

instead $JAVA_MEM (and $JAVA_STACK as well) is now compatible with jruby, see 084eb3d
and thanks again for bringing this up ...

@kares kares closed this Sep 9, 2012
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

Successfully merging this pull request may close these issues.

init.d/trinidad interprets JAVA_MEM environment variable differently than jruby does
2 participants