Example
protected void doGet(HttpServletRequest arg0, HttpServletResponse arg1) {
Runtime runtime = Runtime.getRuntime();
runtime.halt(1);
}
Solução
Permita que o JVM gerencie a memória e utilize os encadeamentos de pool, não os processos.