From cc20b3d7478519676a573055015528d7a6c47d45 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 04 2020 13:24:16 +0000 Subject: internals: increase __NT_IPC_PAGES (allocated one at a time) to the safe 512. --- diff --git a/src/internal/ntapi_impl.h b/src/internal/ntapi_impl.h index beb72a6..deba32c 100644 --- a/src/internal/ntapi_impl.h +++ b/src/internal/ntapi_impl.h @@ -42,7 +42,7 @@ #endif #ifndef __NT_IPC_PAGES -#define __NT_IPC_PAGES 64 +#define __NT_IPC_PAGES 512 #endif /* user-defined options: tail */