Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion
"Re: CPU & RAM Usage API in Java or JBoss" To view the discussion, visit: http://community.jboss.org/message/573995#573995 -------------------------------------------------------------- It wil be difficult and depends to the application, JVM implementation and OS. If you have no system partitioning the JVM might take 100% CPU. RAM depends to the OS and the used 32/64JVM. With 32Bit Windows you are restricted to ~2GB In case of 64Bit Unix the JVM might accept ~3,6GB Heap setting (depends on the OS) witch is about 4GB in total. The RAM usage is an addition of Heap(-Xmx) PermGenSpace (-XX:MaxPermSize) and the reserved area for Threads. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/573995#573995] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
