-
换了台新机器,在 docker 中用官方镜像部署,版本号 4.42.2,内存占用为 333.1MiB / 973.2MiB 附上配置: {
"inbounds": [
{
"port": 8888,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "XXX",
"alterId": 16
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"path": "/v2ray/websocket/"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
],
"": {
"loglevel": "debug"
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
topkie
Oct 27, 2021
Replies: 1 comment
-
破案了,是我 cgroup 没配置好 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
topkie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
破案了,是我 cgroup 没配置好