Reduce proc stack size to 1M
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
#define PROC_NAME_MAX 0x100
|
||||
|
||||
#define PROC_STACKBLOCKS (1024*1)
|
||||
#define PROC_STACKBLOCKS (256)
|
||||
#define PROC_STACKSIZE (PROC_STACKBLOCKS * BITMAP_BLOCK_SIZE)
|
||||
|
||||
#define PROC_MAX 0x100 // max amount of processes
|
||||
|
||||
Reference in New Issue
Block a user