开发者

Setting memory of Java programs that runs from Eclipse

开发者 https://www.devze.com 2023-01-25 13:16 出处:网络
I\'m running a Java application from Eclipse that need a lot of memory. Where can i put the -Xmms-xms fla开发者_如何转开发g ?You can set the VM arguments for a specific run configuration:

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

Where can i put the -Xmms-xms fla开发者_如何转开发g ?


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消