Skip to content

Commit

Permalink
UP-3589 Tweak pooling configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
edalquist committed Oct 5, 2012
1 parent 78b2b7e commit 2158833
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -35,9 +35,11 @@
<property name="baseObjectName" value="uPortal:section=DataSource,name=" />
<property name="initialSize" value="1" />
<property name="minIdle" value="1" />
<property name="maxActive" value="50" />
<property name="maxActive" value="75" />
<property name="maxIdle" value="50" />
<property name="maxWait" value="2000" />
<property name="maxWait" value="5000" /> <!-- 5 seconds -->
<property name="maxAge" value="3600000" /> <!-- 1 hour -->
<property name="minEvictableIdleTimeMillis" value="300000" /> <!-- 5 minutes -->

<property name="abandonWhenPercentageFull" value="70" />
<property name="removeAbandoned" value="true" />
Expand Down

0 comments on commit 2158833

Please sign in to comment.