Explorar o código

Fine tuning for undertow.

Chris Lim %!s(int64=9) %!d(string=hai) anos
pai
achega
994280ba60
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      crss-ui/crss-ui.yml

+ 4 - 0
crss-ui/crss-ui.yml

@@ -45,3 +45,7 @@ server:
   compression:
     enabled: true
     min-response-size: 1
+    direct-buffers: true # Instruct JVM to use native I/O operations on the buffers
+    buffer-size: 16384 # Socket buffer size. Default is 16kb
+    io-threads: 16 # The number of I/O threads created for non-blocking tasks. (#CPU * 2)
+    worker-threads: 128 # CPU * 16