I have a machine with 8 GB RAM with 32 bit JVM on linux and i want to make JVM to use maximum USE OF RAM ,
I think if i increase Heap size memory then Garbage Collector will become slow. Is there other solution to improve processing speed ?.
thanks in advance.
I have a machine with 8 GB RAM with 32 bit JVM on linux
Share
may be run 2 32 bit Java virtual machines. There is no other way to utilize 8GB, if you cant upgrade to 64 bit.