- Generating a new php.ini file
- Using the File ManagerLocate the Files section
- Click the File Manager icon.
Rock
Legacy
- 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.
- Enter the new memory limit for your PHP applications.
- Click Save Changes
- Using an FTP Client
- Connect to the server with your FTP client.
- 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.
- Save the file.
- Upload the file using your FTP client.