We start Tomcat server under JVM with next parameters:
java -server -Xms2048M -Xmx2048M -XX:PermSize=256m -XX:MaxPermSize=256m ...and so on
1) Is this configuration well balanced or not?
2) Can JVM take more than those 2048MB of system RAM (or swap), and if yes, in which cases? (when this RAM(swap) space will be released than)
Start Free Trial