| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 214da63 commit c4058d0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,9 @@ | |||
| 1 | - // Flags: --no-node-snapshot | ||
| 1 | + // Flags: --no-node-snapshot --no-maglev | ||
| 2 | 2 | // With node snapshot the OOM can occur during the deserialization of the | |
| 3 | 3 | // context, so disable it since we want the OOM to occur during the creation of | |
| 4 | 4 | // the message port. | |
| 5 | + // With Maglev, the OOM can occur during compilation instead, so disable it for | ||
| 6 | + // the same reason. | ||
| 5 | 7 | 'use strict'; | |
| 6 | 8 | const common = require('../common'); | |
| 7 | 9 | const assert = require('assert'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments