From 21d1bd129f403ae7f739c3096ddb4d3292cc042f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Mon, 23 May 2011 01:01:35 +0200 Subject: [PATCH] Fix memory leak Desktops and sessions must expire, otherwise all ever instantiations of pages are kept in memory. FEA: ItEr74S08DeployFramework --- navalplanner-webapp/src/main/webapp/WEB-INF/web.xml | 4 ++-- navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml b/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml index 137784194..49f952eb7 100644 --- a/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml +++ b/navalplanner-webapp/src/main/webapp/WEB-INF/web.xml @@ -134,8 +134,8 @@ - - -1 + + 60 diff --git a/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml b/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml index e91666da1..1b7a30675 100644 --- a/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml +++ b/navalplanner-webapp/src/main/webapp/WEB-INF/zk.xml @@ -4,8 +4,8 @@ - - -1 + + 3600 java.lang.Throwable