当前位置: 代码迷 >> Eclipse >> eclipse 设立内存限制,选择高亮
  详细解决方案

eclipse 设立内存限制,选择高亮

热度:20   发布时间:2016-04-23 01:57:51.0
eclipse 设置内存限制,选择高亮

设置内存限制:

?

Preferences -> Java -> Installed JREs -> Edit -> Default VM Arguments:

?

-Xms128M -Xmx1024M -XX:PermSize=128m -XX:MaxPermSize=128m

?

设置选择高亮颜色

?

General -> Editors -> Text Editors -> Annotations -> Occurrences

  相关解决方案