I'm having an issue with my Mule application.
I'm running my Mule application on an Amazon Micro Instance, the app starts to insert massive data in a mysql database, suddenly mule application restarts itself leaving this in the log:
JVM exited unexpectedly.
JVM exited in response to signal SIGKILL
9
...
...
...
Startup failed: Timed out waiting for signal from JVM.
JVM did not exit on request, terminated
JVM exited on its own while waiting to kill the application.
JVM exited in response to signal SIGKILL
9
...
...
...
Could it be a memory of CPU amount issue because of the low resources offered by the Micro Instance? If not, what would be a good solution?