mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2568] 内存使用量如何降低以及TLS加密问题 #2043
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2043
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 @zhangwen-network on GitHub (Sep 6, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2568
Describe the feature request
首先非常感谢作者的这个项目,帮了我大忙了,现在有两个问题,希望能讨论一下:
1、frpc在linux上启动后VSZ达到了700M,这个对于我的arm设备有点大啊?有什么办法可以降低内存使用量?
2、目前frpc已经被部分IPS识别出来当作威胁处理了,即使是TLS开启,也能识别,原因是加密和非加密公用一个端口,通过指定字段来区分加密不加密,为什么不用端口来区分(类似80和443),这样就不会被识别出来了。
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Sep 9, 2021):
@zhangwen-network commented on GitHub (Sep 9, 2021):
非常感谢作者的回复!
1、RSS的确不会很大,但是虚拟内存VSZ-700M也有点太大了(仅仅对我的项目而言),请问有什么办法降低这个值吗?(我之前用一个C语言软件可以通过链接TCMALLOC来降低虚拟内存的值)
2、frpc开启TLS后的报文有个固定字节0X17,没有开启就没有这个字节。我的理解是frps通过识别0X17来判断是否为TLS链接,这个理解有误?
@github-actions[bot] commented on GitHub (Oct 10, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.