rollerworks / PasswordStrengthBundle

Symfony Password strength and blacklisting validator bundle
MIT License
142 stars 26 forks source link

Fatal error: Allowed memory size of 1073741824 bytes exhausted #75

Closed ngocongcan closed 7 years ago

ngocongcan commented 7 years ago

Hi contributors,

I got this error "Fatal error: Allowed memory size of 1073741824 bytes exhausted" when run composer update recently. This seems your update cause this error. Please take a look, please !

sstok commented 7 years ago

Try updating your Composer version, clear the cache, and if possible remove the composer.lock file as this could cause a big computation.

Things like these are unlikely to be related to this library, as the last release is from 2016 and haven't received any reports with this problem.

Closing as there is nothing I can actually fix here.

ngocongcan commented 7 years ago

You are right, I have used the old Composer version. It works when I upgrade newest composer version. However, I did not have this issue before. Thank you!