This notebook is a collection of code snippets and technical "how to" instructions.
Search This Blog
Java Memory in Eclipse
by: Zainab Aziz
1. Navigate to eclipse on your system directory:
MyEclipse 5.5.1 GA\eclipse\eclipse.ini
Example:
-vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
2. Java memory can be set as a system variable:
JAVA_OPT: -Xms128m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment