This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
forked from civetweb/civetweb
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some comments on stack sizes. Minimum recommendation: 16 kB
See civetweb#837 and civetweb#895 According to civetweb#837, some comments on stack sizes are required. They have been added to Embedding.md According to civetweb#895 and the linked issue in the Zephyr project, one issue was a stack size default of 8 kB that is too low in combination with standard buffer sizes (MG_BUF_LEN). Set the recommended default (16 kB), so the default values for all buffers are consistent. It is still possible to set a lower stack size, but only if other buffer sizes are set to reduced values as well.
- Loading branch information
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters