GitHub user afs added a comment to the discussion: How to increase limit for request body size?
In Jetty12, it is only HTML forms that have size limits. Workaround for Fuseki 5.3.0: One way to set this is to use a Java system property: (this is 20Mbytes): `-Dorg.eclipse.jetty.server.Request.maxFormContentSize=20971520` For the fuseki-server script: `export JVM_ARGS="--Xmx4G -Dorg.eclipse.jetty.server.Request.maxFormContentSize=20971520` If that is confirmed to work (I can't easily try it just at the moment), then this is a Fuseki bug to fix in 5.4.0. Fuseki 5.2.0 has higher limits than 5.3.0 has. Another way is to send large requests, while still using `INSERT DATA`, is to POST with content type `application/sparql-update`. GitHub link: https://github.com/apache/jena/discussions/3109#discussioncomment-12704075 ---- This is an automatically sent email for issues@jena.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@jena.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@jena.apache.org For additional commands, e-mail: issues-h...@jena.apache.org