p0deje / Maccy

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

Maccy taking 1.43GB memory, is it normal? #959

Closed wallmage closed 1 day ago

wallmage commented 1 day ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

2.1.0(49)

macOS Version

Sequoia 15.1.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = 0;
    "KeyboardShortcuts_pin" = 0;
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":34,\\"carbonModifiers\\":768}";
    "NSStatusItem Preferred Position Item-0" = 5607;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "501 366 510 473 0 0 1512 944 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-11-21 14:58:51 +0000";
    SUUpdateGroupIdentifier = 433067342;
    enabledPasteboardTypes =     (
        "public.html",
        "public.utf8-plain-text",
        "public.rtf"
    );
    menuIcon = paperclip;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    searchMode = exact;
    showFooter = 1;
    showSearch = 1;
    showTitle = 1;
    windowSize = "[450,800]";
}

Description

Started laptop for a couple hours, only light usage like web browsing and writing some notes. Maccy has collected about 10 copied texts. I feel strange when I saw a light-weight tool like Maccy is taking up 1.43GB (now growing to 1.47GB already after a few minutes). Is it normal or maybe there's some bug related to memory allocation? thanks!

Steps to Reproduce

No response

p0deje commented 1 day ago

That doesn't look normal, I'm tyring to fix it as part of #937