This article will explain how to modify the total amount of RAM that can be used by your PHP applications.
Log in to your AKLWEB HOST Plesk Or cPanel Account
Under Programming, click on the PHP Config icon.
Click the Save Changes button
Locate the Files section
Click the File Manager icon.
If prompted, choose Web Root; otherwise, navigate to the public_html folder.
Right-click the php.ini file
Choose either Edit or Code Edit
Click the Edit button.
Search for memory_limit, without the quotes.
You can press Control + F on your Windows PC or Command + F on your Mac to use your browser's search function.
Enter the new memory limit for your PHP applications.
It is not recommended to increase this limit past 128 MB.
Click Save Changes
Connect to the server with your FTP client.
FTP – Uploading the website
Navigate to the public_html folder.
Download the php.ini file.
Open the file with any text editor.
Search for memory_limit, without the quotes.
Enter the new memory limit for your PHP applications.
It is not recommended to increase this limit past 128 MB.
Save the file.
Upload the file using your FTP client.