<div>Hi Infinispan Devs,</div>I used memcached all time. I am research Infinispan and make a compare with memcached.<div>I have just make a memory test between memcached and infinispan to choose which one better(best memory saved).<div>
<br></div><div>I run Infinispan from command line: ./startServer.sh -r memcached -p 4567 ( I am fresh download and run it with no custom any config file)</div><div>and also memcached from command line: /usr/bin/memcached -m 1024 -u nobody -p 11211 -l 127.0.0.1</div>
<div><br></div><div>with testcase 10000 key and every key has value is byte array  with length= 1024</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
Infinispan : =&gt; memory: 58MB</div><div>Memcached: =&gt; memory: 14MB</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><meta http-equiv="content-type" content="text/html; charset=utf-8">with testcase 500000 key and every key  has value is byte array  with length= 1024</div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Infinispan : =&gt; memory: 920MB</div><div>Memcached: =&gt; memory: 565MB</div></div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>In Infinispan, any config param familiar with memory cost? and how i can reduce this cost?</div><div><br></div><div>thanks and best regards.</div>
<div><br></div></div>