You might have faced an error that says allowed memory size of bytes exhausted in Magento 2.
Such error arises at the time of running compilation command. At the time of installing a library with the help of a composer, the memory exhausted error takes place.
One such reason behind it is due to little memory of your live site. To get successfully installed, the library is required to have more memory. And, it does not have more memory and the error is generated.
The error can be solved only by increasing the memory size using the code.
For more information, you can refer to the tutorial at: https://meetanshi.com/blog/solved-allowed-memory-size-of-bytes-exhausted-in-magento-2/
No comments:
Post a Comment