| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d248639 commit cdc4437
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,4 +26,4 @@ const after = process.memoryUsage.rss(); | |||
| 26 | 26 | ||
| 27 | 27 | // RSS should stay the same, ceteris paribus, but allow for | |
| 28 | 28 | // some slop because V8 mallocs memory during execution. | |
| 29 | - assert(after - before < 10 << 20, `before=${before} after=${after}`); | ||
| 29 | + assert(after - before < 10 << 21, `before=${before} after=${after}`); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments