Disable native buffers usage on xnio
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled

A temporal change for investigate native memory leak
This commit is contained in:
Andrey Antukh
2025-08-04 22:13:08 +02:00
parent 47882c5419
commit 46969585ed

View File

@@ -69,6 +69,7 @@
:http/host host
:http/max-body-size (::max-body-size cfg)
:http/max-multipart-body-size (::max-multipart-body-size cfg)
:xnio/direct-buffers false
:xnio/io-threads (or (::io-threads cfg)
(max 3 (px/get-available-processors)))
:xnio/dispatch :virtual