Esempio
protected
void
doGet(
HttpServletRequest
arg0,
HttpServletResponse
arg1) {
Runtime
runtime = Runtime.getRuntime();
runtime.halt(
1
);
}
Soluzione
Consentire alla JVM di gestire la memoria ed utilizzare i thread in pool e non i processi.