Skip to content

Conversation

@yamt
Copy link
Contributor

@yamt yamt commented Mar 27, 2020

The sim demands more stack because:

  • It's often 64-bit
  • It calls host OS libraries

The sim demands more stack because:
 * It's often 64-bit
 * It calls host OS libraries
config DEFAULT_TASK_STACKSIZE
int "The default stack size for tasks"
default 8192 if ARCH_SIM
default 2048
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we need change to:
default 2048 if !ARCH_SIM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?
i believe kconfig interprets this as "otherwise, 2048"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants