Skip to content

Commit d7361b3

Browse files
committed
Increase zephyr thread sample memory
1 parent 8d8f4d4 commit d7361b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • zephyr/samples/wolfssl_tls_thread

zephyr/samples/wolfssl_tls_thread/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CONFIG_MAIN_STACK_SIZE=16384
33
CONFIG_ENTROPY_GENERATOR=y
44
CONFIG_TEST_RANDOM_GENERATOR=y
55
CONFIG_INIT_STACKS=y
6-
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=65536
6+
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=131072
77

88
# Pthreads
99
CONFIG_PTHREAD_IPC=y
@@ -23,7 +23,7 @@ CONFIG_DNS_RESOLVER=y
2323
CONFIG_PRINTK=y
2424
CONFIG_LOG=y
2525
CONFIG_LOG_MODE_IMMEDIATE=y
26-
#CONFIG_WOLFSSL_DEBUG=y
26+
CONFIG_WOLFSSL_DEBUG=y
2727

2828
# Enable logging using RTT and UART
2929
#CONFIG_CBPRINTF_LIBC_SUBSTS=y

0 commit comments

Comments
 (0)