diff --git a/Kernel/Profiling.h b/Kernel/Profiling.h index dc419a34a6..f3ffb441f4 100644 --- a/Kernel/Profiling.h +++ b/Kernel/Profiling.h @@ -36,7 +36,7 @@ class Process; namespace Profiling { -constexpr size_t max_stack_frame_count = 30; +constexpr size_t max_stack_frame_count = 50; struct Sample { i32 pid;