diff --git a/Main/SOGo.m b/Main/SOGo.m index d3aa0abaa..a38cdba72 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -138,6 +138,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