Skip to content

Commit 89b7967

Browse files
committed
add info about limit of form parameters
1 parent 92984e9 commit 89b7967

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,14 @@ You can assign roles to users and user groups using the _Assign Roles_ screen
7171

7272
#### Working with many roles
7373
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).
7575
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.
7782

7883
![Assign roles](/docs/images/assignRoles.png)
7984

0 commit comments

Comments
 (0)