Understanding Notes Client JVM Heap

It’s (hopefully) widely-known that one of the key influencers on Notes Client startup speed are the jvm settings in <notes>\framework\rcp\deploy\jvm.properties. The three key ones are vmarg.Xmx – the maximum Java heap size allocated to the client vmarg.Xms – the initial Java heap size allocated to the client vmarg.Xmca – the incremental memory allocated to the […]

Understanding Notes Client JVM Heap Read More »