java - Maven compilation dies with "Killed" -
I am running a Maven2 compilation of a large Java project on Linux virtual machine
compilation has failed with the following error "Compiled with X for debugging"
[DEBUG] Source roots:
[DEBUG] / Home / {...} / SRC / Main / Java
[DEBUG] / Home / {...} / target / generated-sources / meta
[INFO] 1377 source files executed in / home / {...}
executed
(and I promptly prompted the bash prompt I go back to)
I think it can be:
- One Nax thing (I checked that my vomit - yes okay, 10000)
- A VM thing (this
- never a die / java cheese (never death like this Seen, usually just like memory errors and likes)
Any ideas to reduce the idea?
My first guess is that you are running out of memory, and the kernel is killing the compiling process.
Comments
Post a Comment