You should monitor the 3DSpace instance
in the database under typical production usage levels over a period of
time and observe the number of sessions opened. This will provide a good
indication of the value to use for your If more connections are required, you could increase this value by 10 or more to the value that works for your implementation under typical production usage levels. You may also need to increase the Error #4000045 Creating new database connection, pool size insufficient This message is generated when the server needs to open a new connection. If this happens on a regular basis, the current Additionally, you should consider the Java heap sizes. Note:
When determining the Java heap size, you need to consider that a similar amount of memory is also needed by the 3DSpace C++ kernel, which runs in the same process as the JVM but in a separate memory space and is not controlled by the Java heap size setting.
|