Feeds:
Posts
Comments

Archive for June 2nd, 2009

Two JVM options are often used to tune JVM heap size: -Xmx for maximum heap size, and -Xms for initial heap size. Here are some common mistakes I have seen when using them:
* Missing m, M, g or G at the end (they are case insensitive). For example,
[...]

Read Full Post »