Child pages
  • Memory and Performance Settings
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

servoy.initialClientHeap

The initial memory allocated by the richclient in megabytes

servoy.maxClientHeap

The maximum allowed memory usage by the richclient in megabytes
(only to be changed if you notice in about dialog in the client that the memory is running low)

servoy.vmClientArgs

The JVM arguments used by a client at startup

servoy.clientJarLoadOption

Set loading of beans and plugins to lazy (loaded when needed), or eager (always directly loaded).
Note: Once a plugin or bean is loaded, it is not loaded again until it has changed on the server.
Lazy loading can not be used when there is a bean jar depending on another jar!

servoy.fastClientStartup

Enable fast client startup (this can cause an error after a Servoy server code update, which is resolved by restarting the client a second time)

servoy.useObjectPool

Enable object pooling on server for non mutable objects, can result in less network traffic for rich client, improves webclient performance

servoy.disableDataChangeNotify

Disables all client data notifications (inserts, updates, deletes). Should be used for performance testing only!

servoy.disableServersidePack

Disable the super packing (zipping) of jars on the server, disable this if you have signing problems

  • No labels