Commit e802679
committed
Since memsize argument document says MB (and not MiB), I changed
the "* 1024 * 1024" to "* 1000 * 1000". The alternative was to document
"MiB", but as far as I can tell none of the above layers use 1024. This
said, _every time_ we've used any unit other than just byte, we've had
errors. Perhaps we should change it all to "memory size in bytes" and
that's it.1 parent ffac645 commit e802679
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments