xiaoxiang781216 commented on code in PR #12427:
URL: https://github.com/apache/nuttx/pull/12427#discussion_r1625390697


##########
sched/Kconfig:
##########
@@ -1937,3 +1937,13 @@ config GROUP_KILL_CHILDREN_TIMEOUT_MS
                > 0 means wait timeout
                = 0 means don't do kill signal
 
+config INITIAL_PID_LIMIT

Review Comment:
   The limit normally means a fixed min/max number, but the number will 
increase to bigger than INITIAL_PID_LIMIT here. If you don't want to expose the 
internal data structure, I think that PID_INITIAL_COUNT/PID_INITIAL_NUMBER is 
still better than xxx_LIMIT.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to