Re: [lwip-users] Memory Limitation of lwIP?

2017-08-04 Thread nrichard
goldsi...@gmx.de wrote > nrichard wrote: >> I have been able to get these all running >> at the same time using the HEAP? method by setting both MEM_LIBC_MALLOC >> and >> MEMP_MEM_MALLOC to 1. However it is not consistent. Sometimes the >> system >> tells me "memp_malloc: out of memory in pool

Re: [lwip-users] Memory Limitation of lwIP?

2017-08-03 Thread goldsi...@gmx.de
nrichard wrote: I have been able to get these all running at the same time using the HEAP? method by setting both MEM_LIBC_MALLOC and MEMP_MEM_MALLOC to 1. However it is not consistent. Sometimes the system tells me "memp_malloc: out of memory in pool PBUF_POOL" even though I'm using the HEAP