Increase MAX_MEMORY_PER_PROC to 768 MiB.

This commit is contained in:
Andrius Štikonas 2024-01-03 23:57:44 +00:00
parent cc3db46d2c
commit 2d32522f45
Signed by: andrius
GPG Key ID: 0C0331D5228A3B62
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
void* syscall_table;
#define MAX_MEMORY_PER_PROC (128 * 1024 * 1024)
#define MAX_MEMORY_PER_PROC (768 * 1024 * 1024)
#define __FILEDES_MAX 4096
struct mem_block {