mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #253] [Feature] Show memory usage / And Ability to set max RAM #248
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shirshak55 on GitHub (Aug 18, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/253
Originally assigned to: @NghiaTranUIT on GitHub.
Sometime we may leave proxyman for long time and we may even forget it. But it is still monitoring request so we cannot be sure of consequences like crashes due to more memory usages. And it would be good to indicate how much memory we are using and how much is maximum memory is there.
My preferred location is shown in screenshot.

Probably after user buys we can remove free version on status bar and add memory usage part?
@shirshak55 commented on GitHub (Aug 22, 2019):
@NghiaTranUIT it can also be used to detect memory leak too without using activity monitor etc.. :)
@Saklad5 commented on GitHub (Jul 25, 2020):
RAM usage is still a major issue for Proxyman. I think it should be possible to record traffic into a file directly (possibly in ~/Library/Caches by default), rather than just by saving entire flows at once. Keeping traffic in memory means it will inevitably cause problems.
I don’t think a memory usage indicator is necessary, though. Just take care of it without the user’s involvement.