Notifications
Clear all

[Solved] How do I specify a DB connection pool size in node.properties?

3 Posts
2 Users
0 Reactions
941 Views
0
Topic starter

What is the property that needs to be set in this file to reduce the DB connection pool size? I am running a UAT server and it does not need a large pool.

1 Answer
0
db.connectionPool.minSize=5
db.connectionPool.maxSize=10
tsmith Topic starter 2013-05-13 10:05:00

Thanks! Do we have this documented somewhere?

MythriPericharla 2013-05-13 11:05:00

We have an example node.properties(plt 8.2 version) @ http://portal.onenetwork.com/confluence/display/PLT/Platform+Install+-+node.properties

For other properties that are not listed, we usually lookup the corresponding template. (//install-staging-depot/8.3-rb/cfg/jboss/server-template/deploy/oracle-ds.xml.template)
As there are too many properties, only the properties that are needed by default on a regular basis are documented.