DirectoryTree / LdapRecord-Laravel

Multi-domain LDAP Authentication & Management for Laravel.
https://ldaprecord.com/docs/laravel/v3
MIT License
492 stars 51 forks source link

Feature 550 - Add "memory" option to ldap:import command #554

Closed stevebauman closed 1 year ago

stevebauman commented 1 year ago

Closes #550

This PR adds the ability to override the default memory limit of PHP during an import via the --memory-limit option:

php artisan ldap:import --memory-limit="1024M"