The solution to this problem is to increase the stack size that java
starts with. The workaround is to edit /home/inmon/inx/bin/runjava and
change line 16 from:
RJ_ARGS="-Xmx96000000 -Xnoclassgc"
to:
RJ_ARGS="-Xmx96000000 -Xnoclassgc -Xss1000000 -Xoss1000000"
We will post a new version with this fix. It will be in version 2.0.12
and later.
regards,
neil
notes:
-Xmx sets the max heap size in bytes - you might want to increase this
if you are running large queries.
-Xnoclassgc stops the VM from trying to garbage collect classes that it
has loaded.
-Xss sets the java stack size in bytes.
-Xoss sets the stack size for java native interface calls into C.
-- --------- Neil McKee mailto:Neil_McKee@InMon.com InMon Corp. //www.InMon.com
This archive was generated by hypermail 2b29 : 05/29/01 EDT