diff options
author | midipix <writeonce@midipix.org> | 2020-12-03 22:00:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-12-04 13:24:16 +0000 |
commit | cc20b3d7478519676a573055015528d7a6c47d45 (patch) | |
tree | c79786799c7c510ec108430484c2e8372e841f10 /src | |
parent | f5ce7cc12424908c8872cbd5b9a0df80fa96a4d5 (diff) | |
download | ntapi-cc20b3d7478519676a573055015528d7a6c47d45.tar.bz2 ntapi-cc20b3d7478519676a573055015528d7a6c47d45.tar.xz |
internals: increase __NT_IPC_PAGES (allocated one at a time) to the safe 512.
Diffstat (limited to 'src')
-rw-r--r-- | src/internal/ntapi_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |