Skip to content

Commit

Permalink
Jetty / Increase max form keys
Browse files Browse the repository at this point in the history
This is a parameter to customize depending on size of metadata records (eg. many languages or many contacts)
  • Loading branch information
fxprunayre authored Sep 7, 2023
1 parent 71cad20 commit f21fd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4.4.0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ x-geonetwork-environment:
-Xms512M -Xss512M -Xmx2G -XX:+UseConcMarkSweepGC
-Djetty.httpConfig.requestHeaderSize=32768
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=500000
-Dorg.eclipse.jetty.server.Request.maxFormKeys=8000
# For remote debug
# -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005

Expand Down

0 comments on commit f21fd8c

Please sign in to comment.