[Solved] Fatal error: Allowed memory size of 134217728 bytes exhausted - Magento 2
If you keep getting this error when you run below code.
php bin/magento setup:static-content:deploy
The fix is super easy. Run below code and thank me later
php -dmemory_limit=6G bin/magento setup:static-content:deploy
Hope this helps someone.