Skip to content

Commit 14533fd

Browse files
committed
some minor adjustments
1 parent aaf9e2a commit 14533fd

File tree

1 file changed

+4
-2
lines changed
  • config/esp32/components/chip

1 file changed

+4
-2
lines changed

config/esp32/components/chip/Kconfig

+4-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ menu "CHIP Core"
168168
default n
169169
help
170170
This option enables the use of heap memory to allocate object pools.
171-
When enabled, it do not enforce the maximum number of entries in object pools.
172-
171+
When this option is enabled, it does not pre-allocate the object pools.
172+
Additionally, there is no limit, (i.e. free heap is the limit) on the
173+
maximum number of entries that can be allocated.
174+
This option can be usefull if you run into static DRAM overflow.
173175

174176
endmenu # "General Options"
175177

0 commit comments

Comments
 (0)