...
Class/Method | default value | minimum value | hints |
---|---|---|---|
ServerConfiguration.setTileRendererPoolCoreSize | Runtime.getRuntime().availableProcessors() or minimum 2 | 0 | |
ServerConfiguration.setTileRendererPoolMaxSize | Runtime.getRuntime().availableProcessors() or minimum 2 | 1 & greater than tileRendererPoolCoreSize |
Limitations
With JWT-3487 there was a logic introduced, that ensures that a single client can't utilize all tile-rendering threads. This makes sure that a very complex document won't block the work of all other users.
Class/Method | default value | minimum value | hints |
---|---|---|---|
ServerConfiguration.setTileRendererMaxParallelRenderingPerClient |
| 0 | The value 0 means that the behavior is turned off (so a single client can utilize all threads) |
HTTP Request Processing Threads (App-server specific)
...