Child pages
  • Memory and Performance Settings

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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