Consider to disable sendfile capability in Tomcat configuration #3791
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
For tomcat there is a tradeoff between using compression (saving your bandwidth) and using the sendfile feature (saving your CPU cycles)
I think bandwidth is a bit more important for us in compression of CPU cycles.
See more https://tomcat.apache.org/tomcat-8.0-doc/config/http.html
By disabling sendfile capability we will turn on compression for files larger 48Kb
The text was updated successfully, but these errors were encountered: