<div dir="ltr"><i>My replies started bouncing; guess I sent too many pictures ;)</i><div><br></div><div><div>I&#39;d be perfectly happy with that throughput. What other parameters did you run it under?</div><div><br></div><div>JAVA_OPTS: &quot;-server -Xms1g -Xmx4g -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -XX:+UseParallelGC -XX:ParallelGCThreads=4&quot;</div><div><br></div><div>Run command: bin/standalone.sh -c standalone.xml</div><div><br></div><div>My standalone.xml:</div><div>            &lt;cache-container name=&quot;keycloak&quot; jndi-name=&quot;infinispan/Keycloak&quot;&gt;</div><div>                &lt;local-cache name=&quot;realms&quot;/&gt;</div><div>                &lt;local-cache name=&quot;users&quot;&gt;</div><div>                    &lt;eviction max-entries=&quot;10000&quot; strategy=&quot;LRU&quot;/&gt;</div><div>                &lt;/local-cache&gt;</div><div>                &lt;local-cache name=&quot;sessions&quot;/&gt;</div><div>                &lt;local-cache name=&quot;offlineSessions&quot;/&gt;</div><div>                &lt;local-cache name=&quot;loginFailures&quot;/&gt;</div><div>                &lt;local-cache name=&quot;work&quot;/&gt;</div><div>                &lt;local-cache name=&quot;realmVersions&quot;&gt;</div><div>                    &lt;transaction mode=&quot;BATCH&quot; locking=&quot;PESSIMISTIC&quot;/&gt;</div><div>                    &lt;eviction max-entries=&quot;10000&quot; strategy=&quot;LRU&quot;/&gt;</div><div>                &lt;/local-cache&gt;</div><div>            &lt;/cache-container&gt;</div><div><br></div><div>You can see memory starting to thrash at a higher rate (up to 1.4 GB). I only created 22k users in this test.</div></div></div>