-
Hello and thank you for laravel-backup that I am installing for the first time. Initially php memory_limit = 128M
$ php -r "echo ini_get('memory_limit').PHP_EOL;" $ composer -v require spatie/laravel-backup Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
Did you figure it out? Having the same issue. |
Beta Was this translation helpful? Give feedback.
-
i am also having the same issue |
Beta Was this translation helpful? Give feedback.
-
Hi, From my message above: Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) I did the test again
And again ...
0.134217736 bytes is 0.13 GB whereas 1610612736 bytes is 1.6 GB Allowed php memory is much greater. |
Beta Was this translation helpful? Give feedback.
-
With 2.2GB free I still get the problem.
|
Beta Was this translation helpful? Give feedback.
-
Hello, try: I have used it during installation of another package with success |
Beta Was this translation helpful? Give feedback.
-
Open your xampp. |
Beta Was this translation helpful? Give feedback.
Hello, try:
COMPOSER_MEMORY_LIMIT=-1 composer -v require spatie/laravel-backup
I have used it during installation of another package with success