Reputation: 3534
Default JVM uses maximum 1.5 GB RAM/JVM Java application. But my Server have 8 GB. Application still need more RAM. how to start cluster of JVM single unit server.
if in case memory increase single JVM garbage collector and other JVM demon goes slow down... what is solution for this.. is right thing JVM clusters???
Application work high configuration. when request start JVM slow down and memory usage 95% to 99%
My server configuration. Linux 4 Core Multi Processors 8 GB RAM no issue for HDD space.
Any Solution for this problem??
Upvotes: 2
Views: 7150
Reputation: 26848
You might want to look into memory grids like:
We use Coherence to run 3 JVMs on 1 machine, each process is using 1 Gb of the RAM.
Upvotes: 3
Reputation: 533442
There are a number of solutions.
Upvotes: 3