Folks - I have an application that's fairly large (several segments). When it starts, MemHeapFreeBytes() tells me I have around 40K free, but MemHeapSize() tells me the total heap is around 92K. Unfortunately, when I start using NetLib, I run out of memory very fast (40K - 28K == not much). I've tried putting different stuff in different segments to reduce the starting amount, but it still seems to take around 50K to start. Can I reduce this amount somehow?
