i set php to 256 mb, but if e see file diagnosis.php is read only 128mb
Hi,
try this on blank app “onexecute”
ini_set(‘memory_limit’, ‘1024M’);
echo ini_get(‘memory_limit’);
and see the result;
can i try in chart module in event onscriptinit?
Hi,
you can try this, let me know about results.