include: reduce default stack size
This commit is contained in:
parent
125fc7a918
commit
0c1b8ba3c3
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@
|
|||
#define _KMESS_BUF_SIZE 10000
|
||||
|
||||
/* Default stack size (limit) */
|
||||
#define DEFAULT_STACK_LIMIT (64 * 1024 * 1024)
|
||||
#define DEFAULT_STACK_LIMIT (4 * 1024 * 1024)
|
||||
|
||||
#endif /* _MINIX_SYS_CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue