p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
11.51k stars 495 forks source link

Using to much of Ram #779

Closed pritam12426 closed 2 months ago

pritam12426 commented 2 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.31.0

macOS Version

14.4.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":2560,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    NSNavLastRootDirectory = "/Applications";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSStatusItem Preferred Position Item-0" = 490;
    "NSWindow Frame NSNavPanelAutosaveName" = "560 564 800 448 0 0 1920 1200 ";
    "NSWindow Frame SUUpdateAlert" = "650 601 620 398 0 0 1920 1200 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "703 586 542 436 0 0 1920 1200 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-05-07 11:54:23 +0000";
    SUUpdateGroupIdentifier = 3195631947;
    enabledPasteboardTypes =     (
        "public.html",
        "public.utf8-plain-text",
        "public.png",
        "public.rtf",
        "public.tiff"
    );
    historySize = 50;
    ignoreEvents = 0;
    ignoredApps =     (
        "ru.keepcoder.Telegram"
    );
    ignoredPasteboardTypes =     (
        "net.antelle.keeweb",
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping",
        "com.agilebits.onepassword",
        "Pasteboard generator type"
    );
    menuIcon = paperclip;
    migrations =     {
        "2020-04-25-allow-custom-ignored-types" = 1;
        "2020-06-19-use-keyboardshortcuts" = 1;
        "2020-09-01-ignore-keeweb" = 1;
        "2021-02-20-allow-to-customize-supported-types" = 1;
        "2021-06-28-add-title-to-history-item" = 1;
        "2021-10-16-remove-dynamic-pasteboard-types" = 1;
        "2022-08-01-rename-suppress-clear-alert" = 1;
        "2022-11-14-add-html-rtf-to-supported-types" = 1;
        "2023-01-22-add-regexp-search-mode" = 1;
    };
    pasteByDefault = 1;
    removeFormattingByDefault = 0;
    searchMode = exact;
    showRecentCopyInMenuBar = 0;
    suppressClearAlert = 1;
}

Description

Using to much of ram I have only 3 or 4 clip board history in the maccy but still it is using more the 700 MB. I notice this thing many time in the Activity Monitor

image

Steps to Reproduce

No response

p0deje commented 2 months ago

Your history size is 50 which is quite small indeed. Do you copy big texts or images?

pritam12426 commented 2 months ago

Yes I often take screenshot and copy entire code file in clipboard. Is there is any problem to keeping history size to 50 and copying entire code file and copying screenshots to clipboard ??

p0deje commented 2 months ago

Ok, this is the same as #384