diff --git a/base-hw/src/core/kernel/configuration.h b/base-hw/src/core/kernel/configuration.h index 2b6d108856..45ede24b21 100644 --- a/base-hw/src/core/kernel/configuration.h +++ b/base-hw/src/core/kernel/configuration.h @@ -22,7 +22,7 @@ namespace Kernel MAX_PDS = 256, MAX_THREADS = 256, MAX_SIGNAL_RECEIVERS = 2048, - MAX_SIGNAL_CONTEXTS = 2048, + MAX_SIGNAL_CONTEXTS = 4096, MAX_VMS = 4, MAX_PRIORITY = 128, };