20

I'm running a Java application from Eclipse that need a lot of memory.

Where can i put the -Xmms-xms flag ?

2 Answers 2

26

You can set the VM arguments for a specific run configuration:

Run → Run Configurations... → Arguments Tab → VM arguments

Btw, you may want to try -Xms instead of -Xmms.

Sign up to request clarification or add additional context in comments.

2 Comments

Unrecognized option: -Xmms512m Could not create the Java virtual machine.
-Xms512m -Xmx1024m ( I'm dysleixc )
1

from the run menu select run configuration. you can add specific parameters to each of your run configurations individually.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.