I tried to determine which users were added via the Jira Internal Directory, and since there is not an easy way to filter on this, I stupidly tried to show all users on a single page so that I can search through the users via the browser.
Well, we have 50,000+ users and, of course, the request timed out.
Now, my search is saved in memory and every time I try to access the User Management page, I get the following error.
java.lang.OutOfMemoryError: Java heap space
Is there any way to clear out that stored search?
Never mind. Realized these are stored in client-side cookies!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.