static S getFullMemoryInfo() { S = getMemoryInfo(); if (!isWindows()) pcall { s = "Process size: " + toM(getProcessSize()) + " MB. " + s; } ret s; }