eclipse ini configuration

前端 未结 7 1783
温柔的废话
温柔的废话 2020-12-28 09:43

actually i and my friend are trying to learn and use eclipse 3.4 and we are having some heap memory issue while working, and my friend suggested to increase the memory alloc

7条回答
  •  旧时难觅i
    2020-12-28 10:21

    You can add the -XX:MaxPermSize=1024M in the eclipse.ini OR you could invoke the Eclipse.exe with paramerets in the command-line or via updating the "Target Path" in the shortcut,

    eclipse -vmargs -XX:PermSize=512M -XX:MaxPermSize=1024M 
    

    http://wiki.eclipse.org/Eclipse.ini http://wiki.eclipse.org/FAQ_How_do_I_increase_the_permgen_size_available_to_Eclipse%3F

提交回复
热议问题