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