Hi,
we started out today with Servoy 6.0.6. We are having trouble with Java memory and I wonder if there is a way to manage it in a better way.
This is our server configuration:
Servoy version 6.0.6 -build 1232
java.version=1.6.0_17
servoy.initialClientHeap = 256
servoy.maxClientHeap = 512
Our Java clients (java.version=1.6.0_26) use the maxClientHeap, instead of just what they need.
Monitorizing with VisualVM we have checked that the used memory stays around 300 while the reserved memory is equal to the maxClientHeap.
Is there a way to tell Java to use just the required memory instead of the available memory?
We didn’t have this trouble under Servoy 5.2 and it is important because we use Servoy with Citrix and we need to balance servers.
Thanks,
Miguel.-