Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak #937

Closed
2 tasks done
kfirfer opened this issue Oct 25, 2024 · 4 comments
Closed
2 tasks done

Memory leak #937

kfirfer opened this issue Oct 25, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@kfirfer
Copy link

kfirfer commented Oct 25, 2024

Before Submitting Your Bug Report

  • I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • I have seen the FAQ.

Maccy Version (see 'About' window)

2.1.0

macOS Version

15.0.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}";
    "LaunchAtLogin__hasMigrated" = 1;
    NSNavLastRootDirectory = "/Applications";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSStatusItem Preferred Position Item-0" = 146;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "356 385 800 448 0 0 1512 944 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "539 537 510 232 0 0 1512 944 ";
    enabledPasteboardTypes =     (
        "public.utf8-plain-text",
        "public.tiff",
        "public.rtf",
        "public.png",
        "public.html"
    );
    historySize = 500;
    ignoredApps =     (
        "com.bitwarden.desktop",
        "com.1password.1password"
    );
    ignoredPasteboardTypes =     (
        "net.antelle.keeweb",
        "com.typeit4me.clipping",
        "de.petermaurer.TransientPasteboardType",
        "com.agilebits.onepassword",
        "Pasteboard generator type"
    );
    imageMaxHeight = 40;
    lastReviewRequestedAt = 1724261726;
    maxMenuItemLength = 50;
    maxMenuItems = 25;
    menuIcon = paperclip;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    numberOfUsages = 238;
    pinTo = top;
    popupPosition = cursor;
    previewDelay = 1500;
    searchMode = mixed;
    showFooter = 1;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showSpecialSymbols = 1;
    showTitle = 1;
    suppressClearAlert = 0;
    windowSize = "[450,800]";
}

Description

Hello

The Memory usage of Maccy is huge (25GB):
SCR-20241026-ihse-2

Even tho I cleared the history, the usage not moved anywhere

Steps to Reproduce

No response

@kfirfer kfirfer added the bug Something isn't working label Oct 25, 2024
@GrayJack
Copy link

GrayJack commented Nov 2, 2024

I confirm this bug, I just killed maccy that was usiing 11 GB of RAM, and cleaning history had no effect.

I have the default configuration.

@rishi-singh26
Copy link

I can also confirm this. 103 MB RAM is being used, I just reinstalled the application and clipboard is empty.

image

@aderk
Copy link

aderk commented Nov 14, 2024

+1

Maccy was using 1.2GiB of RAM after ~1week of uptime. When I restarted it (without clearing history), it is down to 39 MiB of memory usage.

@p0deje
Copy link
Owner

p0deje commented Nov 24, 2024

Duplicate of #384

@p0deje p0deje marked this as a duplicate of #384 Nov 24, 2024
@p0deje p0deje closed this as completed Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants