Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Created July 16, 2015 22:10
Show Gist options
  • Save mortenbra/5475599d9f6c91926be1 to your computer and use it in GitHub Desktop.
Save mortenbra/5475599d9f6c91926be1 to your computer and use it in GitHub Desktop.
ORDS configuration for JDBC connection pool (default pool is too small)
<entry key="jdbc.InitialLimit">10</entry>
<entry key="jdbc.MinLimit">10</entry>
<entry key="jdbc.MaxLimit">60</entry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment