summaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/HermeticTestUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/UnitTest/HermeticTestUtils.cpp')
-rw-r--r--libc/test/UnitTest/HermeticTestUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/UnitTest/HermeticTestUtils.cpp b/libc/test/UnitTest/HermeticTestUtils.cpp
index 04ec22f165b8..7117341fee9a 100644
--- a/libc/test/UnitTest/HermeticTestUtils.cpp
+++ b/libc/test/UnitTest/HermeticTestUtils.cpp
@@ -29,7 +29,7 @@ namespace {
// requires. Hence, as a work around for this problem, we use a simple allocator
// which just hands out continuous blocks from a statically allocated chunk of
// memory.
-static constexpr uint64_t MEMORY_SIZE = 16384;
+static constexpr uint64_t MEMORY_SIZE = 65336;
static uint8_t memory[MEMORY_SIZE];
static uint8_t *ptr = memory;