acassis commented on code in PR #14819:
URL: https://github.com/apache/nuttx/pull/14819#discussion_r1844997592
##########
mm/Kconfig:
##########
@@ -98,12 +98,6 @@ config MM_REGIONS
that the memory manager must handle and enables the API
mm_addregion(heap, start, end);
-config MM_MAP_COUNT_MAX
- int "The maximum number of memory map areas for each task"
- default 1024
- ---help---
- The maximum number of memory map areas for each task.
-
Review Comment:
@xiaoxiang781216 could you please elaborate further? Why isn't it necessary
to limit the number of map entries? Which other alternative do we have? Please
include this information in the commit message!
--
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]