I've just started using VVV with virtualbox. I'm trying to run npm build on the woocoomerce development plugin but it's failing with Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes)
This is expected as mentioned on their github page, the solution is to increase the memory_limit but I'm having a lot of trouble trying to find the right file.
So if I take a look at the phpinfo, it tells me that the Loaded Configuration File is /etc/php/7.2/fpm/php.ini but this file doesn't exist. The php directory does not exist inside of my /etc folder.
Am I missing something? Can't seem to solve this, I've edited a few other files and reloaded vagrant, but no luck. Would appreciate any help with this. Thanks.
Running
php --iniwill show the path of the configuration file.Do remember that this should be run inside the Virtualbox container.
For me, it's
then adopt you changes and restart with