andreossido / laravel-odbc

ODBC integration for Laravel framework
35 stars 29 forks source link

Out of memory issue #13

Open AdriWild opened 3 years ago

AdriWild commented 3 years ago

Symfony\Component\Debug\Exception\FatalErrorException Out of memory (allocated 2097152) (tried to allocate 140204912410631 bytes)

I've configured a Firebird Database: It works on terminal and its the same DSN.

I tried to increase memory from php.ini, but it still needing more.

How can I solve it?

edum18 commented 3 years ago

@AdriWild I've solved it by running composer without memory limit: COMPOSER_MEMORY_LIMIT=-1 composer require abram/laravel-odbc

AdriWild commented 3 years ago

Thank you so much!, We abandoned the project with Firebird but thank you anyway