Skip to content

Commit e2805de

Browse files
committed
[nrf fromlist] snippets: wifi-enterprise: Resize data heap to fix RAM overflow
Inclusion of CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES causes build time RAM overflow issues. Decrease NRF_WIFI_DATA_HEAP_SIZE to accommodate the RUNTIME_CERTIFICATES feature. Disable HEAP_MEM_POOL_IGNORE_MIN to let the system calculate the required K_HEAP size. Fixes SHEL-3600. Upstream PR #:88861. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent f8782f8 commit e2805de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/wifi-enterprise/wifi-enterprise.conf

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ CONFIG_TLS_CREDENTIALS=y
2323
CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=8192
2424
CONFIG_TLS_MAX_CREDENTIALS_NUMBER=6
2525
CONFIG_HEAP_MEM_POOL_ADD_SIZE_TLS_CRED_SHELL=9000
26+
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=100000
27+
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=n

0 commit comments

Comments
 (0)