(fix) some more memory info

This commit is contained in:
Ludovic Marcotte
2017-01-09 16:09:09 -05:00
parent ccb176d996
commit 494b2d7b7e

View File

@@ -147,6 +147,8 @@ static BOOL debugLeaks;
/* load products */
[[SOGoProductLoader productLoader] loadAllProducts: YES];
if (vMemSizeLimit > 0)
[self logWithFormat: @"All products loaded - current memory usage at %d MB", [[NSProcessInfo processInfo] virtualMemorySize]/1048576];
}
- (id) init