From 5e775ea4ceec6c64c3f7e8dc345c1be91e2e22e4 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 9 Jan 2017 16:09:09 -0500 Subject: [PATCH] (fix) some more memory info --- Main/SOGo.m | 2 ++ 1 file changed, 2 insertions(+) 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