diff --git a/core/stdclass.h b/core/stdclass.h index 36fe655..3824ed3 100644 --- a/core/stdclass.h +++ b/core/stdclass.h @@ -16,7 +16,7 @@ #elif defined(__APPLE__) && defined(__aarch64__) #define PAGE_SIZE 16384 #elif !defined(PAGE_SIZE) -#define PAGE_SIZE 4096 +#define PAGE_SIZE 16384 #endif #ifndef PAGE_MASK #define PAGE_MASK (PAGE_SIZE-1)