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

A way to pass VM options #55

Open
quintesse opened this issue Mar 6, 2014 · 3 comments
Open

A way to pass VM options #55

quintesse opened this issue Mar 6, 2014 · 3 comments
Labels
Milestone

Comments

@quintesse
Copy link
Member

A bit like --javac for the compiler, we need a way to pass options to VM that's handling the execution. For example, we don't have any way right now to pass things like -Xmx.

The problem will be in deciding how to do this. Right now I don't see any other way but handling this in the shell/batch scripts, which sucks.

@FroMage
Copy link
Member

FroMage commented Sep 25, 2014

Moving to 1.2, unfortunately.

@FroMage FroMage modified the milestones: 1.2, 1.1 Sep 25, 2014
@ghost
Copy link

ghost commented Nov 14, 2015

I need this badly, right now I can't do certain stuff because of OOM

@quintesse
Copy link
Member Author

@cmcdee use the environment variable JAVA_OPTS for this for now

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

No branches or pull requests

2 participants