Advertisement
mayankjoin3

tcpdf issues memory max execution time error

Sep 18th, 2022
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1.  
  2. ini_set('max_execution_time', '3000');
  3. ini_set('memory_limit',"1200M");
  4.  
  5. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6813552 bytes)
  6. or memory execution time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement