Increase memory_limit in Openlitespeed

#1
Hello,

I've got a Directadmin with Openlitespeed. Where do I increase php memory limit of an account in a Openlitespeed server?

Any help is very highly appreciated.

Thanks!
 
#2
You can check the php.ini file currently being used from -

Code:
cd /usr/local/directadmin
./build used_configs
Then you can edit the php.ini file for the PHP version being used for the website.
 
Top