Eclipse getting too slow - workspace recreation helped

后端 未结 7 1406
你的背包
你的背包 2021-02-04 01:50

My Eclipse was getting slower and slower over time. Tips I found on the Internet did not help. What I did is completely deleted my workspace, created new one and reimported all

7条回答
  •  囚心锁ツ
    2021-02-04 02:30

    Sometimes due to Physical Memory issue it cant build the workspace. So To remove Memory issues update @

    eclipse.ini

    file as below

    -Xms512m
    -Xmx1024m
    -XX:MaxPermSize=1024m
    --launcher.XXMaxPermSize 1024m
    

提交回复
热议问题