RAM settings and WCs

I’ve recently upgraded the amount of RAM from 2G to 4G on a Windows 2008 R2 Server, running Servoy 5.2.9 application server.
Clients are almost exclusively Web Clients. Do we need to change any of the Admin panel settings to optimise usage of the additional RAM?

I see
System Information
Heap memory: allocated=506816K, used=363231K, max=506816K
None Heap memory: allocated=112064K, used=101549K, max=186368K

Options under Memory/Performance Settings refer to Smart Client
It seems that performance maxes out when heap memory hits max=506816K, even though there’s additional 2G RAM available.

Check out the docs: http://wiki.servoy.com/display/DOCS/Memory+Management

Paul

Thanks Paul, I was looking in a different section of the Wiki.

I have 4G of RAM of which I want 2.5G allotted to servoy.
I edited the wrapper.conf

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=32

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=2560

Stopping the Servoy service and couldn’t restart it until I reverted to wrapper.java.maxmemory=512

Do I also need to uninstall/reinstall the service?

On what kind of OS and what kind of JVM do you run? To go over 2Gb of mem allocation you need both to be 64 bit.

Paul

Our Windows 2008 R2 Server is 64b
but Java is 32b
Servoy service wouldn’t start with 2048,
Works with 1536.
Thanks for the help.