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 2021/07/15 12:24:55 UTC

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #4160: group/child_status: Dynamically expand group child_status

Donny9 opened a new pull request #4160:
URL: https://github.com/apache/incubator-nuttx/pull/4160


   ## Summary
   This patch is associated with PR: https://github.com/apache/incubator-nuttx/pull/4117.
   
   Before PR:https://github.com/apache/incubator-nuttx/pull/4117, The CONFIG_PREALLOC_CHILDSTATUS's default value  is 2 *CONFIG_MAX_TASKS if no one set CONFIG_PREALLOC_CHILDSTATUS. But now if no one has set it, CONFIG_PREALLOC_CHILDSTATUS is 16, it may be small for some case, so we need to expand group child status pool dynamically.
   
   Change-Id: I4033e93b6adceb01eebe1c2a12ffe8737042b1a6
   Signed-off-by: Jiuzhu Dong <do...@xiaomi.com>
   ## Impact
   
   ## Testing
   daily test.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4160: group/child_status: Dynamically expand group child_status

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4160:
URL: https://github.com/apache/incubator-nuttx/pull/4160


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org