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