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


##########
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:
   The implementation could support any number map if the system has enough 
memory, so it's an artificial limitation and better to remove to simplify the 
configuration.



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