本帖最后由 sliver 于 2022-7-22 23:15 编辑
目标服务
一个挺好看的多功能主页
项目:https://github.com/Lissy93/dashy demo1:https://demo.dashy.to/ demo2:https://live.dashy.to/ demo3:https://dev.dashy.to/
情况:
按官方教程 docker安装
- docker run -d
- -p 端口:80
- -v 创建了该文件:/app/public/config.yml
- –name my-dashboard
- –restart=always
- lissy93/dashy:latest
复制代码
装崩了一台甲骨文 amd,装崩了一台 azure b1s(失联,重启2-3分钟后继续失联,被迫删机重建) 甲骨文失联后,重启短时间能ssh上,top 看到 有个 node 进程 cpu 占用 130%
报错:
换到 8.79刀 cloudcone 和 威联通NAS 都安装失败,报错跟上图是一样的
- FATAL ERROR: Reached heap limit Allocation failed – JavaScript heap out of memory
- error Command failed with signal "SIGABRT".
- info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
- ERROR: "build-watch" exited with 1.
- error Command failed with exit code 1.
- info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
复制代码
应该不是内存原因
谷歌上述报错,说是 node打包内存不足、node内存溢出JavaScript heap out of memory
cloudcone 1G内存,安装时看探针 cpu、内存占用只到 80%左右,考虑过是内存不够,威联通上安装时分配 4G内存给这个服务,报错输出依然是同样情况;是 cpu 不够的话,安装时 cloudcone 占用只到 80%,威联通是 j4125 不至于装不了个导航
头大
|