-
-
Notifications
You must be signed in to change notification settings - Fork 66
[bug] High memory and CPU usage #288
Copy link
Copy link
Open
Labels
HIGH PRIORITYIssues that should be fixed ASAPIssues that should be fixed ASAPbefore v1.0.0Issue should be closed before v1.0.0Issue should be closed before v1.0.0bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednot assignedIssues that are free for people to work onIssues that are free for people to work on
Description
Activity
Metadata
Metadata
Assignees
Labels
HIGH PRIORITYIssues that should be fixed ASAPIssues that should be fixed ASAPbefore v1.0.0Issue should be closed before v1.0.0Issue should be closed before v1.0.0bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednot assignedIssues that are free for people to work onIssues that are free for people to work on
Type
Projects
- StatusShow more project fieldsBacklog
Describe the bug A clear and concise description of what the bug is.
Rustcast has a high CPU and RAM Usage.
To Reproduce Steps to reproduce the behavior:
NIL - Rustcast's usage is high all the time.
Expected behavior A clear and concise description of what you expected to
happen.
Rustcast is a background app and hence should have low resource and compute usage.
Screenshots If applicable, add screenshots to help explain your problem.
Which macos version? (please complete the following information):
This is caused mostly by the Clipboard history which saves every image as raw bytes. Using a database would reduce the weight on the ram, but other optimisations should also take place.