masayuki2009 commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1070388334
@anchao I noticed that applications such as NTP daemon now consume more stack with this PR. Is this an intended behaiviour? The following results are from spresense:wifi_smp. Without this PR. ``` 24 24 --- 100 RR Task --- Waiting Signal 00000000 001976 001724 87.2%! NTP daemon 0.pool.ntp.org;1.pool.ntp.org;2.pool.ntp.org ``` With this PR. ``` 24 24 --- 100 RR Task --- Waiting Signal 00000000 001976 001940 98.1%! NTP daemon 0.pool.ntp.org;1.pool.ntp.org;2.pool.ntp.org ``` -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org