eclipse ini configuration

前端 未结 7 1782
温柔的废话
温柔的废话 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条回答
  • 2020-12-28 10:27

    My configurations for 8gb RAM:

    --launcher.XXMaxPermSize
    128M
    -Xms1024m
    -Xmx2048m
    -XX:MaxPermSize=1048m
    

    The reason I gave a high value for Xms is that I don't want to wait and watch continuous increase of memory usage while getting started.

    0 讨论(0)
提交回复
热议问题