[jboss-user] [Beginner's Corner] - Re: CPU & RAM Usage API in Java or JBoss
Wolf-Dieter Fink
do-not-reply at jboss.com
Thu Dec 2 02:23:05 EST 2010
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101202/8516c184/attachment.html
More information about the jboss-user
mailing list