サンプル
protected
void
doGet(
HttpServletRequest
arg0,
HttpServletResponse
arg1) {
Runtime
runtime = Runtime.getRuntime();
runtime.halt(
1
);
}
解決策
JVM がメモリーを管理し、プロセスの代わりにプールされたスレッドを使用することを許可します。