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
In case of large data in cache, we got a OutOfMemoryException in the profiler :
OutOfMemoryException in FileProfilerStorage.php line 159:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33300466 bytes)
A simple workaround is to disable variables tracking
stash:
tracking_values: false
I don't have time to propose a PR but if someone want to work on this, he can begin to have a look in Tedivm\StashBundle\Collector\CacheDataCollector and deduplicate data.
Mehdi
The text was updated successfully, but these errors were encountered:
Hi,
In case of large data in cache, we got a OutOfMemoryException in the profiler :
A simple workaround is to disable variables tracking
I don't have time to propose a PR but if someone want to work on this, he can begin to have a look in Tedivm\StashBundle\Collector\CacheDataCollector and deduplicate data.
Mehdi
The text was updated successfully, but these errors were encountered: