From c59a23ea4fc75943cf04db61ca79e990c7fa9103 Mon Sep 17 00:00:00 2001
From: Athou
Date: Mon, 22 Apr 2013 16:06:18 +0200
Subject: [PATCH] variables tweaking for heavy load
---
src/main/tomee/conf/tomee.xml | 7 ++++---
src/main/webapp/templates/feeds.help.html | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/main/tomee/conf/tomee.xml b/src/main/tomee/conf/tomee.xml
index 3a1b6a3f..8ed37e33 100644
--- a/src/main/tomee/conf/tomee.xml
+++ b/src/main/tomee/conf/tomee.xml
@@ -5,10 +5,11 @@
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
UserName cf
Password cf
- MaxActive 100
+ MaxActive 50
- PoolSize=30
- StrictPooling=false
+ MaxSize=50
+ PoolSize=50
+ StrictPooling=true
diff --git a/src/main/webapp/templates/feeds.help.html b/src/main/webapp/templates/feeds.help.html
index ef5dcc23..29119939 100644
--- a/src/main/webapp/templates/feeds.help.html
+++ b/src/main/webapp/templates/feeds.help.html
@@ -23,7 +23,7 @@
If you encounter an issue, please report it on the issues page of the GitHub project.
- If you like this project, please consider a small donation to support the developer and help cover the costs of keeping this website online.
+ If you like this project, please consider a donation to support the developer and help cover the costs of keeping this website online.