Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: cellular: nrf_cloud_multi_service: More modem RX shared memory
The sample reads certificates while checking their validity to give better error messages. PR nrfconnect#17189 optimized modem shared memory to 4kB for both TX and RX. This is too small for RX with several certificates. Issues seen with three Root CAs causing modem to eventually crash as there is not enough RPC memory for the reponse. So increasing CONFIG_NRF_MODEM_LIB_SHMEM_RX_SIZE by letting it use default value of ~8kB. Jira: TNSW-64434 Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no> (cherry picked from commit 1b9c394)
- Loading branch information