我经常 mvn install ,错误:
[INFO] Tests Completed in 8212ms ...
[INFO] -------------------------------------------------------
[INFO] Tests passed: 104
[INFO] Tests failed: 0
[INFO] -------------------------------------------------------
[INFO]
[INFO] Starting integration test phase ...
[INFO] [copy] Copying 3 files to /home/user/application/target/test-classes
[INFO] [groovyc] Compiling 2 source files to /home/user/application/target/classes
[INFO] Property files: [classpath:xxx]
[INFO] Setting up hooks for XXXX integration
[INFO] [copy] Copying 1 file to /home/user/.grails/1.x.x/projects/application
[INFO] [groovyc] Compiling 2 source files to /home/user/application/target/classes
[INFO] Property files: [...]
[INFO] Setting up hooks for XXX/GORM integration
Getötet
user@localhost ~/ $
Getötet退出(英格兰:被杀) 但我不知道为什么
有什么想法吗?
答案 0 :(得分:2)
Maven可以使用大量内存。如果它使用太多,可能会被Linux中的OOM Killer杀死。