This content has been marked as final.
Show 4 replies
-
1. Re: Design of JBCACHE-1316
manik Apr 9, 2008 8:09 AM (in response to galder.zamarreno)In 1.4.X, shouldn't the bounded buffer also be initialised with something a bit bigger than the default 1024?
-
2. Re: Design of JBCACHE-1316
galder.zamarreno Apr 9, 2008 9:15 AM (in response to galder.zamarreno)"manik.surtani@jboss.com" wrote:
In 1.4.X, shouldn't the bounded buffer also be initialised with something a bit bigger than the default 1024?
+1.
One step at the time. I wanted to get solution on trunk agreed and then move on to other branches.
The default value is trunk is 500000, so maybe we should use this one as well for 1.4.x? I can't see any reason why it should be different. 1024 is certainly too small. -
3. Re: Design of JBCACHE-1316
manik Apr 9, 2008 9:23 AM (in response to galder.zamarreno)Agreed.
No issues with putting this in branch 1.4.X, 2.1.X and trunk. -
4. Re: Design of JBCACHE-1316
galder.zamarreno Apr 9, 2008 12:39 PM (in response to galder.zamarreno)"manik.surtani@jboss.com" wrote:
In 1.4.X, shouldn't the bounded buffer also be initialised with something a bit bigger than the default 1024?
Actually, looking at this again. You had already changed the capacity of the recycle queue to 20000 rather than the default 1024 somewhere in between 1.4.0.SP1 and 1.4.1.SP3, so we're fine there.