View Single Post
  #6 (permalink)  
Old October 21st, 2005
kmag kmag is offline
Enthusiast
 
Join Date: June 21st, 2005
Posts: 49
kmag is flying high
Default

By default LimeWire tells the Java virtual machine limits itself to 128 MB of heap size. It doesn't matter that you have 2 GB of RAM. Note that the JVM also uses some RAM for JIT-compiled methods, thread stacks, native library code, etc., so the JVM may use a little more than 128 MB total, but the heap will be limited to 128 MB.

Which platform are you running? The way to change the parameters passed to the JVM is platform specific.

Which OS are you using?