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:

http://istlab.dmst.aueb.gr/~george/pubs/2006-SANE-GKS/paper.pdf

Giorgos
.



Relevant Pages

  • JVM
    ... 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. ...
    (comp.lang.java)
  • Re: Help me!! Why java is so popular
    ... For Sun's JVM the option -Xms is used to specify the minimum heap size. ... Within the min/max limits the heap will grow and shrink as required, although it doesn't always shrink as quickly as might be desirable. ... It may be that your web server system configured the JVM with a high minimum value for the heap. ...
    (comp.lang.java.programmer)
  • Re: one thread is created for each object construction?
    ... The object "e" is represented by a data structure on the heap. ... There is bytecode at a location in the JVM that represents the data and methods of the object. ... Construction of an object does not spawn a new thread, not in the JVM, not anywhere, not nohow. ... (Of course, it is possible that someone somewhere might write a JVM that violates this, but it doesn't change the conceptual model. ...
    (comp.lang.java.programmer)
  • Re: Need help
    ... > records" on the heap, and let the garbage collector clean up the mess ... facility in Java or the JVM for returning references to locals... ... can't see any reason why a JVM would need to heap allocate activation ... > at least one C compiler that uses heap allocated stacks. ...
    (comp.arch)
  • Re: Hot Linking
    ... OK, JVM issue aside... ... Any thoughts on why activating Hot Linking, blocks the graphic for my FP hit ... >> banner add webbot will be working. ...
    (microsoft.public.frontpage.client)