What is node.heap() actually reporting...
Posted: Wed Nov 18, 2015 6:40 pm
Using sdk 1.4.0 I'm apparently near the not enough memoy wall, my favorite place.....
node heap shows 13000-14000 , but if I add a 60 char statement I get not enough memory..
Is node.heap showing the total available fragmented memory ?
Or is it showing the largest area available I don't remember seeing info on this in the FAQ....
If it is the total Fragmented then what is the preferred code layout?
ie Vars, Functions, Code or Functions, Code, Vars or other?
node heap shows 13000-14000 , but if I add a 60 char statement I get not enough memory..
Is node.heap showing the total available fragmented memory ?
Or is it showing the largest area available I don't remember seeing info on this in the FAQ....
If it is the total Fragmented then what is the preferred code layout?
ie Vars, Functions, Code or Functions, Code, Vars or other?