wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

memory profile

Open newNcy opened this issue 8 months ago • 1 comments

Is there any tool that can show how much memory wasmer used during the loading of the module and the instantiation of the module, on windows I just loaded a simple demo that used more than 500 mb of memory, with the help of vs memory heap analysis I only see a few tens of mb allocated, and with the interfaces under vm/src/mmap.rs there is only 270m, I'm not sure if I can find a tool that can show how much memory was used during the loading and instantiation of the module, but I'd like to know. Where is the rest of the 250+mb memory used?

Translated with DeepL.com (free version)

newNcy avatar Jun 19 '24 11:06 newNcy