This commit is contained in:
spiritlhl
2025-12-11 05:59:27 +00:00
parent 2020f80ebf
commit 800e7d1c0f
3 changed files with 18 additions and 4 deletions

View File

@@ -98,8 +98,6 @@ journalctl -u oneclickvirt -f
Restart service:
Stop service:
```shell
systemctl restart oneclickvirt
```

View File

@@ -91,4 +91,12 @@ Immediately after reboot, log into SSH and use the corresponding script to clear
Since containers take time to restart individually after reboot, this window may not delete many instances, but each reboot clears some.
Ultimately, when limiting instance counts, carefully assess node performance. Avoid overloading weaker nodes or those with strict constraints.
Ultimately, when limiting instance counts, carefully assess node performance. Avoid overloading weaker nodes or those with strict constraints.
## Issues Arising from Self-Compilation
Commonly encountered in source code deployment, Dockerfile, and Docker Compose deployment methods
Frequently observed in frontend compilation errors on ARM architectures
Directly deploy using pre-compiled Docker container images or binary files (most reliable approach)

View File

@@ -92,4 +92,12 @@ internal error, please report: running “lxd.lxc” failed: cannot create trans
由于重启后容器虚拟机需要一段时间一个个自动重启,打这个时间差可能删不了多少,但每次重启都能删一些
最终还是需要在限制实例数量的时候,慎重考虑节点的性能,较弱或者限制较多的节点,建议不要开设过多实例
最终还是需要在限制实例数量的时候,慎重考虑节点的性能,较弱或者限制较多的节点,建议不要开设过多实例
## 自编译出现问题
常见于 源码部署、Dockerfile、DockerCompose 方式部署
常见于 ARM 架构下前端编译出错
直接使用 预编译的Docker容器镜像 或 直接使用二进制文件部署(最稳妥)