I am testing out code by Zapier for the first time just to learn how to use it. The javascript code I used in the “code by Zapier” step was a single line just 65 characters long:
output = u{firstThreeLetters: inputData.subject.substring(0,3)}];
When I tested the code the runtime_meta showed that the value for memory_used_mb was 62. My question is this:
What is the unit of measure for the 62? Is it Megabyes as the name implies or is it actually Kilobytes? Reason tells me that for the small amount of code I wrote, the unit of measure is most likely Kilobytes. Can anybody confirm that it actually is Kilobytes? Is there any documentation saying what the unit of measure is?
Thanks ahead of time.