You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,14 @@ You can assign roles to users and user groups using the _Assign Roles_ screen
71
71
72
72
#### Working with many roles
73
73
The UI becomes slow to load when working with many roles. A setup with 400 item roles and one user/group assigned to each role will result in
74
-
a table with 160k checkboxes. This will cause a high memory consumption of the browser and loading the page will take quite long (~30s and more).
74
+
a table with 160k checkboxes. This will cause a high memory consumption of the browser and loading the page will take quite long (~ 1min and more).
75
75
To improve the loading tooltips and table highlighting are disabled when the total number of checkboxes exceeds 40000 (that is 200 roles with 200 users/groups).
76
-
To further improve UI response times use the filters for users and items.
76
+
77
+
To further improve UI response times use the filters for users and roles.
78
+
79
+
Another limitation is that when you run Jenkins via the built-in Jetty, that the max number of parameters in a form submission is 10000 and the max formsize is 200000. This can be
80
+
increased by passing the parameter `--maxParamCount=N` to the Jenkins java call (See the [Winstone](https://github.com/jenkinsci/winstone) documentation) and setting the system
81
+
property `-Dorg.eclipse.jetty.server.Request.maxFormContentSize=n` at jvm start.
0 commit comments