Page 1 of 1
Question about changing value php.ini
Posted: Wed Mar 20, 2019 4:04 am
by lacroix05
My vestacp host has 3 user and many domain.
My question is, if i change the value in php.ini with example changing memory limit to 512, it mean every single website has limit of using memory 512 MB or all of my website accumulated memory limit is 512 MB ?

Re: Question about changing value php.ini
Posted: Wed Mar 20, 2019 10:20 am
by grayfolk
This is limit for execute php script. Limit per one process.
512M - too big value, 128M strongly reccomended.