Re: [infinispan-dev] Redesigning CacheStore and CacheLoader SPIs

2012-04-05 Thread Manik Surtani
Captured in https://community.jboss.org/wiki/CacheLoaderAndCacheStoreSPIRedesign Please add any further thoughts to the wiki. On 2 Apr 2012, at 15:17, Sanne Grinovero wrote: > On 2 April 2012 14:57, Mircea Markus wrote: >> >> On 2 Apr 2012, at 14:45, Sanne Grinovero wrote: >> >>> On 2 April

[infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Mircea Markus
Hi, Rado pinged me today re some OOM errors whilst running the test suite. This is caused by the fact that the permgen options we pass to the suite are ignored: -Xmx1024m -XX:MaxPermSize=1024m (the suite is not being forked) In order to avoid that please update your MAVEN_OPTS, e

Re: [infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Martin Gencur
Martin Gencur píše v Thu 05. 04. 2012 v 17:40 +0200: > ${log4j.configuration.file} Eh, just ${log4j.configuration} ...of course -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list

Re: [infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Martin Gencur
Doesn't something similar happen with -Dlog4j.configuration= ? I think I was not able to specify TRACE logging from command line but actually had to use -PtraceTests. The traceTests profile has this: https://github.com/infinispan/infinispan/blob/master/parent/pom.xml#L1429 It would help to add t

Re: [infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Radoslav Husar
Thanks Mircea for looking into this. As of now I am still not able to run the testsuite, one more thing is to look at /etc/security/*.conf settings but that needs a restart (TODO tomorrow + fix docs and pom if that helps). Cheers, Rado PS: To put this into little background: I need to certify

Re: [infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Mircea Markus
Thanks Rado. On 5 Apr 2012, at 18:51, Radoslav Husar wrote: > Thanks Mircea for looking into this. > > As of now I am still not able to run the testsuite, one more thing is to look > at /etc/security/*.conf settings but that needs a restart (TODO tomorrow + > fix docs and pom if that helps). >