CPU load 100% #375
-
|
I really like the project, thank you for it. Deployed mtg according to the scheme Vless(TPC-Reality) -> mtg -> nginx (web site). Accordingly, mtg proxies traffic to the site. With this scheme, strong and prolonged CPU load spikes up to 100% are observed. What could be the cause and how to deal with it? mtg is running in a docker container. |
Beta Was this translation helpful? Give feedback.
Answered by
Vodomerka19
Mar 19, 2026
Replies: 1 comment
-
|
Problem solved. In config.toml, changed bind-to = "0.0.0.0:8443" to "127.0.0.1:8443". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vodomerka19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem solved. In config.toml, changed bind-to = "0.0.0.0:8443" to "127.0.0.1:8443".