From cc20b3d7478519676a573055015528d7a6c47d45 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 3 Dec 2020 22:00:10 +0000 Subject: internals: increase __NT_IPC_PAGES (allocated one at a time) to the safe 512. --- src/internal/ntapi_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal') 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 */ -- cgit v1.2.3