Laravel-excel: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes)

Created on 20 Jul 2016  路  11Comments  路  Source: Maatwebsite/Laravel-Excel

Hello, i have run so throw error
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in D:\xampp\htdocsphp\ssp\vendorphpofficephpexcel\Classes\PHPExcel\Worksheet.php on line 1219
So how can i fix it.
thank

Most helpful comment

I'm having the same issue as well and it's never happened before. PHP currently has 4gb of memory allocated, so I'm pretty sure that's not the issue. Is there a way to chunk an export?

All 11 comments

I'm having the exact same problem. I haven't had this problem before after I upgraded all my laravel packages. Is it possible to reopen this again?

Please update php.ini. increment php memory limit

I'm having the same issue as well and it's never happened before. PHP currently has 4gb of memory allocated, so I'm pretty sure that's not the issue. Is there a way to chunk an export?

D谩 pra falar como atualiza o php.ini ?

@dopfox In the folder you have installed php look for php.ini-development search for memory_limit and set it. Example:
1

It's weird, because even the error message show it tried to allocate less than the amount available. Still with the same problem!

use composer update command

Still, the error is not solved. If I increase the memory limit to 512M, still there is this error. Help me with solutions.
composer update command didn't work.

Same here!
Laravel Excel v2.1.30

Please update php.ini. increment php memory limit

This works!!

Please update php.ini. increment php memory limit

Yes. It works. But its an alternative I guess. Can their be any other work arounds from the php code itself?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

matthewslouismarie picture matthewslouismarie  路  3Comments

ellej16 picture ellej16  路  3Comments

thearabbit picture thearabbit  路  3Comments

muhghazaliakbar picture muhghazaliakbar  路  3Comments

gamevnlc picture gamevnlc  路  3Comments