WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Whats the difference btw Initial Heap Size and Maximum Heap Size in WAS 6.1

  • 1.  Whats the difference btw Initial Heap Size and Maximum Heap Size in WAS 6.1

    Posted Tue August 10, 2010 12:27 PM
    Whats the difference btw Initial Heap Size and Maximum Heap Size in WAS 6.1

    --------------------------------

    As above

    I am a bit confuse about the

    Application servers > AppSrv01 > Process Definition > Environment Entries > Java Virtual Machine

    Initial Heap Size and Maximum Heap Size

    If is set both (post_id, thread_id, post_subject, post_timestamp, post_content) VALUES to be the same say 256mb

    will my java.exe always be 256 regardless ?

    --------------------------------

    Posted By: JuveZzZ at Jan 9 2009 2:31AM


  • 2.  Whats the difference btw Initial Heap Size and Maximum Heap Size in WAS 6.1

    Posted Tue August 10, 2010 12:57 PM
    A little google would save you some time.

    Initial Heap = starting heap size
    Mac heap = maximum value the heap can reach

    As for setting them the same, that depends on the version of the SDK you are running and on what platform your are running on.

    Setting the heap size of your application is not a trivial task!

    --------------------------------

    Posted By: jpapejr at Jan 15 2009 1:19PM