Increase memory_limit in Openlitespeed

gardolom

New member
Joined
Aug 28, 2019
Messages
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!
 
Hi,

When I'm under Access Level "Admin" an go to the file editor to make changes in the php.ini file, for this case I need to modify the php.ini from php7.3


/usr/local/php73/lib/php.ini when i change the memory limit. Restart OLS nothing happens.
It stays at 128MB says my wordpress website.


Do I forget something or is there another location to change the php.ini files if you run on OpenLiteSpeed?

Thank you in advance.
 
Hi,

When I'm under Access Level "Admin" an go to the file editor to make changes in the php.ini file, for this case I need to modify the php.ini from php7.3


/usr/local/php73/lib/php.ini when i change the memory limit. Restart OLS nothing happens.
It stays at 128MB says my wordpress website.


Do I forget something or is there another location to change the php.ini files if you run on OpenLiteSpeed?

Thank you in advance.
Try:
Code:
killall -9 lsphp
 
Hello Smtalk, thank you for that command, well noted for future reference.

For some reason, there seems to be a delay. This morning, without that i did something the new memory setting was applied.
 
Back
Top