Is there a way to check available or used memory
-
Is there a way to check available or used memory from the script ?
-
JSON.stringify(Memory).length
-
Just for completeness:
JSON.stringify(Memory).length / 1024
But seriously, there should be an option for it. You honestly don't want to serialize your Memory Object each time just to know your consumption.