1G Server but still getting this Error: Cloudron requires atleast 1GB physical memory
Solved
Support
-
So, what am I going to do about it?
I observed https://forum.cloudron.io/topic/1927/force-installation-on-server-with-nearly-1gb/ and thought it was interesting.
However, it only shows what needs to be changed and does not teach how to do so.It does not, however, show how to change the line ( latest script info )
-
@JavaCraft Can you post the output of
free -m
?To move ahead, you can just edit the line
readonly MINIMUM_MEMORY="974"
to be something lower in thecloudron-setup
script. It's at the top of the file around line 14 and run the setup script again. -
-