<div dir="ltr"><div>Creating tokes are expected to be a bit CPU intensive as they need to be signed. When you say you try to generate tokens for 10-20 users are you doing performance tests and having 10-20 threads generating tokens? It shouldn&#39;t make any difference if you have 10 or if you have 200 users, it&#39;s the total number of tokens that can be generated that&#39;s an issue. Having 200 concurrent users with a access token timeout of 60 seconds should mean that you need to be able to generate roughly 200/60 tokens = 3.3 tokens/sec.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 May 2016 at 13:24, Vaibhav Naldurgkar <span dir="ltr">&lt;<a href="mailto:vaibhav_naldurgkar@persistent.com" target="_blank">vaibhav_naldurgkar@persistent.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399">Hi All,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399">I am using Keycloak 1.9.3 with default configuration. Keycloak server is installed on RHEL 6.5 virtual image with 4 CPU , 8 GB RAM and java version is jdk1.8.0_73 We are trying to use keycloak
 as a OAuth provider. But when we try and generate token(http:///auth/realms/master/protocol/openid-connect/token) for more than 10-20 users the server gets too slow and cpu usage goes over 100%.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399">Any pointers on how to improve performance of keycloak OAuth provider. We need to support at least 200 concurrent users.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:#333399">Thanks, Vaibhav<u></u><u></u></span></p>
</div>
<p>DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
</p>
</div>

<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br></div>