JVM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • timothy ma and constance lee

    JVM

    Sir/madam

    I put little amount of user in each JVM but i found the application almost
    hit the margin of JVM size so that the application is very slow. Any idea?
    WHat is heap size for as well.

    Sorry I am not java expert so i need help.


  • Georgios Gousios

    #2
    Re: JVM

    Sir/madam
    >
    I put little amount of user in each JVM but i found the application almost
    hit the margin of JVM size so that the application is very slow. Any idea?
    WHat is heap size for as well.
    >
    Sorry I am not java expert so i need help.
    You need to check the -Xms and -Xmx JVM command line parameters. Several
    suggestions concerning the heap size allocation and configuration can be
    found here:



    Giorgos

    Comment

    Working...