You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
What operating system and processor architecture are you using (go env)?
Frps:
[root@localhost ~]# cat /proc/version
Linux version 2.6.32-696.13.2.el6.x86_64 (mockbuild@c1bl.rdu2.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Thu Oct 5 21:22:16 UTC 2017
frpc:
[root@LNMP frp_0.13.0_linux_amd64]# cat /proc/version
Linux version 2.6.32-642.el6.x86_64 (mockbuild@worker1.bsys.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) ) #1 SMP Tue May 10 17:27:01 UTC 2016
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
[root@localhost ~]# frps -v
Frps version 0.13.0
[root@LNMP frp_0.13.0_linux_amd64]# ./frpc -v
0.13.0
What operating system and processor architecture are you using (
go env
)?Frps:
frpc:
Configures you used:
FRPS:
FRPC:
Steps to reproduce the issue:
1.业务需求: 转发 内部授权系统(FRPC)到公网(FRPS), 客户端 大约 20 个,每个客户端 五秒请求一次
2.运行半个月后 FRPS服务器上的Tomcat 日志提示 "Too many open files in system" ;
3. 使用
lsof -n|awk '{print $2}'|sort|uniq -c |sort -nr|more
查看 进程文件打开数量,发现frps进程 有 六万多 ,导致同服务器(FRPS) 上其他应用无法创建新的链接,触发系统报警.4.目前解决办法:定时重启frps 期待修复该问题
Describe the results you expected:
请求次数再多也不影响系统
Additional information you deem important (e.g. issue happens only occasionally):
FRPS 服务器 Linux 系统已经 不限制 文件句柄打开数量
Can you point out what caused this issue (optional)
The text was updated successfully, but these errors were encountered: