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
Add support for cache line size bigger than 64k (like 512k).
Reason
Bigger cache line sizes would reduce metadata footprint and simplify potential prefetch performed by application for bigger io sizes (related to issue #674).
Description
Add support for cache line size bigger than 64k (like 512k).
Reason
Bigger cache line sizes would reduce metadata footprint and simplify potential prefetch performed by application for bigger io sizes (related to issue #674).
Comments
Derived from #629
The text was updated successfully, but these errors were encountered: