hostap: SAP mode needs more heap
SAP mode adds more functionality that increases the heap usage, based on experiments, 40000 works well to avoid startup failures. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
dbb5914f95
commit
86c3e0ade4
|
@ -23,6 +23,7 @@ config WIFI_NM_WPA_SUPPLICANT
|
|||
if WIFI_NM_WPA_SUPPLICANT
|
||||
|
||||
config COMMON_LIBC_MALLOC_ARENA_SIZE
|
||||
default 40000 if WIFI_NM_WPA_SUPPLICANT_AP
|
||||
# 30K is mandatory, but might need more for long duration use cases
|
||||
default 30000
|
||||
|
||||
|
|
Loading…
Reference in a new issue