Maven 被杀 - 不知道为什么
我经常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 ~/ $
exit by Getötet (eng.: Killed) 但我不知道为什么
有什么想法吗?
Often I do mvn install, the error:
[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 ~/ $
exit by Getötet (eng.: killed)
But I don't know why
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Maven 会使用大量内存。如果使用太多,可能会被 linux 中的 OOM Killer 杀死。
Maven can use a lot of memory. If it uses too much it could be killed by the OOM Killer in linux.