예제
protected void doGet(HttpServletRequest arg0, HttpServletResponse arg1) {
Runtime runtime = Runtime.getRuntime();
runtime.halt(1);
}
솔루션
JVM이 메모리를 관리하고 프로세스가 아니라 풀링된 스레드를 사용하도록 허용하십시오.