ptmuldoon Posted June 29, 2020 Posted June 29, 2020 I am working to move my VM's and containers from Proxmox over to Unraid, mainly to make better use of docker. And I am trying to get a cards against humanity docker clone from here installed but get an out of memory error when the script runs? I did have this working as a VM in ubuntu server in proxmox, so pretty sure its not a memory issue. I do have 32GB of memory in the machine also. https://github.com/olback/cah and the error i get is: root@UnRaid:/mnt/appdata/cah# ./scripts/angular.sh ✔ Node version OK ./scripts/angular.sh: line 13: npm: command not found ./scripts/angular.sh: line 14: [: -lt: unary operator expected ✔ NPM version OK ✘ Not enough memory available! Quote
Natcoso9955 Posted July 2, 2020 Posted July 2, 2020 I don't know for certain but I'm going to guess that possibly the issue is that the script can't execute: MEMFREE=$(cat /proc/meminfo | grep MemFree | awk '{print $2}') So when it does the memory check it fails. I'll clone this and test it later tonight. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.