variables tweaking for heavy load

This commit is contained in:
Athou
2013-04-22 16:06:18 +02:00
parent faaf18f5cf
commit c59a23ea4f
2 changed files with 5 additions and 4 deletions

View File

@@ -5,10 +5,11 @@
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
UserName cf
Password cf
MaxActive 100
MaxActive 50
</Resource>
<Container id="CommaFeedStateless" type="STATELESS">
PoolSize=30
StrictPooling=false
MaxSize=50
PoolSize=50
StrictPooling=true
</Container>
</tomee>