Child pages
  • Memory and Performance Settings

Versions Compared

Key

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

...

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.