Skip to content

Reduced total available memory to make sure that MemorySort is doing a fallback to cache#599

Merged
norberttech merged 1 commit intoflow-php:1.xfrom
norberttech:feature/debug-failing-sort-test
Oct 16, 2023
Merged

Reduced total available memory to make sure that MemorySort is doing a fallback to cache#599
norberttech merged 1 commit intoflow-php:1.xfrom
norberttech:feature/debug-failing-sort-test

Conversation

@norberttech
Copy link
Member

Change Log

Added

Fixed

  • Reduced total available memory to make sure that MemorySort is doing a fallback to cache

Changed

Removed

Deprecated

Security


Description

@norberttech
Copy link
Member Author

It seems that this can happen when current memory consumption is not exceeding the available limit, then whole sorting occurs in memory, and cache is not used at all, and the failing test is about the cache usage.
What I still don't understand is why it started just now, but it might be related to optimizations of NativeEntryFactory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant