Is there a systematic way of finding out how much memory is needed?


Click here for full thread
Forum Vet
Simply because most codes do not use that much stack memory, so it would be waisted.

Bert

Quote:Andrew.yeung Nov 14th 11:27 pm
Thanks for correcting my mistake, Bert.

Is there a reason why you break up memory this way (heap 100 mb/stack 1000 mb/global 2400 mb), instead of the 25-25-50% by default?