Fehler bei Installation (DEV) auf Mac mit MAMP 6.3

Hallo Allerseits,
ich bekomme die Development-Version leider nicht installiert.
Ich bekomme immer folgenden Fehler:

Genutzt wird MAMP PRO 6.3
PHP: 7.4.12

Generating 60 items for order

0/60 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%

20/60 [=========░░░░░░░░░░░░░░░░░░░]33%07:17:31 CRITICAL[php] Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 110592 bytes) [„exception“ => Symfony\Component\ErrorHandler\Error\OutOfMemoryError { …}]

In PDOStatement.php line 115:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 110592 bytes)

framework:demodata [-p|–products PRODUCTS] [-c|–categories CATEGORIES] [-o|–orders ORDERS] [-m|–manufacturers MANUFACTURERS] [-cs|–customers CUSTOMERS] [–media MEDIA] [–properties PROPERTIES] [-ps|–product-streams PRODUCT-STREAMS] [-mt|–mail-template MAIL-TEMPLATE] [-mhf|–mail-header-footer MAIL-HEADER-FOOTER] [-y|–with-media [WITH-MEDIA]] [-r|–reviews [REVIEWS]] [–attribute-sets ATTRIBUTE-SETS] [–product-attributes PRODUCT-ATTRIBUTES] [–manufacturer-attributes MANUFACTURER-ATTRIBUTES] [–order-attributes ORDER-ATTRIBUTES] [–customer-attributes CUSTOMER-ATTRIBUTES] [–media-attributes MEDIA-ATTRIBUTES]

Execution aborted, a subcommand failed!

Wäre super wenn mir da jemand einen Tip geben könnte, bin bissl aufgeschmissen.

Liebe Grüße und vielen Dank!

Was bisher nicht funktioniert:

  • memory_limit: 256M, 512M, 1024M, 2048M und -1
  • ThreadStackSize erhöhen hatte leider auch keinen Effekt

Fehler gefunden:
Mamp löst leider falsch auf - ich hab das ganze dann händisch über das Terminal gelöst:
vim ~/.bash_profile
export PATH=/Application/MAMP/bin/php/7.4.12/conf/php.ini

Dann lief es durch