Example
protected void doGet(HttpServletRequest arg0, HttpServletResponse arg1) {
Runtime runtime = Runtime.getRuntime();
runtime.halt(1);
}
Solution
Allow the JVM to manage memory and use pooled threads, not processes.