Explorar o código

UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiB

Brendan Coles %!s(int64=4) %!d(string=hai) anos
pai
achega
ab9f66a069
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Userland/DevTools/UserspaceEmulator/Emulator.cpp

+ 1 - 1
Userland/DevTools/UserspaceEmulator/Emulator.cpp

@@ -47,7 +47,7 @@
 namespace UserspaceEmulator {
 namespace UserspaceEmulator {
 
 
 static constexpr u32 stack_location = 0x10000000;
 static constexpr u32 stack_location = 0x10000000;
-static constexpr size_t stack_size = 64 * KiB;
+static constexpr size_t stack_size = 1 * MiB;
 
 
 static Emulator* s_the;
 static Emulator* s_the;