I know how to set the thread pool in a normal jetty project: Change thread pool size in Jetty 9
My question is how to configure this in a App Engine flexible environment.
I looked at: https://cloud.google.com/appengine/docs/flexible/java/dev-jetty9 but it does not show a way how to do this.