diff --git a/Source/Modules/AppDelegate.swift b/Source/Modules/AppDelegate.swift index 17a08a6c..a9550d84 100644 --- a/Source/Modules/AppDelegate.swift +++ b/Source/Modules/AppDelegate.swift @@ -113,7 +113,7 @@ extension AppDelegate { guard let currentMemorySizeInBytes = NSApplication.memoryFootprint else { return 0 } let currentMemorySize: Double = (Double(currentMemorySizeInBytes) / 1024 / 1024).rounded(toPlaces: 1) switch currentMemorySize { - case 300...: + case 512...: vCLog("WARNING: EXCESSIVE MEMORY FOOTPRINT (\(currentMemorySize)MB).") let userNotification = NSUserNotification() userNotification.title = NSLocalizedString("vChewing", comment: "")