Closed ruudk closed 3 years ago
When having a long running Symfony application it's important to clear the data loader caches when kernel.reset is called by Symfony. Otherwise they'll keep growing forever.
kernel.reset
Thank you @ruudk !
When having a long running Symfony application it's important to clear the data loader caches when
kernel.reset
is called by Symfony. Otherwise they'll keep growing forever.