-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Default buffer pool and memory requirements necessitate running in > 4g address space. The proper JVM args will look something like:
java -server -XX:+UseParallelGC -Xmn10g -Xms26g -Xmx26g -cp \lib\Relatrix.jar;\lib\BigSack.jar com.neocoretechs.relatrix.server.RelatrixServer <tablespace root directory/database>
Assuming you have 32g main memory. Adjust if you have less. Results unpredictable with < 8g unless you reduce buffer pool requirements via the BigSack class:
com/neocoretechs/bigsack/DBPhysicalConstants.java
/**
* We can change the following constants dynamically, after DB creation, if necessary.
*
* The number of blocks (pages) per tablespace.
*/
public static int DBUCKETS = 1024;
Metadata
Metadata
Assignees
Labels
No labels