Child pages
  • Memory and Performance Settings

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Memory and Performance Settings provides options to specify memory settings for Servoy Clients.

servoy.initialClientHeap

The initial memory allocated by the rich client in megabytes

...

servoy.clientJarLoadOption

Set Sets 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 Enables fast client startup (this can cause an error after a Servoy server code update, which is resolved by restarting the client a second time).

...

Greater than 0 will enable object pooling on server for non-mutable objects, can result in less network traffic for smartclientSmart Client, and less memory usage for the webclientsWeb Clients

servoy.disableDataChangeNotify

...

servoy.disableServersidePack

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

servoy.selectINValueCountLimit

Sets the maximum records for an IN statement after witch a temporary table will be used to perform the select. Default value is 200.