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
When ReflectionEngine::setMaximumCachedFiles method is called it currently only changes maximal allowed file count in cache. That's perfectly fine, when used prior to file parsing process is started.
Unfortunately, when used in the middle of process (e.g. when got high memory consumption I try to reduce cached file count), then nothing happens.
I expect existing cache to be sliced (from oldest to newest) to reduce cache to given size (or smaller if less files are cached, then requested).
The text was updated successfully, but these errors were encountered:
When
ReflectionEngine::setMaximumCachedFiles
method is called it currently only changes maximal allowed file count in cache. That's perfectly fine, when used prior to file parsing process is started.Unfortunately, when used in the middle of process (e.g. when got high memory consumption I try to reduce cached file count), then nothing happens.
I expect existing cache to be sliced (from oldest to newest) to reduce cache to given size (or smaller if less files are cached, then requested).
The text was updated successfully, but these errors were encountered: