Tuesday, September 8, 2009

Java Heap Size Vs Native Memory Space

Found a pretty interesting article explaing what causes out of memory exceptions to fire, how java heap space and native memory is used by an application.

http://www.ibm.com/developerworks/linux/library/j-nativememory-linux/index.html

6 comments:

  1. Thanks for the post, it will help me today.

    Thanks for the Daily Prayer to Jesus, it may help me much longer!

    Best Regards,

    Rick

    ReplyDelete
  2. Glad i could be of any help Rick.. Yes Jesus helps us all. We just have to reach to Him...

    God Bless

    Dinuka

    ReplyDelete
  3. Found a short answer for this at:

    http://devopsconsole.com/questions/native-memory-in-java/

    ReplyDelete