-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMESS Websocket TLS timeout with high load #1062
Labels
Bug
Something isn't working
Comments
try xray 1.8.4 and check same thing happen or not |
it's happening since 1.8.6 was released. I downgraded Xray version and everythings ok
is there any chance that you configured the core wrong? |
I've done this before. To make sure, This my marzban logs after restarting service:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I faced an issue when using Marzban with this config: VMESS+WS+TLS and cloudflare SNI.
the problem is when active users increase to about 70 per second, the specific config with high load response time increases too much till a timeout. But another config with another domain and SNI acts normal without any problem. I've set a monitoring up in server and saw
TCP_alloc - Allocated sockets
metric inSockstat TCP
chart is continuously increasing in this situation. I don't know if there is something that doesn't close WS connection or something else.This problem doesn't accrue in 3XUI by MHSanaei and the maximum amount of this metric goes to about 1.5k with similar load, But in Marzban I saw a 5k amount of this and going to have timeout for configs.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Having issue when connecting to config.
Screenshots
The spike is when users are active in server.
Machine details (please complete the following information):
Additional Description
This is my VMESS+WS+TLS config in Marzban:
outbound and routing:
The text was updated successfully, but these errors were encountered: