Author: ron.sigal(a)jboss.com
Date: 2008-05-10 23:40:00 -0400 (Sat, 10 May 2008)
New Revision: 4172
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/TestCallbackStore.java
Log:
JBREM-977: Start with memory 70% full.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/TestCallbackStore.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/TestCallbackStore.java 2008-05-11
03:32:43 UTC (rev 4171)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/security/TestCallbackStore.java 2008-05-11
03:40:00 UTC (rev 4172)
@@ -37,7 +37,7 @@
{
long max = Runtime.getRuntime().maxMemory();
log.info("max mem: " + max);
- int memSize = (int) (max * 0.8);
+ int memSize = (int) (max * 0.6);
memHolder = new byte[memSize];
log.info("memHolder.length: " + memHolder.length);
}
Show replies by date