07.11.2012, 15:07
@******
I am not using a lot of local variables, the thing is that my server requires a lot of global and especially enum variables. Apart from that I am using a lot of includes, so that could explain the big size aswell.
Anyway, I used #pragma dynamic and assigned 5000 as a value to it.
I got the error @ 15kbs as heap size, with 5000 assigned as pragma it's now 19kbs.
I am not using a lot of local variables, the thing is that my server requires a lot of global and especially enum variables. Apart from that I am using a lot of includes, so that could explain the big size aswell.
Anyway, I used #pragma dynamic and assigned 5000 as a value to it.
I got the error @ 15kbs as heap size, with 5000 assigned as pragma it's now 19kbs.