0

On my centos node, after starting the application in terminal with a command (sh run.sh), a few things are loaded and printed out to, and then I receive this line of text:

run.sh: line 1: 32366 Killed                  java -Xmx1024m -Xss2m -Dsun.java2d.noddraw=true -XX:+DisableExplicitGC -XX:+AggressiveOpts -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:+UseParallelGC -classpath bin:data/libs/* com.sallesy.Application

The text after the "Killed" is everything that is contained in my shell script.

Why is this happening? How do I fix it?

Tyluur
  • 91
  • 1
  • 2
  • 9

1 Answers1

0

After doing some error logging and research, the answer to my question is that the node did not have enough memory available.

Tyluur
  • 91
  • 1
  • 2
  • 9