Increased minimum stack size to ensure that there are no problems

running the network stack.
This commit is contained in:
Joel Sherrill
1999-10-26 14:39:57 +00:00
parent cb50837d9d
commit 9a986282df
2 changed files with 2 additions and 2 deletions

View File

@@ -543,7 +543,7 @@ SCORE_EXTERN struct {
* that a "reasonable" small application should not have any problems.
*/
#define CPU_STACK_MINIMUM_SIZE (1024*3)
#define CPU_STACK_MINIMUM_SIZE (1024*8)
/*
* CPU's worst alignment requirement for data types on a byte boundary. This

View File

@@ -606,7 +606,7 @@ SCORE_EXTERN struct {
* that a "reasonable" small application should not have any problems.
*/
#define CPU_STACK_MINIMUM_SIZE (1024*3)
#define CPU_STACK_MINIMUM_SIZE (1024*8)
/*
* CPU's worst alignment requirement for data types on a byte boundary. This