From 46969585ed2384a53f4fcad17156bf1a756a9529 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 4 Aug 2025 22:13:08 +0200 Subject: [PATCH] :sparkles: Disable native buffers usage on xnio A temporal change for investigate native memory leak --- backend/src/app/http.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/app/http.clj b/backend/src/app/http.clj index 4cb0aea3e0..328c2e5612 100644 --- a/backend/src/app/http.clj +++ b/backend/src/app/http.clj @@ -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