mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 21:15:55 +03:00
[GH-ISSUE #105] Cloak arm build takes huge amount of RAM (almost 100 MB for NumConn=1) #91
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#91
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 @notsure2 on GitHub (Apr 4, 2020).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/105
Hello,
Cloak arm build (armv5 32-bit softfloat) build takes a huge amount of ram when making a new connection even when NumConn=1, approximately 80-100 MB which causes it to crash frequently on routers. Tested on FreshTomato 2020.2 Firmware with Netgear R7000 with shadowsocks-libev plugin mode.
It starts with reasonable RAM but as soon as connection is established (around 100 Mbps bandwidth) and sending traffic memory usage increase very quickly.
The same exact version AMD64 Windows build does not show this behavior.
Using normal AdminUID, Encryption method = plain.
@notsure2 commented on GitHub (Apr 5, 2020):
As of the latest revisions, the problem mysteriously disappeared by itself. Will reopen and investigate if this happens again.