Page 1 of 1

Installation stopped after NGINX memory problem

Posted: Tue Dec 02, 2014 10:26 pm
by djsteven77
I am trying to install Vesta on a brand new CentOs 6 VPS but got stuck during the process since nginx won't start and the installation therefore aborts. This is the error I am getting:

Code: Select all

Starting nginx: nginx: [alert] mmap(MAP_ANON|MAP_SHARED, 10485760) failed (28: No space left on device)
                                                           [FAILED]
Error: nginx start failed
Now I also did check already if there was something wrong with the disc space of my VPS through df -h, but - look - everything seems to be alright:

Code: Select all

Filesystem      Size  Used Avail Use% Mounted on
/dev/simfs      100G  1,3G   99G   2% /
none            3,9G  4,0K  3,9G   1% /dev
I have install Vesta succesfully before at another hosting provider. Then all went very smoothly and without these kind of problems.

How can I proceed the installation process succesfully?

Steven