You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I override the cache directory in src/Kernel.php, for example:
public function getCacheDir(): string
{
return \dirname(__DIR__).'/symfony/cache';
}
Running composer install, causes it to never finish, even after an hour and consuming >13GB RAM. Removing the cache override, it completes the process in under 2 minutes.
What's the issue?
Thanks,
Kevin
The text was updated successfully, but these errors were encountered:
Hi,
If I override the cache directory in
src/Kernel.php
, for example:Running
composer install
, causes it to never finish, even after an hour and consuming >13GB RAM. Removing the cache override, it completes the process in under 2 minutes.What's the issue?
Thanks,
Kevin
The text was updated successfully, but these errors were encountered: