Hey, I work with Miguel for uploading users in gluu.
We found gluu has unpredictable crashing once our import process go over 300k users. It became very slow, like 1 user for 2 seconds.
Could you try more users? And if you could tell us what tool you were using to import 300_000 users so fast?
Currently we are using `https://<host-name>/identity/seam/resource/restv1/scim/v2/Users?access_token=<test-mode-token>` to import users. Is there a better way so we can import out total 800_0000 users in gluu?
Thanks!