[infinispan-dev] FYI : probable memory leak
Manik Surtani
manik at jboss.org
Mon May 17 08:13:35 EDT 2010
Have you tried profiling stuff? Nothing really should have changed in Beta1 to affect such a config, except perhaps the version of JClouds and some JClouds-related code.
On 17 May 2010, at 13:07, Philippe Van Dyck wrote:
> <?xml version="1.0" encoding="UTF-8"?>
>
> <infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns="urn:infinispan:config:4.0">
> <global>
> <transport
> transportClass="org.infinispan.remoting.transport.jgroups.JGroupsTransport">
> <properties>
> <property name="configurationFile" value="jgroupsprod.xml"/>
> </properties>
> </transport>
> <globalJmxStatistics enabled="true" allowDuplicateDomains="true"/>
> </global>
>
>
> <namedCache name="qi4j">
> <jmxStatistics enabled="true"/>
> <transaction
> transactionManagerLookupClass="org.qi4j.entitystore.s3jclouds.AtomikosTransactionManagerLookup"/>
> <clustering mode="distribution">
> <l1 enabled="true" lifespan="100000"/>
> <hash numOwners="2" rehashRpcTimeout="120000"/>
> </clustering>
>
> <loaders passivation="false" shared="true" preload="false">
>
> <loader
> class="org.infinispan...CloudCacheStore"
> fetchPersistentState="false" ignoreModifications="false"
> purgeOnStartup="false" purgeSynchronously="true">
>
> <properties>
> <property name="identity" value="***"/>
> <property name="password" value="***"/>
> <property name="bucketPrefix" value="store2"/>
> <property name="cloudService" value="s3"/>
> </properties>
> </loader>
> </loaders>
>
> <eviction strategy="LRU" wakeUpInterval="-1" maxEntries="1"/>
>
> <locking lockAcquisitionTimeout="60000" useLockStriping="true"/>
>
>
> <unsafe unreliableReturnValues="true"/>
>
> </namedCache>
>
> </infinispan>
>
>
> On Mon, May 17, 2010 at 1:55 PM, Manik Surtani <manik at jboss.org> wrote:
> What configuration do you use?
>
> On 17 May 2010, at 12:46, Philippe Van Dyck wrote:
>
> > FYI, I upgraded from ALPHA1 to BETA1 on a preproduction system this morning.
> >
> > Take a look at the graphic attached, the server is restarted everyday around 1 am (blue and green lines crossing).
> >
> > Users began to use the system around 9 am.... look at today's pattern and the previous day pattern !
> >
> > Anything I should know or I missed ?
> >
> > cheers,
> >
> > phil
> > <memleak.tiff>_______________________________________________
> > infinispan-dev mailing list
> > infinispan-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
> --
> Manik Surtani
> manik at jboss.org
> Lead, Infinispan
> Lead, JBoss Cache
> http://www.infinispan.org
> http://www.jbosscache.org
>
>
>
>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
--
Manik Surtani
manik at jboss.org
Lead, Infinispan
Lead, JBoss Cache
http://www.infinispan.org
http://www.jbosscache.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20100517/a4cd291b/attachment-0001.html
More information about the infinispan-dev
mailing list