Results 1 to 10 of 34

Thread: How to change memory and other JVM settings for STS

Threaded View

  1. #15
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    Quote Originally Posted by Martin Lippert View Post
    Hey!
    I don't know the exact details about how to calculate the exact maximum possible memory settings for a JVM, but according to this:
    http://www.oracle.com/technetwork/ja...#gc_heap_32bit
    it seems at least reasonable to get something between 1.4GB and 1.6GB when running a 32bit JVM.
    HTH,
    Martin
    I also found an interesting discussion at stackoverflow: Maximum Java heap size of a 32-bit JVM on a 64-bit OS which makes some comparisons to 32bit on 64bit systems. It's just too bad Apple never made a 64bit JVM for the G5.

    Anyway, it seems that on 32bit Mac OS X the maximum heap space is about 1590 MiB, making my 1516m as close as I can wish. However, for some reason certain lower values won't instantiate STS.

    Is "1516m" about 1516 MiB or is it something else in this context?

    I also checked the used resources of STS in Activity Monitor which states that about 588 MB is in use with about 2.5GB of virtual memory (150MB private virtual memory).

    Anyone can suggest the best source for practical JVM knowledge?
    Last edited by MiB; Dec 5th, 2011 at 10:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •