From 2f3bdf26175282cc7858754fea54fca425e0493b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Sim=C3=A3o?= Date: Mon, 13 Sep 2010 17:06:15 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1486 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/SIPRPSoft/properties/1-development/app.properties | 1 + trunk/SIPRPSoft/properties/2-testing/app.properties | 1 + trunk/SIPRPSoft/properties/3-production/app.properties | 1 + 3 files changed, 3 insertions(+) diff --git a/trunk/SIPRPSoft/properties/1-development/app.properties b/trunk/SIPRPSoft/properties/1-development/app.properties index d439ff87..39f7de25 100644 --- a/trunk/SIPRPSoft/properties/1-development/app.properties +++ b/trunk/SIPRPSoft/properties/1-development/app.properties @@ -2,6 +2,7 @@ app.appName = siprpsoft app.main-class = siprp.Main app.main = siprp.Main +app.max.mem=512M db.url.prefix = jdbc:postgresql:// db.user = postgres diff --git a/trunk/SIPRPSoft/properties/2-testing/app.properties b/trunk/SIPRPSoft/properties/2-testing/app.properties index b253bbae..5a6a7c29 100644 --- a/trunk/SIPRPSoft/properties/2-testing/app.properties +++ b/trunk/SIPRPSoft/properties/2-testing/app.properties @@ -2,6 +2,7 @@ app.appName = siprpsoft app.main-class = siprp.Main app.main = siprp.Main +app.max.mem=512M db.url.prefix = jdbc:postgresql:// db.user = siprp diff --git a/trunk/SIPRPSoft/properties/3-production/app.properties b/trunk/SIPRPSoft/properties/3-production/app.properties index 28b4b2d0..d27a2132 100644 --- a/trunk/SIPRPSoft/properties/3-production/app.properties +++ b/trunk/SIPRPSoft/properties/3-production/app.properties @@ -2,6 +2,7 @@ app.appName = siprpsoft app.main-class = siprp.Main app.main = siprp.Main +app.max.mem=512M db.url.prefix = jdbc:postgresql:// db.user = postgres