Skip to content

Commit

Permalink
feat: updated standalone config to address cpu spikes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Aug 18, 2023
1 parent f3efd15 commit 5a01e6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/keycloak/configurations/7.6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,14 +410,16 @@
<local-cache name="authorization">
<heap-memory size="10000" />
</local-cache>
<replicated-cache name="work" />
<replicated-cache name="work">
<expiration lifespan="900000000000000000"/>
</replicated-cache>
<local-cache name="keys">
<heap-memory size="1000" />
<expiration max-idle="3600000" />
</local-cache>
<distributed-cache name="actionTokens" owners="${env.CACHE_OWNERS_COUNT:2}">
<heap-memory size="-1" />
<expiration max-idle="-1" interval="300000" />
<expiration max-idle="-1" lifespan="900000000000000000" interval="300000" />
</distributed-cache>
</cache-container>
<cache-container name="ejb" default-cache="repl" aliases="sfsb" modules="org.wildfly.clustering.ejb.infinispan">
Expand Down

0 comments on commit 5a01e6a

Please sign in to comment.