I have configured no loadbalancer, I accessed tomcat directly
tomcats are on 18080, 28080, 38080, 48080, In browser I used only 18080, this is my laptop test env, nobody else access it, 28080, 38080, 48080, where untouched by broser, but in jvisualvm their memory has increased by the same amount (about 100MB), it was increase after gc . Thx, Jakub On Mon, Feb 3, 2014 at 9:04 AM, Mark Thomas <ma...@apache.org> wrote: > On 02/02/2014 22:59, Ja kub wrote: > > With below BackupManager backup manager configuration in server.xml > > heap memory increases over 100MB on each of four nodes in cluster. > > > > In addition time of > > ab -c 10 -n 100000 -p post.txt > http://localhost:18080/petclinic/session/fill > > is about 150 seconds > > with default DeltaManager it is about 15 seconds. > > > > <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" > > channelSendOptions="6"> > > > > <Manager > > className="org.apache.catalina.ha.session.BackupManager" > > expireSessionsOnShutdown="false" > > notifyListenersOnReplication="true" > > mapSendOptions="6"/> > > > > </Cluster> > > > > > > What may I be doing wrong ? > > Are you using sticky sessions on your load balancer? > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >