From 494b2d7b7ef454f071ffa37db5e76b8d571a4856 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 341965299..9d20f1421 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -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