想装虚拟群晖(https://github.com/vdsm/virtual-dsm)
下载compose.yml到小鸡上/vdsm/virtual-dsm/,compose.yml中默认RAM是1G,修改为512M,修改的地方:RAM_SIZE: "512M",保存修改。
然后运行docker-compose up,显示 ERROR: Your configured RAM_SIZE of 1 GB is too high for the 0 GB of memory available, please set a lower value.
表明RAM设置不起作用,这是什么原因?
if (( (RAM_WANTED + RAM_SPARE) > RAM_AVAIL )); then
error "Your configured RAM_SIZE of $WANTED_GB GB is too high for the $AVAIL_GB GB of memory available, please set a lower value."
exit 17