Page 1 of 1

Memory footprint of my app?

Posted: Sat Mar 13, 2021 5:48 am
by pdwyer
In a competition I'm entering there is a 350mb memory footprint limit while running which given the data searching going on is easy to fill.
As I iterate and recurse I'd like to watch my overall memory usage to see if I'm getting near that number.

Is there a PB command or windows API that can let me know my current footprint size?

(note, this is not about the size if the exe on disk etc. there are limits for that too but I have that under control)

Re: Memory footprint of my app?

Posted: Sat Mar 13, 2021 7:32 am
by Keya

Re: Memory footprint of my app?

Posted: Sat Mar 13, 2021 7:51 am
by JHPJHP
Hi pdwyer,

Windows Services & Other Stuff\Other_Stuff\ProcessStuff\GetProcessMemoryInfo.pb

Re: Memory footprint of my app?

Posted: Sat Mar 13, 2021 10:38 am
by pdwyer
You guys rock! 8)

Thanks!