-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Calling JvmStats.jvmStats().getMem().getHeapMax().getGb() rounds down to 0 if the heap is less than 1Gb, which yields a max boolean clause of only 1024. Calculating using Mb instead will give a more proportionate value. Fixes #86136
- Loading branch information
1 parent
1ca235d
commit 3b78889
Showing
3 changed files
with
18 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 90309 | ||
summary: Use MB rather than GB to calculate max boolean clauses | ||
area: Search | ||
type: bug | ||
issues: | ||
- 86136 |
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