Php increase memory limit

<?php
 
ini_set('memory_limit','2048M');

Leave a Reply