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
#2061 added a fallback allocator for situations where the private pool
is available but persistence isn't needed. This had the unintended
effect of MANA devices using the private pool when available even though
its memory won't be persisted or restored. This leads to restoration
failures on servicing because not all memory from the private pool is
restored, and could also lead to scenarios where MANA could exhaust the
private pool even though it doesn't need to use it.
This change removes the fallback allocator so this scenario isn't
possible.
0 commit comments