Commit 1b9c394
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 #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 <[email protected]>1 parent 5e74b5b commit 1b9c394
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments