nicosomb / wallabag-webarchive-bundle

Plugin for wallabag: Download web.archive.org version if we have 404.
MIT License
5 stars 0 forks source link

Memory allocation error at installation. #1

Open FrenchHope opened 4 years ago

FrenchHope commented 4 years ago

I get

"mmap() failed: [12] Cannot allocate memory PHP Fatal error: Out of memory (allocated 3105890304) (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php on line 126"

after

composer require nicosomb/wallabag-webarchive-bundle

Configuration : Ubuntu 18.04 32 bits with 2GB Memory

nicosomb commented 4 years ago

Hello @FrenchHope Could you try php -d memory_limit=-1 composer require nicosomb/wallabag-webarchive-bundle ?