(fix) be a bit more verbose about memory usage

pull/232/head
Ludovic Marcotte 2017-01-09 16:03:32 -05:00
parent 51ff746595
commit 841fdb96cc
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static BOOL debugLeaks;
vMemSizeLimit = [defaults vmemLimit];
if (vMemSizeLimit > 0)
[self logWithFormat: @"vmem size check enabled: shutting down app when "
@"vmem > %d MB", vMemSizeLimit];
@"vmem > %d MB. Currently at %d MB", vMemSizeLimit, [[NSProcessInfo processInfo] virtualMemorySize]/1048576];
/* SoClass security declarations */
sInfo = [self soClassSecurityInfo];