Intellij:无法正确停止 java(spring boot)应用程序

Intellij:无法正确停止 java(spring boot)应用程序

当我的 Spring Boot 应用程序在 Intellij 内部启动后,我需要不断按停止按钮(Intellij 中的红色方块)两次来停止它。

当我第二次按下时,它报告:

"Process finished with exit code 137 (interrupted by signal 9: SIGKILL)"

然后它就停了下来。

我的系统:

Ubuntu:
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:    18.04
Codename:   bionic

Java:
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode)

Intellij:
2019.1.2 Community Edition.

任何帮助都将受到赞赏。

答案1

在大多数情况下,这是由内存使用量过大或与多处理中的问题有关。您可以跟踪内存使用情况并确保这不是问题吗

相关内容