Commit 1e63cc5
bug fix, convert KB to Bytes
Summary:
Forgot to do a KB -> Bytes conversion, so disk limit was 1000x less than expected :) This is not in prod yet, the bug didn't affect prod and this fix won't either until we set this variable for glean.query.prod
https://www.internalfb.com/code/configerator/[dc5e4b26185b5c8a2b17cb4f898e0872f7085882]/source/glean/server/glean.query.shadow.t3.cconf?lines=43-45
*note that the comment about 3.5TB is a bit leading, it's actually 4.2 TiB but our Shardmanager config is set to not use more than 85%*
Reviewed By: malanka
Differential Revision: D891238791 parent ac55002 commit 1e63cc5
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
0 commit comments