mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2036] frps crashing, freezing when 300 + clients connected #1618
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#1618
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 @jembem on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2036
frps crashing when there is 300 - 400 + and more clients connecting to frps
I'm using vps with 1 GB of RAM
all clients got enabled http proxy plugin
I have specified in frps config max_pool_count=100000, because there is alot of connections is it good ?
why it is crashing ?
and when there is not specified max_pool_count in frps config then I'm unable to connect with client proxies
if 50 - 100 clients are connected then all seems to working good, but when 300 + clients are connected then it crashing or it is not possible to connect.
@hallkk commented on GitHub (Oct 22, 2020):
"By default, frps creates a new frpc connection to the backend service upon a user request. With connection pooling, frps keeps a certain number of pre-established connections, reducing the time needed to establish a connection."
@fatedier commented on GitHub (Oct 25, 2020):
@github-actions[bot] commented on GitHub (Dec 10, 2020):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@nlvedwin commented on GitHub (Oct 20, 2023):
hi @fatedier do you think frps can take thousands of clients? but of course with good server specs.
@fatedier commented on GitHub (Oct 20, 2023):
Yes.
@landrix commented on GitHub (Oct 25, 2023):
What are good server specs for 300+ clients?
@fatedier commented on GitHub (Oct 25, 2023):
@landrix This is difficult to estimate, I suggest you actually test it. 300 clients with empty loads cannot be compared to 300 clients with full loads.
If I remember correctly, I once simulated tens of thousands of idle frpc connections on my 16-inch Mac Pro without any user data transmission. Of course, due to memory issues, all these frpc instances were running in a single process.