mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1720] 连接数过多的一点问题 #1362
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#1362
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 @yuxuechao on GitHub (Mar 28, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1720
目前我使用了一台云服务器代理了大概1000多台机器,有500linux500window,目前只能使用一半数量,如果开启全部代理 大约有100多连不上,还有云服务器的连接数过多,导致dashboard加载不出来的问题
@QQ2017 commented on GitHub (Mar 28, 2020):
云服务器是什么操作系统版本
连接数最多是多少
@yuxuechao commented on GitHub (Mar 28, 2020):
云服务器Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-72-generic x86_64)
连接数最多892
@yuxuechao commented on GitHub (Mar 28, 2020):
我这个连接数问题不是frp问题,是系统/etc/security/limits.conf,最大进程数和最大文件打开数默认限制了,修改开放到需要的数量接好了,谢谢大佬