[jboss-cvs] JBossAS SVN: r68990 - projects/cluster/varia/sessionstress.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jan 15 14:44:54 EST 2008
Author: bstansberry at jboss.com
Date: 2008-01-15 14:44:54 -0500 (Tue, 15 Jan 2008)
New Revision: 68990
Modified:
projects/cluster/varia/sessionstress/PerfTest2.java
Log:
Reduce default session size to ~ 25K
Modified: projects/cluster/varia/sessionstress/PerfTest2.java
===================================================================
--- projects/cluster/varia/sessionstress/PerfTest2.java 2008-01-15 19:43:20 UTC (rev 68989)
+++ projects/cluster/varia/sessionstress/PerfTest2.java 2008-01-15 19:44:54 UTC (rev 68990)
@@ -131,7 +131,7 @@
public static void main(String[] args) throws Exception {
int num_threads=1;
int num_requests=1000;
- int num_attrs=40;
+ int num_attrs=25;
int size=1000;
int write_percentage=10; // percent
boolean silent=false;
More information about the jboss-cvs-commits
mailing list