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:
Jukka Rissanen 2017-06-26 18:01:14 +03:00 committed by Anas Nashif
commit 439ceb99c1
2 changed files with 4 additions and 0 deletions

View file

@ -45,3 +45,5 @@ CONFIG_NET_STATISTICS=y
CONFIG_NET_MGMT=y
CONFIG_NET_MGMT_EVENT=y
CONFIG_RAM_SIZE=280

View file

@ -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