You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/30 16:34:41 UTC

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #40: apps/testing/mm: Make stacksize configurable

patacongo opened a new pull request #40: apps/testing/mm:  Make stacksize configurable
URL: https://github.com/apache/incubator-nuttx-apps/pull/40
 
 
   Makes stacksize as well as program name and priority configurable.  The defaults are the same as the previous hardcoded values.
   
   The default stacksize of 2048 bytes is more than enough for most target applications.  However, when running on the simulator, much large stack sizes are needed.  For mean, I would get stack overrun with the default 2048 byte stack; increasing the stack size to 16384 eliminted the crash.
   
   Other peoplel may want to tune the stack size down as well for more conservative memory usage.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #40: apps/testing/mm: Make stacksize configurable

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #40: apps/testing/mm:  Make stacksize configurable
URL: https://github.com/apache/incubator-nuttx-apps/pull/40
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services