Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    5,245

    Re: heap size vs heap used

    It depends. If memory can be garbage collected then the garbage collector will do its best to free memory as it sees the need.



    You need to be more explicit if you intend to use acronyms - I...
  2. Replies
    5
    Views
    5,245

    Re: heap size vs heap used

    Make sure you are not holding onto references to objects that are not needed - if you are they cannot be garbage collected. If you need more memory, increase the max heap size using -Xmx VM argument.
Results 1 to 2 of 2