[jboss-user] [Performance Tuning] - How the jboss performance can be increased?
zasmen
do-not-reply at jboss.com
Tue Feb 26 23:58:16 EST 2008
hi,
i need to increase the performance of the jboss. i have deleted all the unused applications in the deploy folder like jms,jmx-console.war,web-console.war.
the postgres-ds.xml looks like follows
<local-tx-datasource>
<jndi-name>PostgresDS</jndi-name>
<connection-url>jdbc:postgresql://1.2.3.4:5432/databasename</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
<user-name>remit</user-name>
remit
<type-mapping>PostgreSQL 8.0.3</type-mapping>
<min-pool-size>10</min-pool-size>
<max-pool-size>64</max-pool-size>
<blocking-timeout-millis>30000</blocking-timeout-millis>
<idle-timeout-minutes>15</idle-timeout-minutes>
<track-statement>true</track-statement>
</local-tx-datasource>
are there any other changes in the jboss configurations to increase the performance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132370#4132370
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132370
More information about the jboss-user
mailing list