Hi, with -Xms1000m -Xmx1000m you're using only 1G of Heap. Try to increase it to 4G to see if the errore is fixed:
-Xms1G -Xmx4G Lvc@ On 24 October 2014 17:01, Chris McLaurin <[email protected]> wrote: > Lvc@, > > As far as memory on the machine, it is 32G. This is output after a fresh > restart: > > *[redacted@orientdb ~]$ free -m* > > total used free shared buffers cached > > Mem: 32110 31864 245 0 189 24035 > > -/+ buffers/cache: 7638 24471 > > Swap: 2047 136 1911 > > *Current Settings in server.sh* > > ORIENTDB_SETTINGS="-Dprofiler.enabled=true" > > JAVA_OPTS_SCRIPT="-server -Djna.nosys=true -XX:CompileThreshold=200 > -Dstorage.compressionMethod=nothing -XX:+AggressiveOpts > -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true > -Dfile.encoding=UTF8 -Drhino.opt.level=9 -Xms1000m -Xmx1000m > -Dtx.useLog=false" > > $JAVA $JAVA_OPTS $JAVA_OPTS_SCRIPT $ORIENTDB_SETTINGS > -Dprofiler.autoDump.reset=true -Dprofiler.autoDump.interval=60 > -Dprofiler.enabled=true -Djava.util.logging.config.file="$LOG_FILE" > -Dorientdb.config.file="$CONFIG_FILE" -Dorientdb.www.path="$WWW_PATH" > -Dorientdb.build.number="UNKNOWN@r${buildNumber}; 2014-09-22 > 14:46:19+0200" -cp > "$ORIENTDB_HOME/lib/orientdb-server-1.7.9.jar:$ORIENTDB_HOME/lib/orientdb-nativeos-1.7.9.jar:$ORIENTDB_HOME/lib/orient-commons-*.jar:$ORIENTDB_HOME/lib/orientdb-core*.jar:$ORIENTDB_HOME/lib/*" > com.orientechnologies.orient.server.OServerMain > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
