keycloak-scim/testsuite/performance/keycloak/configs/distributed-cache-owners.cli

14 lines
789 B
Text
Raw Normal View History

2017-07-13 18:25:26 +00:00
embed-server --server-config=standalone-ha.xml
# increase number of "owners" for distributed keycloak caches to support failover
2017-11-13 22:38:01 +00:00
cd /subsystem=infinispan/cache-container=keycloak/
./distributed-cache=sessions:write-attribute(name=owners, value=${distributed.cache.owners:2})
./distributed-cache=offlineSessions:write-attribute(name=owners, value=${distributed.cache.owners:2})
./distributed-cache=clientSessions:write-attribute(name=owners, value=${distributed.cache.owners:2})
./distributed-cache=offlineClientSessions:write-attribute(name=owners, value=${distributed.cache.owners:2})
./distributed-cache=loginFailures:write-attribute(name=owners, value=${distributed.cache.owners:2})
./distributed-cache=actionTokens:write-attribute(name=owners, value=${distributed.cache.owners:2})