How can I set VM options in a Java Netbeans Platform Modular Project?

后端 未结 7 1944
暖寄归人
暖寄归人 2020-12-15 07:10

I have a Netbeans Platform modular project, not a regular Java project. I want to set VM options to increase memory, but under the \"properties\" dialog, there is no way to

7条回答
  •  无人及你
    2020-12-15 07:23

    If you want to use Netbeans to set the VM options without bothering about which file to edit, here we go:

    Run -> Set project configuration -> VM Options
    

    Add your option in the corresponding text box for example: -Xms10m

    To answer user1156544 doubt:

提交回复
热议问题