###############################################################################
# SYSTEMDS_ROOT= ..
# SYSTEMDS_JAR_FILE= ./systemds-3.1.0.jar
# SYSDS_EXEC_MODE= singlenode
# CONFIG_FILE=
# LOG4JPROP=
# CLASSPATH= ./systemds-3.1.0.jar:../lib/*:../target/lib/*
# HADOOP_HOME= /workspaces/codespaces-blank/systemds/temp/systemds-repo-tmp-CK3GE/org/apache/systemds/systemds/3.1.0/systemds-3.1.0-bin/lib/hadoop
#
# Running script hello.dml locally with opts:
###############################################################################
Executing command: java -Xmx4g -Xms4g -Xmn400m -cp ./systemds-3.1.0.jar:../lib/*:../target/lib/* org.apache.sysds.api.DMLScript -f hello.dml -exec singlenode
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000700000000, 4294967296, 0) failed; error='Not enough space' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 4294967296 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /workspaces/codespaces-blank/systemds/temp/systemds-repo-tmp-CK3GE/org/apache/systemds/systemds/3.1.0/systemds-3.1.0-bin/hs_err_pid24127.log
Resolution:
Use memory configuration based availability
java -Xmx1g -Xms1g -Xmn400m