JVM parameters

chncaesar發表於2013-10-31
-Xms and -Xmx
The flag Xmx is maximum memory allocation pool, while Xms is the initial memory allocation pool.
XX:PermSize:
The permanent space is where are stored the class, methods, internalized strings, and similar objects used by the VM and never deallocated.
Example:
XX:PermSize=128m
XX:MaxPermSize=256M
-Xms256m -Xmx512m

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-775412/,如需轉載,請註明出處,否則將追究法律責任。

相關文章