Replies: 1 comment 1 reply
-
In my 13 years as a user and contributor, I have never see someone else run a node out of memory because of 50K permissions. You are welcome to contribute a PR. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The Management Plugin UI calls the permission endpoint unpaginated. This leads to OOM errors if a few thousand permissions were created.
Reproduction steps
Expected behavior
The page loads as expected and the permissions list is paginated.
Additional context
Since this can not be solved by scaling the instance count, it would be nice to paginate the endpoint as it is done with the users endpoint. The permissions response with 50k permissions is about 10MB.
Beta Was this translation helpful? Give feedback.
All reactions