首页 程序猿 软件测试 浏览内容
Tomcat优化-压力测试五
Tomcat1配置:
启动内存配置,开发configuretomcat程序即可配置:
Initialmemorypool:200M
Maxinummemorypool:300M
Tomcat2配置:
配置和tomcat1差不多,需要改动的地方如下:
启动内存配置,开发configuretomcat程序即可配置:
Initialmemorypool:512M
Maxinummemorypool:768M
Mysql配置:
Server类型:DedicatedMySQLServerMachine
Databaseusage:TransationalDatabaseOnly
并发连接数量:OnlineTransactionProcessing(OLTP)
字符集:UTF8
数据库连接池的配置:
我们采用的是spring框架,配置如下: