jboss server in linux environment getting below error.so please suggest how to rectify this error.
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000daaa0000, 44761088, 0) failed; error='Cannot allocate memory' (errno=12)
There is insufficient memory for the Java Runtime Environment to continue.
Native memory allocation (malloc) failed to allocate 44761088 bytes for committing reserved memory.
-Xms=512m -Xmx=1024mfor 512MB and 1024MB.run.shin/jboss/bin/. Look for the propertyJAVA_OPTSthen you should add those values there e.g. like thisset JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024myou have to tune the values until the the ones that work for you.