samples: net: https: Increase the RAM for client and server
Next two commits will increase the mbedtls ram usage a bit and https client and server sample test will fail. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
5f9d79f290
commit
439ceb99c1
2 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,5 @@ CONFIG_NET_STATISTICS=y
|
|||
|
||||
CONFIG_NET_MGMT=y
|
||||
CONFIG_NET_MGMT_EVENT=y
|
||||
|
||||
CONFIG_RAM_SIZE=280
|
||||
|
|
|
@ -54,3 +54,5 @@ CONFIG_NET_MGMT_EVENT=y
|
|||
# Example DNS servers running in linux using dnsmasq
|
||||
CONFIG_DNS_SERVER1="192.0.2.2:5353"
|
||||
CONFIG_DNS_SERVER2="[2001:db8::2]:5353"
|
||||
|
||||
CONFIG_RAM_SIZE=300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue