forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a limit on loadQuantum (facebookincubator#10242)
Summary: SsdRun only reserves 23 bits (out of 64 bits) for entry size. loadQuantum larger than that will result in cache error. Fixing facebookincubator#10098 Pull Request resolved: facebookincubator#10242 Reviewed By: xiaoxmeng Differential Revision: D58711635 Pulled By: zacw7 fbshipit-source-id: 70327443c21d8c6d1d537c145143d46ad012501d
- Loading branch information
1 parent
3810cbb
commit c6d7390
Showing
3 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters