Created
November 20, 2019 05:36
-
-
Save ccorcos/680c8a7f021df64ee7fbbce463e7c3c0 to your computer and use it in GitHub Desktop.
Garbage Collection Issue.
This file has been truncated, but you can view the full file.
This file contains hidden or 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
~/C/j/js-avl-tree ❯❯❯ node --trace-gc build/bench/treedb.js | |
[81445:0x103b26000] 42 ms: Scavenge 2.5 (4.2) -> 2.2 (5.2) MB, 0.8 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 52 ms: Scavenge 2.8 (5.2) -> 2.7 (6.2) MB, 0.9 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 77 ms: Scavenge 4.0 (6.2) -> 3.9 (9.2) MB, 0.5 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
starting | |
0 | |
[81445:0x103b26000] 176 ms: Scavenge 6.6 (11.2) -> 5.6 (12.2) MB, 0.6 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 184 ms: Scavenge 7.1 (12.2) -> 5.7 (12.7) MB, 0.5 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 191 ms: Scavenge 7.6 (12.7) -> 5.9 (16.7) MB, 0.5 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 206 ms: Scavenge 9.7 (16.7) -> 6.3 (16.7) MB, 0.5 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 219 ms: Scavenge 9.9 (17.2) -> 6.7 (18.2) MB, 0.7 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 232 ms: Scavenge 10.3 (18.2) -> 7.0 (19.2) MB, 0.7 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 246 ms: Scavenge 10.6 (19.2) -> 7.4 (19.2) MB, 0.7 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 260 ms: Scavenge 11.0 (19.2) -> 7.7 (19.2) MB, 0.6 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 274 ms: Scavenge 11.3 (19.2) -> 8.1 (19.7) MB, 0.6 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 290 ms: Scavenge 11.7 (19.7) -> 8.5 (19.7) MB, 1.0 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 294 ms: Mark-sweep 8.5 (19.7) -> 4.8 (27.7) MB, 1.5 / 0.2 ms (+ 1.9 ms in 5 steps since start of marking, biggest step 0.6 ms, walltime since start of marking 4 ms) (average mu = 1.000, current mu = 1.000) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 340 ms: Scavenge 12.8 (27.7) -> 5.7 (27.7) MB, 0.7 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 389 ms: Scavenge 12.9 (27.7) -> 6.5 (27.7) MB, 2.0 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 428 ms: Scavenge 13.8 (27.7) -> 7.3 (27.7) MB, 0.9 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 459 ms: Scavenge 14.5 (27.7) -> 8.0 (27.7) MB, 2.2 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 497 ms: Scavenge 15.3 (27.7) -> 8.8 (27.7) MB, 1.0 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 525 ms: Scavenge 16.1 (27.7) -> 9.6 (28.2) MB, 0.8 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 560 ms: Scavenge 16.9 (28.2) -> 10.4 (30.2) MB, 1.7 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 591 ms: Scavenge 17.6 (30.2) -> 11.2 (46.7) MB, 2.7 / 0.0 ms (average mu = 1.000, current mu = 1.000) allocation failure | |
[81445:0x103b26000] 595 ms: Mark-sweep 11.2 (46.7) -> 5.2 (45.7) MB, 1.3 / 0.5 ms (+ 1.8 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 659 ms: Scavenge 21.2 (45.7) -> 7.1 (45.7) MB, 0.8 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 711 ms: Scavenge 21.4 (45.7) -> 8.5 (45.7) MB, 1.7 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 764 ms: Scavenge 23.0 (45.7) -> 10.0 (45.7) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 824 ms: Scavenge 24.5 (45.7) -> 11.6 (45.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 881 ms: Scavenge 26.3 (46.2) -> 13.3 (48.2) MB, 2.0 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 942 ms: Scavenge 27.9 (48.7) -> 14.9 (49.7) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 946 ms: Mark-sweep 14.9 (49.7) -> 5.4 (47.7) MB, 1.3 / 0.5 ms (+ 2.0 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.990, current mu = 0.991) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 1005 ms: Scavenge 21.5 (47.7) -> 7.4 (47.7) MB, 0.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 1053 ms: Scavenge 21.7 (47.7) -> 8.9 (47.7) MB, 1.6 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 1106 ms: Scavenge 23.3 (47.7) -> 10.4 (47.7) MB, 1.3 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 1153 ms: Scavenge 25.1 (47.7) -> 12.2 (48.2) MB, 1.4 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 1199 ms: Scavenge 26.6 (48.2) -> 13.7 (48.2) MB, 1.5 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 1245 ms: Scavenge 28.1 (48.2) -> 15.1 (50.2) MB, 1.8 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 1251 ms: Mark-sweep 15.2 (50.2) -> 5.4 (48.2) MB, 2.0 / 0.9 ms (+ 3.3 ms in 4 steps since start of marking, biggest step 2.3 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 1304 ms: Scavenge 21.5 (48.2) -> 7.4 (48.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 1349 ms: Scavenge 21.7 (48.2) -> 8.8 (48.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 1404 ms: Scavenge 23.6 (48.2) -> 10.7 (48.7) MB, 1.8 / 0.0 ms (average mu = 0.987, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 1457 ms: Scavenge 25.1 (48.7) -> 12.2 (48.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 1508 ms: Scavenge 26.6 (48.7) -> 13.7 (48.7) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 1559 ms: Scavenge 28.1 (48.7) -> 15.2 (50.2) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 1563 ms: Mark-sweep 15.2 (50.2) -> 5.4 (48.7) MB, 1.4 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 1624 ms: Scavenge 21.5 (48.7) -> 7.4 (48.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 1684 ms: Scavenge 21.7 (48.7) -> 8.9 (48.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 1738 ms: Scavenge 23.6 (48.7) -> 10.7 (48.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 1794 ms: Scavenge 25.2 (48.7) -> 12.2 (48.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 1844 ms: Scavenge 26.7 (48.7) -> 13.8 (49.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 1894 ms: Scavenge 28.2 (49.2) -> 15.3 (49.2) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 1898 ms: Mark-sweep 15.3 (49.2) -> 5.5 (49.2) MB, 1.1 / 0.4 ms (+ 2.0 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 3 ms) (average mu = 0.989, current mu = 0.991) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 1957 ms: Scavenge 21.6 (49.2) -> 7.5 (49.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 2010 ms: Scavenge 21.8 (49.2) -> 9.0 (49.2) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 2063 ms: Scavenge 23.7 (49.2) -> 10.8 (49.2) MB, 1.7 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 2113 ms: Scavenge 25.2 (49.2) -> 12.4 (49.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 2163 ms: Scavenge 26.8 (49.2) -> 13.8 (49.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 2214 ms: Scavenge 28.3 (49.7) -> 15.4 (50.2) MB, 1.7 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 2218 ms: Mark-sweep 15.4 (50.2) -> 5.6 (49.7) MB, 1.7 / 0.7 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 2278 ms: Scavenge 21.6 (49.7) -> 7.5 (49.7) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 2333 ms: Scavenge 21.8 (49.7) -> 9.0 (49.7) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 2391 ms: Scavenge 23.8 (49.7) -> 10.9 (50.2) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 2444 ms: Scavenge 25.3 (50.2) -> 12.3 (50.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 2503 ms: Scavenge 26.8 (50.2) -> 13.9 (50.2) MB, 2.3 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 2570 ms: Scavenge 28.3 (50.2) -> 15.5 (50.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 2574 ms: Mark-sweep 15.5 (50.7) -> 5.6 (50.7) MB, 1.5 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 2639 ms: Scavenge 21.7 (50.7) -> 7.5 (50.7) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 2689 ms: Scavenge 21.9 (50.7) -> 9.1 (50.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 2745 ms: Scavenge 23.8 (50.7) -> 10.9 (51.2) MB, 5.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 2800 ms: Scavenge 25.3 (51.2) -> 12.4 (51.2) MB, 3.1 / 0.1 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 2857 ms: Scavenge 26.8 (51.2) -> 13.9 (51.2) MB, 2.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 2918 ms: Scavenge 28.3 (51.2) -> 15.5 (51.2) MB, 1.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 2923 ms: Mark-sweep 15.5 (51.2) -> 5.6 (51.2) MB, 2.1 / 0.9 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 2991 ms: Scavenge 21.7 (51.2) -> 7.6 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 3045 ms: Scavenge 22.1 (51.2) -> 9.3 (51.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 3106 ms: Scavenge 23.8 (51.2) -> 10.9 (51.2) MB, 3.0 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 3184 ms: Scavenge 25.3 (51.2) -> 12.4 (51.2) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 3248 ms: Scavenge 26.8 (51.2) -> 13.9 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 3310 ms: Scavenge 28.4 (51.2) -> 15.5 (51.2) MB, 3.5 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 3317 ms: Mark-sweep 15.5 (51.2) -> 5.7 (51.2) MB, 2.6 / 1.0 ms (+ 3.0 ms in 4 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 3399 ms: Scavenge 21.7 (51.2) -> 7.6 (51.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 3466 ms: Scavenge 22.2 (51.2) -> 9.4 (51.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 3523 ms: Scavenge 23.9 (51.2) -> 11.0 (51.2) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 3577 ms: Scavenge 25.4 (51.2) -> 12.6 (51.2) MB, 1.8 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 3629 ms: Scavenge 26.9 (51.2) -> 14.1 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 3682 ms: Scavenge 28.5 (51.2) -> 15.6 (51.7) MB, 1.7 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 3687 ms: Mark-sweep 15.6 (51.7) -> 5.7 (51.2) MB, 1.9 / 0.9 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 3743 ms: Scavenge 21.7 (51.2) -> 7.6 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 3794 ms: Scavenge 22.1 (51.2) -> 9.4 (51.2) MB, 1.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 3849 ms: Scavenge 23.8 (51.2) -> 11.0 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 3905 ms: Scavenge 25.4 (51.2) -> 12.5 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 3958 ms: Scavenge 26.9 (51.2) -> 14.0 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 4008 ms: Scavenge 28.4 (51.2) -> 15.6 (51.2) MB, 2.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 4014 ms: Mark-sweep 15.7 (51.2) -> 5.7 (51.2) MB, 2.5 / 1.0 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 4074 ms: Scavenge 21.7 (51.2) -> 7.6 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 4130 ms: Scavenge 22.2 (51.2) -> 9.4 (51.2) MB, 1.7 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 4190 ms: Scavenge 23.9 (51.2) -> 10.9 (51.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 4247 ms: Scavenge 25.4 (51.2) -> 12.4 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 4301 ms: Scavenge 26.9 (51.2) -> 14.0 (51.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 4357 ms: Scavenge 28.4 (51.2) -> 15.5 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 4361 ms: Mark-sweep 15.6 (51.2) -> 5.7 (51.2) MB, 1.3 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 4443 ms: Scavenge 21.7 (51.2) -> 7.6 (51.2) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4500 ms: Scavenge 22.2 (51.2) -> 9.4 (51.2) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4560 ms: Scavenge 23.9 (51.2) -> 10.9 (51.2) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4618 ms: Scavenge 25.4 (51.2) -> 12.6 (51.2) MB, 1.8 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4674 ms: Scavenge 26.9 (51.2) -> 14.1 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4728 ms: Scavenge 28.5 (51.7) -> 15.6 (51.7) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4732 ms: Mark-sweep 15.6 (51.7) -> 5.6 (51.2) MB, 1.4 / 0.6 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 4791 ms: Scavenge 21.7 (51.7) -> 7.6 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4845 ms: Scavenge 22.1 (51.7) -> 9.4 (51.7) MB, 2.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4901 ms: Scavenge 23.8 (51.7) -> 10.9 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 4954 ms: Scavenge 25.4 (51.7) -> 12.5 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 5008 ms: Scavenge 26.9 (51.7) -> 14.1 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 5059 ms: Scavenge 28.4 (51.7) -> 15.6 (52.2) MB, 2.4 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 5064 ms: Mark-sweep 15.6 (52.2) -> 5.6 (50.7) MB, 2.0 / 0.9 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 5133 ms: Scavenge 21.7 (50.7) -> 7.6 (50.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 5187 ms: Scavenge 22.1 (50.7) -> 9.4 (50.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 5235 ms: Scavenge 23.9 (50.7) -> 11.0 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 5297 ms: Scavenge 25.4 (50.7) -> 12.5 (50.7) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 5365 ms: Scavenge 26.9 (50.7) -> 14.0 (50.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 5429 ms: Scavenge 28.4 (50.7) -> 15.6 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 5433 ms: Mark-sweep 15.6 (51.7) -> 5.6 (51.2) MB, 1.3 / 0.4 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.991) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 5503 ms: Scavenge 21.7 (51.2) -> 7.7 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5566 ms: Scavenge 22.2 (51.2) -> 9.4 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5629 ms: Scavenge 23.9 (51.2) -> 11.0 (51.2) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5685 ms: Scavenge 25.4 (51.2) -> 12.6 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5731 ms: Scavenge 27.0 (51.2) -> 14.1 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5776 ms: Scavenge 28.5 (51.7) -> 15.7 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5780 ms: Mark-sweep 15.8 (52.2) -> 5.7 (51.7) MB, 1.3 / 0.5 ms (+ 1.9 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.990, current mu = 0.991) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 5835 ms: Scavenge 21.8 (51.7) -> 7.7 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5885 ms: Scavenge 22.2 (51.7) -> 9.5 (51.7) MB, 3.0 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5940 ms: Scavenge 23.9 (51.7) -> 11.0 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 5999 ms: Scavenge 25.4 (51.7) -> 12.6 (51.7) MB, 1.8 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 6060 ms: Scavenge 27.0 (51.7) -> 14.1 (51.7) MB, 2.7 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 6184 ms: Scavenge 28.6 (51.7) -> 15.7 (51.7) MB, 3.4 / 0.1 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 6191 ms: Mark-sweep 15.8 (51.7) -> 5.8 (51.7) MB, 1.9 / 0.6 ms (+ 3.7 ms in 4 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 7 ms) (average mu = 0.988, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 6256 ms: Scavenge 21.8 (51.7) -> 7.7 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 6328 ms: Scavenge 22.3 (51.7) -> 9.5 (51.7) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 6393 ms: Scavenge 23.9 (51.7) -> 11.1 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 6444 ms: Scavenge 25.5 (51.7) -> 12.6 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 6494 ms: Scavenge 27.0 (51.7) -> 14.2 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 6543 ms: Scavenge 28.5 (51.7) -> 15.7 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 6548 ms: Mark-sweep 15.7 (51.7) -> 5.7 (51.7) MB, 2.3 / 1.3 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 6605 ms: Scavenge 21.8 (51.7) -> 7.8 (51.7) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 6650 ms: Scavenge 22.3 (51.7) -> 9.6 (51.7) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 6705 ms: Scavenge 24.0 (51.7) -> 11.1 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 6754 ms: Scavenge 25.5 (51.7) -> 12.6 (51.7) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 6808 ms: Scavenge 27.0 (51.7) -> 14.2 (51.7) MB, 1.5 / 0.1 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 6858 ms: Scavenge 28.6 (51.7) -> 15.7 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 6862 ms: Mark-sweep 15.8 (51.7) -> 5.8 (51.7) MB, 1.4 / 0.6 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 6919 ms: Scavenge 21.8 (51.7) -> 7.7 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 6969 ms: Scavenge 22.3 (51.7) -> 9.6 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7022 ms: Scavenge 24.0 (51.7) -> 11.1 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7072 ms: Scavenge 25.5 (51.7) -> 12.6 (51.7) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7128 ms: Scavenge 27.0 (51.7) -> 14.2 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7178 ms: Scavenge 28.6 (51.7) -> 15.7 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7183 ms: Mark-sweep 15.7 (52.2) -> 5.8 (50.7) MB, 2.2 / 0.7 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 7241 ms: Scavenge 21.9 (50.7) -> 7.8 (50.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 7283 ms: Scavenge 22.3 (50.7) -> 9.6 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 7333 ms: Scavenge 24.0 (50.7) -> 11.2 (50.7) MB, 1.6 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 7379 ms: Scavenge 25.6 (50.7) -> 12.7 (50.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 7427 ms: Scavenge 27.1 (50.7) -> 14.3 (51.2) MB, 2.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 7485 ms: Scavenge 28.7 (51.2) -> 15.8 (51.7) MB, 1.7 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 7489 ms: Mark-sweep 15.9 (51.7) -> 5.8 (51.7) MB, 1.3 / 0.4 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 7555 ms: Scavenge 21.9 (51.7) -> 7.8 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7606 ms: Scavenge 22.3 (51.7) -> 9.6 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7655 ms: Scavenge 24.0 (51.7) -> 11.1 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7717 ms: Scavenge 25.6 (51.7) -> 12.7 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7768 ms: Scavenge 27.1 (51.7) -> 14.3 (52.2) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7851 ms: Scavenge 28.7 (52.2) -> 15.8 (52.2) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 7856 ms: Mark-sweep 15.9 (52.2) -> 5.8 (51.2) MB, 1.7 / 0.5 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 7935 ms: Scavenge 21.9 (51.2) -> 7.8 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 7991 ms: Scavenge 22.3 (51.2) -> 9.7 (51.2) MB, 3.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 8046 ms: Scavenge 24.1 (51.2) -> 11.2 (51.2) MB, 1.8 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 8111 ms: Scavenge 25.6 (51.2) -> 12.8 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 8166 ms: Scavenge 27.2 (51.7) -> 14.3 (52.2) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 8227 ms: Scavenge 28.7 (52.2) -> 15.8 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 8231 ms: Mark-sweep 15.9 (52.2) -> 5.9 (51.2) MB, 1.4 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 8294 ms: Scavenge 21.9 (51.2) -> 7.8 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8356 ms: Scavenge 22.4 (51.2) -> 9.6 (51.2) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8411 ms: Scavenge 24.1 (51.2) -> 11.2 (51.2) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8465 ms: Scavenge 25.6 (51.2) -> 12.7 (51.2) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8521 ms: Scavenge 27.1 (51.2) -> 14.4 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8576 ms: Scavenge 28.7 (52.2) -> 15.9 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8580 ms: Mark-sweep 16.0 (52.2) -> 5.9 (52.2) MB, 1.4 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 8638 ms: Scavenge 22.0 (52.2) -> 7.9 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8694 ms: Scavenge 22.4 (52.2) -> 9.7 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8751 ms: Scavenge 24.1 (52.2) -> 11.2 (52.2) MB, 1.8 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8809 ms: Scavenge 25.7 (52.2) -> 12.8 (52.7) MB, 1.8 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8869 ms: Scavenge 27.2 (52.7) -> 14.3 (52.7) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8929 ms: Scavenge 28.8 (52.7) -> 15.9 (52.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 8934 ms: Mark-sweep 15.9 (52.7) -> 5.9 (51.2) MB, 1.8 / 0.6 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.989, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 8997 ms: Scavenge 22.0 (51.2) -> 7.9 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9055 ms: Scavenge 22.4 (51.2) -> 9.7 (51.2) MB, 1.7 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9115 ms: Scavenge 24.2 (51.2) -> 11.3 (51.2) MB, 2.2 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9170 ms: Scavenge 25.7 (51.2) -> 12.9 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9223 ms: Scavenge 27.3 (51.7) -> 14.4 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9276 ms: Scavenge 28.8 (52.7) -> 16.0 (52.7) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9280 ms: Mark-sweep 16.0 (52.7) -> 5.9 (51.7) MB, 1.7 / 0.6 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 9342 ms: Scavenge 22.0 (51.7) -> 7.9 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9391 ms: Scavenge 22.5 (51.7) -> 9.7 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9442 ms: Scavenge 24.2 (51.7) -> 11.3 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9493 ms: Scavenge 25.7 (51.7) -> 12.8 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9547 ms: Scavenge 27.2 (51.7) -> 14.4 (52.2) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9599 ms: Scavenge 28.8 (52.2) -> 15.9 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9603 ms: Mark-sweep 16.0 (52.2) -> 5.9 (51.7) MB, 1.6 / 0.7 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 9661 ms: Scavenge 22.0 (51.7) -> 7.9 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9711 ms: Scavenge 22.4 (51.7) -> 9.7 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9761 ms: Scavenge 24.2 (51.7) -> 11.3 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9813 ms: Scavenge 25.7 (51.7) -> 12.8 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9865 ms: Scavenge 27.3 (51.7) -> 14.4 (52.2) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9930 ms: Scavenge 28.8 (52.2) -> 15.9 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 9935 ms: Mark-sweep 16.0 (52.2) -> 6.0 (52.2) MB, 1.8 / 0.8 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 10013 ms: Scavenge 22.0 (52.2) -> 8.0 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 10066 ms: Scavenge 22.5 (52.2) -> 9.7 (52.2) MB, 1.6 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 10119 ms: Scavenge 24.2 (52.2) -> 11.3 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 10173 ms: Scavenge 25.7 (52.2) -> 12.9 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 10226 ms: Scavenge 27.3 (52.2) -> 14.4 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 10280 ms: Scavenge 28.8 (53.2) -> 16.0 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 10284 ms: Mark-sweep 16.1 (53.2) -> 5.9 (51.2) MB, 1.4 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 10354 ms: Scavenge 22.0 (51.2) -> 7.9 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 10408 ms: Scavenge 22.4 (51.2) -> 9.7 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 10465 ms: Scavenge 24.1 (51.2) -> 11.3 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 10521 ms: Scavenge 25.7 (51.2) -> 12.8 (51.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 10577 ms: Scavenge 27.3 (51.2) -> 14.4 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 10629 ms: Scavenge 28.8 (52.2) -> 16.0 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 10633 ms: Mark-sweep 16.1 (52.2) -> 6.0 (52.2) MB, 1.3 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 10690 ms: Scavenge 22.0 (52.2) -> 7.9 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 10742 ms: Scavenge 22.5 (52.2) -> 9.8 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 10793 ms: Scavenge 24.2 (52.2) -> 11.3 (52.2) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 10846 ms: Scavenge 25.7 (52.2) -> 12.9 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 10897 ms: Scavenge 27.3 (52.2) -> 14.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 10948 ms: Scavenge 28.8 (52.7) -> 16.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 10952 ms: Mark-sweep 16.1 (52.7) -> 6.0 (51.7) MB, 1.3 / 0.4 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 11010 ms: Scavenge 22.0 (51.7) -> 8.0 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 11061 ms: Scavenge 22.5 (51.7) -> 9.8 (51.7) MB, 2.0 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 11114 ms: Scavenge 24.2 (51.7) -> 11.4 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 11176 ms: Scavenge 25.8 (51.7) -> 12.9 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 11233 ms: Scavenge 27.3 (51.7) -> 14.5 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 11297 ms: Scavenge 28.9 (51.7) -> 16.0 (51.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 11303 ms: Mark-sweep 16.1 (51.7) -> 6.0 (51.7) MB, 1.6 / 0.6 ms (+ 2.9 ms in 4 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 11369 ms: Scavenge 22.1 (51.7) -> 8.0 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 11432 ms: Scavenge 22.5 (51.7) -> 9.8 (52.2) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 11495 ms: Scavenge 24.2 (52.2) -> 11.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 11557 ms: Scavenge 25.7 (52.2) -> 12.9 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 11612 ms: Scavenge 27.3 (52.2) -> 14.5 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 11681 ms: Scavenge 28.9 (52.2) -> 16.0 (52.7) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 11686 ms: Mark-sweep 16.0 (52.7) -> 6.0 (52.2) MB, 2.4 / 1.0 ms (+ 2.9 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 11762 ms: Scavenge 22.0 (52.2) -> 8.0 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 11823 ms: Scavenge 22.5 (52.2) -> 9.8 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 11872 ms: Scavenge 24.2 (52.2) -> 11.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 11923 ms: Scavenge 25.8 (52.2) -> 13.0 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 11979 ms: Scavenge 27.3 (52.2) -> 14.5 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 12035 ms: Scavenge 28.9 (52.7) -> 16.0 (52.7) MB, 2.2 / 0.1 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 12039 ms: Mark-sweep 16.0 (52.7) -> 6.0 (52.7) MB, 1.3 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 12096 ms: Scavenge 22.1 (52.7) -> 8.0 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 12145 ms: Scavenge 22.5 (52.7) -> 9.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 12194 ms: Scavenge 24.2 (52.7) -> 11.4 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 12245 ms: Scavenge 25.8 (52.7) -> 12.9 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 12292 ms: Scavenge 27.3 (52.7) -> 14.5 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 12345 ms: Scavenge 28.9 (52.7) -> 16.0 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 12349 ms: Mark-sweep 16.1 (52.7) -> 6.0 (51.2) MB, 1.4 / 0.5 ms (+ 2.2 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 12406 ms: Scavenge 22.1 (51.2) -> 8.0 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12450 ms: Scavenge 22.5 (51.2) -> 9.8 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12496 ms: Scavenge 24.2 (51.2) -> 11.4 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12538 ms: Scavenge 25.8 (51.2) -> 12.9 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12584 ms: Scavenge 27.3 (51.7) -> 14.5 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12639 ms: Scavenge 28.9 (52.2) -> 16.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12643 ms: Mark-sweep 16.1 (52.2) -> 6.0 (51.2) MB, 1.3 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 12699 ms: Scavenge 22.1 (51.2) -> 8.0 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12749 ms: Scavenge 22.5 (51.2) -> 9.8 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12797 ms: Scavenge 24.3 (51.2) -> 11.4 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12843 ms: Scavenge 25.8 (51.2) -> 13.0 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12890 ms: Scavenge 27.4 (51.2) -> 14.5 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12937 ms: Scavenge 28.9 (51.2) -> 16.1 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 12941 ms: Mark-sweep 16.1 (51.2) -> 6.1 (51.2) MB, 1.2 / 0.4 ms (+ 2.0 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 3 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 13000 ms: Scavenge 22.1 (51.2) -> 8.1 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 13051 ms: Scavenge 22.6 (51.2) -> 9.9 (51.2) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
10000 | |
[81445:0x103b26000] 13097 ms: Scavenge 24.3 (51.2) -> 11.5 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 13147 ms: Scavenge 25.9 (51.2) -> 13.1 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 13201 ms: Scavenge 27.5 (51.2) -> 14.7 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 13247 ms: Scavenge 29.1 (51.2) -> 16.3 (51.7) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 13251 ms: Mark-sweep 16.3 (51.7) -> 6.1 (51.7) MB, 1.4 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 13313 ms: Scavenge 22.2 (51.7) -> 8.1 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 13363 ms: Scavenge 22.6 (51.7) -> 9.9 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 13414 ms: Scavenge 24.3 (51.7) -> 11.5 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 13487 ms: Scavenge 25.9 (51.7) -> 13.0 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 13544 ms: Scavenge 27.4 (51.7) -> 14.6 (52.2) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 13612 ms: Scavenge 29.0 (52.2) -> 16.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 13616 ms: Mark-sweep 16.2 (52.2) -> 6.1 (50.2) MB, 1.4 / 0.5 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 13676 ms: Scavenge 22.2 (50.2) -> 8.1 (50.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 13731 ms: Scavenge 22.6 (50.2) -> 9.9 (50.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 13789 ms: Scavenge 24.3 (50.2) -> 11.5 (50.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 13880 ms: Scavenge 25.9 (50.2) -> 13.1 (50.7) MB, 2.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 13959 ms: Scavenge 27.5 (50.7) -> 14.6 (50.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 14019 ms: Scavenge 29.0 (50.7) -> 16.2 (51.2) MB, 2.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 14024 ms: Mark-sweep 16.3 (51.2) -> 6.1 (50.7) MB, 1.5 / 0.5 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 5 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 14090 ms: Scavenge 22.2 (50.7) -> 8.1 (50.7) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 14146 ms: Scavenge 22.6 (50.7) -> 9.9 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 14197 ms: Scavenge 24.3 (50.7) -> 11.5 (50.7) MB, 1.4 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 14249 ms: Scavenge 25.9 (50.7) -> 13.0 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 14311 ms: Scavenge 27.5 (50.7) -> 14.6 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 14371 ms: Scavenge 29.0 (50.7) -> 16.1 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 14374 ms: Mark-sweep 16.2 (51.2) -> 6.1 (50.7) MB, 1.2 / 0.4 ms (+ 1.9 ms in 4 steps since start of marking, biggest step 0.7 ms, walltime since start of marking 3 ms) (average mu = 0.990, current mu = 0.991) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 14429 ms: Scavenge 22.2 (50.7) -> 8.1 (50.7) MB, 0.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 14483 ms: Scavenge 22.6 (50.7) -> 9.9 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 14544 ms: Scavenge 24.3 (50.7) -> 11.5 (50.7) MB, 1.8 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 14603 ms: Scavenge 25.9 (50.7) -> 13.1 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 14669 ms: Scavenge 27.5 (51.2) -> 14.6 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 14734 ms: Scavenge 29.0 (51.7) -> 16.1 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 14739 ms: Mark-sweep 16.2 (51.7) -> 6.1 (50.7) MB, 1.6 / 0.6 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.990, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 14800 ms: Scavenge 22.2 (50.7) -> 8.1 (50.7) MB, 1.0 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 14850 ms: Scavenge 22.6 (50.7) -> 9.9 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 14905 ms: Scavenge 24.3 (50.7) -> 11.5 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 14957 ms: Scavenge 25.9 (51.2) -> 13.1 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 15008 ms: Scavenge 27.5 (51.2) -> 14.6 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 15057 ms: Scavenge 29.0 (51.7) -> 16.2 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 15062 ms: Mark-sweep 16.2 (51.7) -> 6.2 (51.2) MB, 1.3 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 15115 ms: Scavenge 22.2 (51.2) -> 8.2 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15160 ms: Scavenge 22.7 (51.2) -> 10.0 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15205 ms: Scavenge 24.4 (51.2) -> 11.5 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15254 ms: Scavenge 25.9 (51.2) -> 13.1 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15303 ms: Scavenge 27.5 (51.2) -> 14.7 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15351 ms: Scavenge 29.1 (51.7) -> 16.2 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15355 ms: Mark-sweep 16.3 (51.7) -> 6.2 (51.2) MB, 1.2 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 15412 ms: Scavenge 22.2 (51.2) -> 8.2 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 15460 ms: Scavenge 22.7 (51.2) -> 10.0 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 15507 ms: Scavenge 24.4 (51.2) -> 11.5 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 15557 ms: Scavenge 25.9 (51.2) -> 13.1 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 15610 ms: Scavenge 27.5 (51.7) -> 14.7 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 15662 ms: Scavenge 29.1 (51.7) -> 16.3 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 15666 ms: Mark-sweep 16.3 (51.7) -> 6.2 (50.7) MB, 1.3 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 15726 ms: Scavenge 22.2 (50.7) -> 8.2 (50.7) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15776 ms: Scavenge 22.7 (50.7) -> 10.0 (50.7) MB, 1.5 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15826 ms: Scavenge 24.4 (50.7) -> 11.5 (50.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15884 ms: Scavenge 25.9 (50.7) -> 13.1 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15936 ms: Scavenge 27.5 (51.2) -> 14.7 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15983 ms: Scavenge 29.1 (51.2) -> 16.2 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 15987 ms: Mark-sweep 16.3 (51.2) -> 6.3 (51.2) MB, 1.4 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 16043 ms: Scavenge 22.3 (51.2) -> 8.2 (51.2) MB, 0.8 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 16092 ms: Scavenge 22.8 (51.2) -> 10.1 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 16140 ms: Scavenge 24.5 (51.2) -> 11.6 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 16186 ms: Scavenge 26.0 (51.2) -> 13.2 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 16263 ms: Scavenge 27.6 (51.7) -> 14.8 (51.7) MB, 1.6 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 16328 ms: Scavenge 29.2 (51.7) -> 16.3 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 16332 ms: Mark-sweep 16.4 (51.7) -> 6.2 (51.7) MB, 1.2 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 16389 ms: Scavenge 22.3 (51.7) -> 8.2 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 16437 ms: Scavenge 22.7 (51.7) -> 10.0 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 16483 ms: Scavenge 24.4 (52.2) -> 11.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 16529 ms: Scavenge 26.0 (52.2) -> 13.1 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 16579 ms: Scavenge 27.5 (52.7) -> 14.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 16626 ms: Scavenge 29.1 (53.2) -> 16.3 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 16630 ms: Mark-sweep 16.3 (53.2) -> 6.2 (51.2) MB, 1.4 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 16684 ms: Scavenge 22.3 (51.2) -> 8.2 (51.2) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 16731 ms: Scavenge 22.7 (51.2) -> 10.0 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 16775 ms: Scavenge 24.4 (51.2) -> 11.6 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 16824 ms: Scavenge 26.0 (51.2) -> 13.2 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 16874 ms: Scavenge 27.5 (51.7) -> 14.7 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 16922 ms: Scavenge 29.1 (52.2) -> 16.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 16926 ms: Mark-sweep 16.3 (52.2) -> 6.3 (52.2) MB, 1.4 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 16981 ms: Scavenge 22.3 (52.2) -> 8.2 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 17032 ms: Scavenge 22.8 (52.2) -> 10.1 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 17080 ms: Scavenge 24.5 (52.2) -> 11.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 17156 ms: Scavenge 26.0 (52.2) -> 13.2 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 17228 ms: Scavenge 27.6 (52.2) -> 14.8 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 17302 ms: Scavenge 29.1 (52.7) -> 16.3 (52.7) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 17308 ms: Mark-sweep 16.3 (52.7) -> 6.2 (51.7) MB, 1.7 / 0.5 ms (+ 3.2 ms in 4 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 17386 ms: Scavenge 22.3 (51.7) -> 8.2 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17456 ms: Scavenge 22.7 (51.7) -> 10.0 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17540 ms: Scavenge 24.5 (52.2) -> 11.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17597 ms: Scavenge 26.0 (52.2) -> 13.2 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17651 ms: Scavenge 27.6 (52.2) -> 14.8 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17703 ms: Scavenge 29.1 (52.7) -> 16.3 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17709 ms: Mark-sweep 16.3 (53.2) -> 6.2 (51.7) MB, 2.8 / 0.9 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 17784 ms: Scavenge 22.3 (51.7) -> 8.2 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17849 ms: Scavenge 22.7 (51.7) -> 10.0 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17906 ms: Scavenge 24.5 (51.7) -> 11.6 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 17961 ms: Scavenge 26.0 (51.7) -> 13.2 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 18016 ms: Scavenge 27.6 (51.7) -> 14.8 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 18072 ms: Scavenge 29.2 (51.7) -> 16.4 (52.2) MB, 1.3 / 0.1 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 18077 ms: Mark-sweep 16.4 (52.2) -> 6.3 (51.2) MB, 1.5 / 0.5 ms (+ 2.4 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 18136 ms: Scavenge 22.3 (51.2) -> 8.3 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 18188 ms: Scavenge 22.8 (51.2) -> 10.0 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 18242 ms: Scavenge 24.5 (51.7) -> 11.6 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 18295 ms: Scavenge 26.0 (51.7) -> 13.2 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 18347 ms: Scavenge 27.6 (51.7) -> 14.7 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 18394 ms: Scavenge 29.2 (52.2) -> 16.3 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 18398 ms: Mark-sweep 16.4 (52.2) -> 6.3 (51.2) MB, 1.2 / 0.4 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 18450 ms: Scavenge 22.3 (51.2) -> 8.3 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 18496 ms: Scavenge 22.8 (51.2) -> 10.1 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 18543 ms: Scavenge 24.5 (51.2) -> 11.6 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 18593 ms: Scavenge 26.0 (51.2) -> 13.2 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 18642 ms: Scavenge 27.6 (51.2) -> 14.8 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 18689 ms: Scavenge 29.2 (51.2) -> 16.3 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 18695 ms: Mark-sweep 16.3 (52.2) -> 6.2 (51.2) MB, 2.1 / 0.6 ms (+ 2.9 ms in 4 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 18747 ms: Scavenge 22.3 (51.2) -> 8.3 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 18794 ms: Scavenge 22.8 (51.2) -> 10.1 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 18847 ms: Scavenge 24.5 (51.2) -> 11.6 (51.2) MB, 1.8 / 0.0 ms (average mu = 0.986, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 18897 ms: Scavenge 26.0 (51.2) -> 13.2 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 18946 ms: Scavenge 27.6 (51.2) -> 14.8 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 18993 ms: Scavenge 29.2 (51.7) -> 16.4 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 18996 ms: Mark-sweep 16.4 (51.7) -> 6.2 (51.7) MB, 1.3 / 0.4 ms (+ 2.0 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 19053 ms: Scavenge 22.3 (51.7) -> 8.3 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 19105 ms: Scavenge 22.8 (51.7) -> 10.1 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 19156 ms: Scavenge 24.5 (51.7) -> 11.6 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 19204 ms: Scavenge 26.0 (51.7) -> 13.2 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 19248 ms: Scavenge 27.6 (51.7) -> 14.8 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 19296 ms: Scavenge 29.2 (51.7) -> 16.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 19301 ms: Mark-sweep 16.4 (52.7) -> 6.3 (51.7) MB, 1.7 / 0.6 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 19355 ms: Scavenge 22.3 (51.7) -> 8.3 (51.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 19398 ms: Scavenge 22.8 (51.7) -> 10.1 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 19448 ms: Scavenge 24.5 (51.7) -> 11.7 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 19505 ms: Scavenge 26.1 (51.7) -> 13.3 (51.7) MB, 4.0 / 0.1 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 19567 ms: Scavenge 27.6 (51.7) -> 14.8 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 19617 ms: Scavenge 29.2 (51.7) -> 16.4 (52.2) MB, 1.6 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 19621 ms: Mark-sweep 16.4 (52.2) -> 6.3 (52.2) MB, 1.2 / 0.5 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.7 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 19678 ms: Scavenge 22.4 (52.2) -> 8.3 (52.2) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 19728 ms: Scavenge 22.8 (52.2) -> 10.1 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 19776 ms: Scavenge 24.5 (52.2) -> 11.7 (52.2) MB, 1.4 / 0.1 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 19831 ms: Scavenge 26.1 (52.2) -> 13.3 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 19891 ms: Scavenge 27.7 (52.2) -> 14.8 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 19948 ms: Scavenge 29.2 (53.2) -> 16.3 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 19952 ms: Mark-sweep 16.4 (53.2) -> 6.3 (51.7) MB, 1.5 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 20021 ms: Scavenge 22.4 (51.7) -> 8.3 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 20085 ms: Scavenge 22.8 (51.7) -> 10.2 (51.7) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 20147 ms: Scavenge 24.5 (51.7) -> 11.7 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 20201 ms: Scavenge 26.1 (51.7) -> 13.3 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 20256 ms: Scavenge 27.7 (51.7) -> 15.0 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 20313 ms: Scavenge 29.2 (52.7) -> 16.6 (53.7) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 20317 ms: Mark-sweep 16.6 (53.7) -> 6.4 (52.2) MB, 1.4 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 20376 ms: Scavenge 22.4 (52.2) -> 8.4 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20425 ms: Scavenge 22.9 (52.2) -> 10.2 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20476 ms: Scavenge 24.6 (52.2) -> 11.8 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20526 ms: Scavenge 26.2 (52.2) -> 13.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20579 ms: Scavenge 27.7 (52.2) -> 14.9 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20632 ms: Scavenge 29.3 (52.7) -> 16.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20636 ms: Mark-sweep 16.5 (52.7) -> 6.4 (52.7) MB, 1.3 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 20692 ms: Scavenge 22.4 (52.7) -> 8.4 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20742 ms: Scavenge 22.9 (52.7) -> 10.2 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20789 ms: Scavenge 24.6 (52.7) -> 11.8 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20838 ms: Scavenge 26.2 (52.7) -> 13.4 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20883 ms: Scavenge 27.8 (52.7) -> 15.0 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20931 ms: Scavenge 29.3 (52.7) -> 16.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 20934 ms: Mark-sweep 16.6 (52.7) -> 6.4 (51.7) MB, 1.4 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 20987 ms: Scavenge 22.5 (51.7) -> 8.4 (51.7) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21043 ms: Scavenge 22.9 (51.7) -> 10.2 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21093 ms: Scavenge 24.6 (51.7) -> 11.8 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21150 ms: Scavenge 26.2 (51.7) -> 13.3 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21201 ms: Scavenge 27.8 (51.7) -> 14.9 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21247 ms: Scavenge 29.3 (52.2) -> 16.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21250 ms: Mark-sweep 16.5 (52.7) -> 6.4 (52.2) MB, 1.2 / 0.5 ms (+ 1.9 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 3 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 21301 ms: Scavenge 22.5 (52.2) -> 8.4 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 21349 ms: Scavenge 22.9 (52.2) -> 10.2 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 21392 ms: Scavenge 24.7 (52.2) -> 11.8 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 21433 ms: Scavenge 26.2 (52.2) -> 13.4 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 21475 ms: Scavenge 27.8 (52.2) -> 14.9 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 21523 ms: Scavenge 29.3 (52.2) -> 16.5 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 21527 ms: Mark-sweep 16.6 (52.2) -> 6.4 (51.2) MB, 1.6 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 21583 ms: Scavenge 22.5 (51.2) -> 8.4 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 21630 ms: Scavenge 22.9 (51.2) -> 10.2 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 21674 ms: Scavenge 24.7 (51.2) -> 11.8 (51.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 21720 ms: Scavenge 26.2 (51.2) -> 13.4 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 21779 ms: Scavenge 27.8 (51.2) -> 14.9 (51.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 21836 ms: Scavenge 29.3 (51.2) -> 16.5 (51.2) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 21841 ms: Mark-sweep 16.6 (51.2) -> 6.4 (51.2) MB, 1.4 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 21905 ms: Scavenge 22.5 (51.2) -> 8.4 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 21955 ms: Scavenge 22.9 (51.2) -> 10.2 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22002 ms: Scavenge 24.7 (51.2) -> 11.8 (51.2) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22053 ms: Scavenge 26.2 (51.2) -> 13.4 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22103 ms: Scavenge 27.8 (51.2) -> 14.9 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22153 ms: Scavenge 29.3 (52.2) -> 16.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22156 ms: Mark-sweep 16.5 (52.7) -> 6.4 (52.2) MB, 1.3 / 0.4 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 22214 ms: Scavenge 22.5 (52.2) -> 8.5 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 22279 ms: Scavenge 23.0 (52.2) -> 10.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 22336 ms: Scavenge 24.7 (52.2) -> 11.8 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 22392 ms: Scavenge 26.3 (52.2) -> 13.4 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 22450 ms: Scavenge 27.8 (52.2) -> 15.0 (53.2) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 22512 ms: Scavenge 29.4 (53.2) -> 16.5 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 22517 ms: Mark-sweep 16.6 (53.2) -> 6.4 (52.7) MB, 2.1 / 0.6 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.988, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 22584 ms: Scavenge 22.5 (52.7) -> 8.5 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 22632 ms: Scavenge 23.0 (52.7) -> 10.2 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 22682 ms: Scavenge 24.7 (52.7) -> 11.8 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 22731 ms: Scavenge 26.2 (52.7) -> 13.4 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 22774 ms: Scavenge 27.8 (52.7) -> 14.9 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 22823 ms: Scavenge 29.3 (53.2) -> 16.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 22827 ms: Mark-sweep 16.6 (53.2) -> 6.5 (52.7) MB, 1.4 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 22881 ms: Scavenge 22.5 (52.7) -> 8.5 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22926 ms: Scavenge 23.0 (52.7) -> 10.3 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 22974 ms: Scavenge 24.7 (53.2) -> 11.9 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23035 ms: Scavenge 26.3 (53.2) -> 13.4 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23087 ms: Scavenge 27.8 (53.2) -> 15.0 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23137 ms: Scavenge 29.4 (53.2) -> 16.6 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23141 ms: Mark-sweep 16.6 (53.7) -> 6.4 (52.7) MB, 1.3 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 23200 ms: Scavenge 22.5 (52.7) -> 8.5 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23251 ms: Scavenge 23.0 (52.7) -> 10.3 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23303 ms: Scavenge 24.7 (52.7) -> 11.9 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23376 ms: Scavenge 26.3 (52.7) -> 13.5 (53.2) MB, 1.6 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23434 ms: Scavenge 27.9 (53.2) -> 15.0 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23490 ms: Scavenge 29.4 (53.7) -> 16.6 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 23495 ms: Mark-sweep 16.6 (53.7) -> 6.5 (52.2) MB, 1.4 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 23555 ms: Scavenge 22.6 (52.2) -> 8.5 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 23608 ms: Scavenge 23.0 (52.2) -> 10.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 23657 ms: Scavenge 24.7 (52.2) -> 11.9 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 23708 ms: Scavenge 26.3 (52.2) -> 13.5 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 23755 ms: Scavenge 27.9 (53.2) -> 15.0 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 23804 ms: Scavenge 29.5 (53.2) -> 16.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 23809 ms: Mark-sweep 16.7 (53.2) -> 6.5 (52.7) MB, 1.6 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 23860 ms: Scavenge 22.6 (52.7) -> 8.5 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 23904 ms: Scavenge 23.0 (52.7) -> 10.3 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 23954 ms: Scavenge 24.8 (52.7) -> 11.9 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24006 ms: Scavenge 26.3 (52.7) -> 13.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24061 ms: Scavenge 27.9 (52.7) -> 15.0 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24113 ms: Scavenge 29.4 (53.2) -> 16.6 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24118 ms: Mark-sweep 16.7 (53.2) -> 6.5 (51.7) MB, 1.4 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 24174 ms: Scavenge 22.6 (51.7) -> 8.5 (51.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24219 ms: Scavenge 23.0 (51.7) -> 10.3 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24263 ms: Scavenge 24.8 (51.7) -> 11.9 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24311 ms: Scavenge 26.3 (51.7) -> 13.5 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24360 ms: Scavenge 27.9 (52.2) -> 15.1 (52.7) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24408 ms: Scavenge 29.5 (52.7) -> 16.6 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24412 ms: Mark-sweep 16.7 (52.7) -> 6.5 (52.7) MB, 1.3 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 24464 ms: Scavenge 22.6 (52.7) -> 8.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24514 ms: Scavenge 23.0 (52.7) -> 10.3 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24565 ms: Scavenge 24.8 (52.7) -> 11.9 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24613 ms: Scavenge 26.3 (52.7) -> 13.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24656 ms: Scavenge 27.9 (52.7) -> 15.1 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24697 ms: Scavenge 29.5 (53.2) -> 16.6 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 24702 ms: Mark-sweep 16.7 (53.2) -> 6.5 (53.2) MB, 1.9 / 0.7 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 24752 ms: Scavenge 22.6 (53.2) -> 8.5 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 24795 ms: Scavenge 23.0 (53.2) -> 10.4 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 24841 ms: Scavenge 24.8 (53.2) -> 11.9 (53.2) MB, 1.1 / 0.1 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 24887 ms: Scavenge 26.3 (53.2) -> 13.5 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 24935 ms: Scavenge 27.9 (53.2) -> 15.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 24985 ms: Scavenge 29.5 (53.7) -> 16.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 24989 ms: Mark-sweep 16.7 (53.7) -> 6.5 (51.2) MB, 1.4 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 25077 ms: Scavenge 22.6 (51.2) -> 8.5 (51.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 25127 ms: Scavenge 23.0 (51.2) -> 10.3 (51.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 25177 ms: Scavenge 24.8 (51.2) -> 11.9 (51.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 25229 ms: Scavenge 26.3 (51.2) -> 13.5 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 25281 ms: Scavenge 27.9 (51.7) -> 15.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 25349 ms: Scavenge 29.5 (52.2) -> 16.7 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 25354 ms: Mark-sweep 16.7 (52.2) -> 6.5 (51.7) MB, 1.8 / 0.6 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 25424 ms: Scavenge 22.6 (51.7) -> 8.6 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 25468 ms: Scavenge 23.1 (51.7) -> 10.4 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 25518 ms: Scavenge 24.8 (51.7) -> 12.0 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 25574 ms: Scavenge 26.4 (51.7) -> 13.5 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 25625 ms: Scavenge 27.9 (51.7) -> 15.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 25671 ms: Scavenge 29.5 (52.2) -> 16.7 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 25676 ms: Mark-sweep 16.7 (52.2) -> 6.6 (52.2) MB, 1.8 / 0.6 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 25733 ms: Scavenge 22.6 (52.2) -> 8.6 (52.2) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 25780 ms: Scavenge 23.1 (52.2) -> 10.4 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 25830 ms: Scavenge 24.8 (52.2) -> 12.0 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 25874 ms: Scavenge 26.4 (52.2) -> 13.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 25919 ms: Scavenge 27.9 (52.2) -> 15.1 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 25968 ms: Scavenge 29.5 (53.2) -> 16.7 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 25972 ms: Mark-sweep 16.8 (53.2) -> 6.6 (53.2) MB, 1.4 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 26031 ms: Scavenge 22.6 (53.2) -> 8.5 (53.2) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26082 ms: Scavenge 23.1 (53.2) -> 10.4 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26131 ms: Scavenge 24.8 (53.2) -> 12.0 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26181 ms: Scavenge 26.4 (53.2) -> 13.5 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26226 ms: Scavenge 27.9 (53.2) -> 15.1 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26271 ms: Scavenge 29.5 (53.2) -> 16.7 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26276 ms: Mark-sweep 16.7 (53.7) -> 6.6 (51.7) MB, 1.9 / 0.6 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 26332 ms: Scavenge 22.6 (51.7) -> 8.6 (51.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 26378 ms: Scavenge 23.1 (51.7) -> 10.4 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 26426 ms: Scavenge 24.8 (51.7) -> 12.0 (51.7) MB, 1.6 / 0.1 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 26477 ms: Scavenge 26.4 (51.7) -> 13.6 (51.7) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 26534 ms: Scavenge 27.9 (51.7) -> 15.2 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 26594 ms: Scavenge 29.5 (52.2) -> 16.7 (52.7) MB, 1.7 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 26599 ms: Mark-sweep 16.8 (52.7) -> 6.7 (51.7) MB, 1.7 / 0.5 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 26659 ms: Scavenge 22.7 (51.7) -> 8.6 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26710 ms: Scavenge 23.2 (51.7) -> 10.5 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26765 ms: Scavenge 24.9 (51.7) -> 12.0 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26826 ms: Scavenge 26.4 (51.7) -> 13.6 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26879 ms: Scavenge 28.0 (51.7) -> 15.2 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26929 ms: Scavenge 29.6 (52.2) -> 16.8 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 26932 ms: Mark-sweep 16.8 (52.2) -> 6.6 (52.2) MB, 1.2 / 0.4 ms (+ 2.1 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 26987 ms: Scavenge 22.7 (52.2) -> 8.6 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 27035 ms: Scavenge 23.1 (52.2) -> 10.5 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
20000 | |
[81445:0x103b26000] 27089 ms: Scavenge 24.9 (52.2) -> 12.1 (52.2) MB, 1.8 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 27141 ms: Scavenge 26.4 (52.2) -> 13.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 27185 ms: Scavenge 28.0 (52.2) -> 15.1 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 27228 ms: Scavenge 29.6 (53.2) -> 16.7 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 27232 ms: Mark-sweep 16.8 (53.2) -> 6.6 (52.7) MB, 1.3 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 27281 ms: Scavenge 22.7 (52.7) -> 8.6 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27330 ms: Scavenge 23.1 (52.7) -> 10.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27377 ms: Scavenge 24.9 (52.7) -> 12.0 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27422 ms: Scavenge 26.4 (52.7) -> 13.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27479 ms: Scavenge 28.0 (52.7) -> 15.2 (52.7) MB, 3.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27532 ms: Scavenge 29.6 (52.7) -> 16.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27536 ms: Mark-sweep 16.8 (53.2) -> 6.6 (52.7) MB, 1.2 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 27591 ms: Scavenge 22.7 (52.7) -> 8.7 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27635 ms: Scavenge 23.1 (52.7) -> 10.4 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27682 ms: Scavenge 24.9 (52.7) -> 12.0 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27733 ms: Scavenge 26.4 (52.7) -> 13.6 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27781 ms: Scavenge 28.0 (52.7) -> 15.2 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27831 ms: Scavenge 29.6 (53.2) -> 16.7 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27835 ms: Mark-sweep 16.8 (53.2) -> 6.6 (53.2) MB, 1.4 / 0.5 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 27884 ms: Scavenge 22.7 (53.2) -> 8.7 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27928 ms: Scavenge 23.1 (53.2) -> 10.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 27977 ms: Scavenge 24.9 (53.2) -> 12.1 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28029 ms: Scavenge 26.5 (53.2) -> 13.6 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28079 ms: Scavenge 28.0 (53.2) -> 15.2 (54.2) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28129 ms: Scavenge 29.6 (54.2) -> 16.7 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28133 ms: Mark-sweep 16.8 (54.2) -> 6.6 (52.7) MB, 1.4 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 28180 ms: Scavenge 22.7 (52.7) -> 8.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28225 ms: Scavenge 23.2 (52.7) -> 10.5 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28266 ms: Scavenge 24.9 (52.7) -> 12.0 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28312 ms: Scavenge 26.4 (52.7) -> 13.6 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28356 ms: Scavenge 28.1 (52.7) -> 15.2 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28400 ms: Scavenge 29.6 (53.2) -> 16.8 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28404 ms: Mark-sweep 16.8 (53.7) -> 6.6 (52.7) MB, 1.6 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 28454 ms: Scavenge 22.7 (52.7) -> 8.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 28506 ms: Scavenge 23.1 (52.7) -> 10.4 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 28554 ms: Scavenge 24.9 (52.7) -> 12.0 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 28599 ms: Scavenge 26.5 (52.7) -> 13.6 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 28645 ms: Scavenge 28.0 (52.7) -> 15.2 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 28686 ms: Scavenge 29.6 (52.7) -> 16.8 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 28690 ms: Mark-sweep 16.9 (52.7) -> 6.7 (52.7) MB, 1.4 / 0.4 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 28739 ms: Scavenge 22.7 (52.7) -> 8.6 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28790 ms: Scavenge 23.2 (52.7) -> 10.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28842 ms: Scavenge 24.9 (52.7) -> 12.1 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28889 ms: Scavenge 26.4 (52.7) -> 13.6 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 28954 ms: Scavenge 28.0 (52.7) -> 15.2 (52.7) MB, 2.7 / 0.1 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29020 ms: Scavenge 29.6 (52.7) -> 16.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29024 ms: Mark-sweep 16.8 (52.7) -> 6.6 (52.7) MB, 1.4 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 29086 ms: Scavenge 22.7 (52.7) -> 8.7 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29146 ms: Scavenge 23.2 (52.7) -> 10.5 (52.7) MB, 1.8 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29318 ms: Scavenge 24.9 (52.7) -> 12.1 (52.7) MB, 7.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29562 ms: Scavenge 26.5 (52.7) -> 13.7 (52.7) MB, 2.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29697 ms: Scavenge 28.0 (52.7) -> 15.2 (53.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29744 ms: Scavenge 29.6 (53.2) -> 16.8 (53.2) MB, 1.4 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 29752 ms: Mark-sweep 16.9 (53.2) -> 6.7 (53.2) MB, 2.5 / 1.1 ms (+ 4.2 ms in 4 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 8 ms) (average mu = 0.990, current mu = 0.991) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 29907 ms: Scavenge 22.7 (53.2) -> 8.7 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 29961 ms: Scavenge 23.2 (53.2) -> 10.5 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 30073 ms: Scavenge 24.9 (53.7) -> 12.1 (53.7) MB, 1.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 30136 ms: Scavenge 26.5 (53.7) -> 13.7 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 30190 ms: Scavenge 28.1 (53.7) -> 15.3 (53.7) MB, 1.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 30250 ms: Scavenge 29.7 (53.7) -> 16.8 (53.7) MB, 1.9 / 0.0 ms (average mu = 0.990, current mu = 0.991) allocation failure | |
[81445:0x103b26000] 30255 ms: Mark-sweep 16.8 (53.7) -> 6.7 (52.2) MB, 2.1 / 0.7 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.990, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 30320 ms: Scavenge 22.7 (52.2) -> 8.7 (52.2) MB, 1.6 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30378 ms: Scavenge 23.2 (52.2) -> 10.5 (52.2) MB, 1.8 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30441 ms: Scavenge 24.9 (52.2) -> 12.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30498 ms: Scavenge 26.5 (52.2) -> 13.7 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30551 ms: Scavenge 28.1 (52.2) -> 15.2 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30612 ms: Scavenge 29.6 (52.7) -> 16.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30616 ms: Mark-sweep 16.9 (52.7) -> 6.7 (52.7) MB, 1.3 / 0.4 ms (+ 2.4 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.990, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 30674 ms: Scavenge 22.8 (52.7) -> 8.7 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30717 ms: Scavenge 23.2 (52.7) -> 10.5 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30763 ms: Scavenge 24.9 (52.7) -> 12.1 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30811 ms: Scavenge 26.5 (52.7) -> 13.7 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30859 ms: Scavenge 28.1 (52.7) -> 15.2 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30905 ms: Scavenge 29.6 (52.7) -> 16.8 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.990, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 30909 ms: Mark-sweep 16.8 (52.7) -> 6.7 (52.7) MB, 1.5 / 0.6 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 30965 ms: Scavenge 22.8 (52.7) -> 8.7 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 31010 ms: Scavenge 23.2 (52.7) -> 10.6 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 31061 ms: Scavenge 24.9 (52.7) -> 12.1 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 31112 ms: Scavenge 26.5 (52.7) -> 13.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 31159 ms: Scavenge 28.1 (53.2) -> 15.2 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 31205 ms: Scavenge 29.6 (53.7) -> 17.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 31210 ms: Mark-sweep 17.1 (53.7) -> 6.8 (52.2) MB, 1.5 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 31264 ms: Scavenge 22.9 (52.2) -> 8.8 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31310 ms: Scavenge 23.3 (52.2) -> 10.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31359 ms: Scavenge 25.0 (52.2) -> 12.2 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31403 ms: Scavenge 26.6 (52.2) -> 13.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31446 ms: Scavenge 28.2 (52.7) -> 15.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31507 ms: Scavenge 29.7 (52.7) -> 16.9 (53.2) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31512 ms: Mark-sweep 16.9 (53.2) -> 6.8 (52.2) MB, 1.5 / 0.5 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 31576 ms: Scavenge 22.9 (52.2) -> 8.8 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31630 ms: Scavenge 23.3 (52.2) -> 10.7 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31683 ms: Scavenge 25.1 (52.7) -> 12.3 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31736 ms: Scavenge 26.7 (52.7) -> 13.9 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31791 ms: Scavenge 28.2 (53.2) -> 15.4 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31847 ms: Scavenge 29.8 (53.7) -> 17.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31852 ms: Mark-sweep 17.0 (53.7) -> 6.8 (52.2) MB, 1.8 / 0.7 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 31911 ms: Scavenge 22.9 (52.2) -> 8.8 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 31974 ms: Scavenge 23.3 (52.2) -> 10.7 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32027 ms: Scavenge 25.1 (52.2) -> 12.3 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32081 ms: Scavenge 26.6 (52.2) -> 13.8 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32135 ms: Scavenge 28.2 (52.2) -> 15.3 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32179 ms: Scavenge 29.8 (52.2) -> 17.0 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32183 ms: Mark-sweep 17.0 (52.7) -> 6.8 (52.7) MB, 1.4 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 32235 ms: Scavenge 22.9 (52.7) -> 8.8 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 32278 ms: Scavenge 23.4 (52.7) -> 10.7 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 32327 ms: Scavenge 25.1 (52.7) -> 12.2 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 32375 ms: Scavenge 26.6 (52.7) -> 13.8 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 32419 ms: Scavenge 28.2 (52.7) -> 15.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 32463 ms: Scavenge 29.8 (52.7) -> 16.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 32468 ms: Mark-sweep 17.0 (54.2) -> 6.8 (52.2) MB, 1.7 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 32533 ms: Scavenge 22.9 (52.2) -> 8.9 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32589 ms: Scavenge 23.4 (52.2) -> 10.7 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32642 ms: Scavenge 25.1 (52.2) -> 12.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32693 ms: Scavenge 26.7 (52.2) -> 13.8 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32743 ms: Scavenge 28.2 (52.2) -> 15.4 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32793 ms: Scavenge 29.8 (53.2) -> 17.0 (54.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32798 ms: Mark-sweep 17.0 (54.2) -> 6.8 (52.2) MB, 2.0 / 0.8 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 32853 ms: Scavenge 22.9 (52.2) -> 8.9 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32897 ms: Scavenge 23.4 (52.2) -> 10.7 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32939 ms: Scavenge 25.1 (52.2) -> 12.3 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 32984 ms: Scavenge 26.7 (52.2) -> 13.8 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33028 ms: Scavenge 28.2 (52.2) -> 15.4 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33077 ms: Scavenge 29.8 (53.2) -> 17.0 (53.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33080 ms: Mark-sweep 17.0 (53.7) -> 6.8 (51.7) MB, 1.3 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 33130 ms: Scavenge 22.9 (51.7) -> 8.9 (51.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 33182 ms: Scavenge 23.4 (51.7) -> 10.7 (51.7) MB, 1.7 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 33242 ms: Scavenge 25.1 (51.7) -> 12.3 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 33295 ms: Scavenge 26.7 (51.7) -> 13.8 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 33349 ms: Scavenge 28.3 (51.7) -> 15.4 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 33401 ms: Scavenge 29.8 (52.2) -> 17.0 (53.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 33406 ms: Mark-sweep 17.1 (53.2) -> 6.9 (52.2) MB, 1.6 / 0.5 ms (+ 2.9 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 33465 ms: Scavenge 22.9 (52.2) -> 8.9 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33516 ms: Scavenge 23.4 (52.2) -> 10.7 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33569 ms: Scavenge 25.1 (52.7) -> 12.3 (52.7) MB, 2.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33619 ms: Scavenge 26.7 (52.7) -> 13.9 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33670 ms: Scavenge 28.3 (52.7) -> 15.4 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33723 ms: Scavenge 29.8 (53.2) -> 17.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33728 ms: Mark-sweep 17.1 (53.7) -> 6.9 (51.7) MB, 1.6 / 0.5 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 33786 ms: Scavenge 23.0 (51.7) -> 8.9 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33840 ms: Scavenge 23.4 (51.7) -> 10.7 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33892 ms: Scavenge 25.1 (51.7) -> 12.3 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 33945 ms: Scavenge 26.7 (51.7) -> 13.9 (51.7) MB, 2.0 / 0.1 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 34019 ms: Scavenge 28.3 (51.7) -> 15.4 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 34076 ms: Scavenge 29.9 (52.2) -> 17.0 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 34081 ms: Mark-sweep 17.1 (52.7) -> 6.9 (52.7) MB, 1.4 / 0.4 ms (+ 2.9 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 34141 ms: Scavenge 23.0 (52.7) -> 8.9 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34190 ms: Scavenge 23.4 (52.7) -> 10.7 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34236 ms: Scavenge 25.1 (52.7) -> 12.3 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34284 ms: Scavenge 26.7 (52.7) -> 13.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34330 ms: Scavenge 28.3 (52.7) -> 15.4 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34374 ms: Scavenge 29.8 (52.7) -> 17.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34379 ms: Mark-sweep 17.1 (53.7) -> 6.9 (51.7) MB, 1.6 / 0.4 ms (+ 2.4 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 34430 ms: Scavenge 23.0 (51.7) -> 8.9 (51.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 34484 ms: Scavenge 23.4 (51.7) -> 10.7 (51.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 34535 ms: Scavenge 25.2 (51.7) -> 12.3 (51.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 34590 ms: Scavenge 26.7 (51.7) -> 13.9 (51.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 34644 ms: Scavenge 28.3 (51.7) -> 15.5 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 34695 ms: Scavenge 29.9 (52.7) -> 17.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 34699 ms: Mark-sweep 17.1 (52.7) -> 6.9 (52.7) MB, 1.4 / 0.5 ms (+ 2.5 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 34758 ms: Scavenge 23.0 (52.7) -> 9.0 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34811 ms: Scavenge 23.4 (52.7) -> 10.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34854 ms: Scavenge 25.2 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34901 ms: Scavenge 26.7 (52.7) -> 13.9 (52.7) MB, 1.1 / 0.1 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34943 ms: Scavenge 28.3 (52.7) -> 15.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34988 ms: Scavenge 29.9 (53.2) -> 17.0 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 34992 ms: Mark-sweep 17.1 (53.2) -> 6.9 (53.2) MB, 1.2 / 0.5 ms (+ 2.2 ms in 4 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 35044 ms: Scavenge 23.0 (53.2) -> 8.9 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 35087 ms: Scavenge 23.4 (53.2) -> 10.8 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 35134 ms: Scavenge 25.2 (53.2) -> 12.3 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 35175 ms: Scavenge 26.7 (53.2) -> 13.9 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 35219 ms: Scavenge 28.3 (53.2) -> 15.5 (53.7) MB, 1.7 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 35283 ms: Scavenge 29.9 (53.7) -> 17.0 (55.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 35288 ms: Mark-sweep 17.1 (55.2) -> 6.9 (52.2) MB, 1.8 / 0.7 ms (+ 3.0 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 35363 ms: Scavenge 23.0 (52.2) -> 9.0 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 35424 ms: Scavenge 23.5 (52.2) -> 10.8 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 35486 ms: Scavenge 25.2 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 35548 ms: Scavenge 26.7 (52.7) -> 13.9 (52.7) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 35611 ms: Scavenge 28.3 (52.7) -> 15.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 35674 ms: Scavenge 29.9 (53.2) -> 17.1 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 35678 ms: Mark-sweep 17.2 (54.2) -> 6.9 (52.2) MB, 1.5 / 0.5 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 35730 ms: Scavenge 23.0 (52.2) -> 9.0 (52.2) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 35773 ms: Scavenge 23.5 (52.2) -> 10.8 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 35818 ms: Scavenge 25.2 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 35868 ms: Scavenge 26.8 (52.7) -> 14.0 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 35909 ms: Scavenge 28.3 (53.2) -> 15.5 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 35959 ms: Scavenge 29.9 (53.7) -> 17.1 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 35964 ms: Mark-sweep 17.2 (53.7) -> 7.0 (52.7) MB, 1.5 / 0.5 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 36018 ms: Scavenge 23.0 (52.7) -> 9.0 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 36063 ms: Scavenge 23.5 (52.7) -> 10.8 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 36108 ms: Scavenge 25.2 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 36154 ms: Scavenge 26.8 (52.7) -> 14.0 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 36198 ms: Scavenge 28.3 (52.7) -> 15.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 36243 ms: Scavenge 29.9 (53.2) -> 17.1 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 36247 ms: Mark-sweep 17.2 (53.2) -> 7.0 (52.7) MB, 1.4 / 0.5 ms (+ 2.3 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 36298 ms: Scavenge 23.0 (52.7) -> 9.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36345 ms: Scavenge 23.5 (52.7) -> 10.8 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36387 ms: Scavenge 25.2 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36480 ms: Scavenge 26.8 (52.7) -> 13.9 (52.7) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36548 ms: Scavenge 28.4 (52.7) -> 15.6 (52.7) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36600 ms: Scavenge 29.9 (52.7) -> 17.1 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36605 ms: Mark-sweep 17.2 (53.2) -> 7.0 (52.2) MB, 1.5 / 0.4 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 36657 ms: Scavenge 23.0 (52.2) -> 9.0 (52.2) MB, 0.8 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 36699 ms: Scavenge 23.5 (52.2) -> 10.8 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 36744 ms: Scavenge 25.2 (52.2) -> 12.4 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 36790 ms: Scavenge 26.8 (52.2) -> 14.0 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 36839 ms: Scavenge 28.4 (52.2) -> 15.6 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 36887 ms: Scavenge 29.9 (52.2) -> 17.1 (52.7) MB, 1.5 / 0.0 ms (average mu = 0.988, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 36891 ms: Mark-sweep 17.2 (52.7) -> 7.0 (52.7) MB, 1.3 / 0.5 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 36946 ms: Scavenge 23.1 (52.7) -> 9.0 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 36993 ms: Scavenge 23.5 (52.7) -> 10.9 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37038 ms: Scavenge 25.2 (52.7) -> 12.4 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37090 ms: Scavenge 26.8 (52.7) -> 14.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37132 ms: Scavenge 28.4 (52.7) -> 15.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37176 ms: Scavenge 30.0 (52.7) -> 17.2 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37180 ms: Mark-sweep 17.2 (53.7) -> 7.0 (52.7) MB, 1.3 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 37226 ms: Scavenge 23.1 (52.7) -> 9.0 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 37267 ms: Scavenge 23.5 (52.7) -> 10.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 37312 ms: Scavenge 25.3 (52.7) -> 12.4 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 37352 ms: Scavenge 26.8 (52.7) -> 13.9 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 37395 ms: Scavenge 28.4 (52.7) -> 15.6 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 37435 ms: Scavenge 29.9 (53.2) -> 17.1 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 37439 ms: Mark-sweep 17.2 (54.2) -> 7.0 (53.2) MB, 1.2 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 37485 ms: Scavenge 23.1 (53.2) -> 9.0 (53.2) MB, 0.9 / 0.1 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 37529 ms: Scavenge 23.5 (53.2) -> 10.9 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 37577 ms: Scavenge 25.3 (53.2) -> 12.5 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 37619 ms: Scavenge 26.8 (53.2) -> 14.0 (53.2) MB, 1.1 / 0.1 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 37668 ms: Scavenge 28.4 (53.2) -> 15.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 37710 ms: Scavenge 30.0 (53.7) -> 17.2 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 37714 ms: Mark-sweep 17.2 (54.2) -> 7.0 (53.7) MB, 1.2 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 37762 ms: Scavenge 23.1 (53.7) -> 9.0 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37823 ms: Scavenge 23.5 (53.7) -> 10.9 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37882 ms: Scavenge 25.3 (53.7) -> 12.4 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37925 ms: Scavenge 26.8 (53.7) -> 14.0 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 37973 ms: Scavenge 28.4 (53.7) -> 15.6 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38020 ms: Scavenge 30.0 (54.2) -> 17.1 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38024 ms: Mark-sweep 17.2 (54.7) -> 7.0 (52.7) MB, 1.4 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 38078 ms: Scavenge 23.1 (52.7) -> 9.0 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38124 ms: Scavenge 23.5 (52.7) -> 10.8 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38169 ms: Scavenge 25.3 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38213 ms: Scavenge 26.9 (52.7) -> 14.0 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38260 ms: Scavenge 28.4 (52.7) -> 15.6 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38312 ms: Scavenge 30.0 (53.2) -> 17.2 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38316 ms: Mark-sweep 17.2 (53.2) -> 7.0 (53.2) MB, 1.4 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 38367 ms: Scavenge 23.1 (53.2) -> 9.1 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38416 ms: Scavenge 23.6 (53.2) -> 10.8 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38465 ms: Scavenge 25.3 (53.2) -> 12.5 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38517 ms: Scavenge 26.9 (53.2) -> 14.0 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38569 ms: Scavenge 28.4 (53.2) -> 15.6 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38617 ms: Scavenge 30.0 (53.2) -> 17.2 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38621 ms: Mark-sweep 17.2 (53.7) -> 7.0 (52.7) MB, 1.6 / 0.5 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 38670 ms: Scavenge 23.1 (52.7) -> 9.0 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38710 ms: Scavenge 23.6 (52.7) -> 10.9 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38751 ms: Scavenge 25.3 (52.7) -> 12.4 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38803 ms: Scavenge 26.9 (52.7) -> 14.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38846 ms: Scavenge 28.4 (52.7) -> 15.6 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38889 ms: Scavenge 30.0 (53.7) -> 17.2 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38892 ms: Mark-sweep 17.3 (54.2) -> 7.1 (53.7) MB, 1.2 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 38939 ms: Scavenge 23.1 (53.7) -> 9.0 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 38982 ms: Scavenge 23.6 (53.7) -> 10.9 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 39025 ms: Scavenge 25.3 (53.7) -> 12.5 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 39072 ms: Scavenge 26.8 (53.7) -> 14.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 39114 ms: Scavenge 28.4 (53.7) -> 15.7 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 39158 ms: Scavenge 30.0 (54.2) -> 17.2 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 39162 ms: Mark-sweep 17.2 (55.2) -> 7.1 (52.7) MB, 1.4 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 39210 ms: Scavenge 23.2 (52.7) -> 9.1 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39251 ms: Scavenge 23.6 (52.7) -> 11.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39294 ms: Scavenge 25.4 (52.7) -> 12.6 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39342 ms: Scavenge 26.9 (52.7) -> 14.1 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39382 ms: Scavenge 28.5 (52.7) -> 15.7 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39423 ms: Scavenge 30.1 (52.7) -> 17.3 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39427 ms: Mark-sweep 17.3 (53.7) -> 7.1 (52.7) MB, 1.4 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 39476 ms: Scavenge 23.2 (52.7) -> 9.1 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39519 ms: Scavenge 23.6 (52.7) -> 10.9 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39569 ms: Scavenge 25.3 (52.7) -> 12.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39628 ms: Scavenge 26.9 (52.7) -> 14.1 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39680 ms: Scavenge 28.5 (52.7) -> 15.6 (53.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39726 ms: Scavenge 30.0 (53.7) -> 17.2 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 39731 ms: Mark-sweep 17.2 (53.7) -> 7.1 (52.7) MB, 2.4 / 1.1 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 39782 ms: Scavenge 23.1 (52.7) -> 9.1 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 39838 ms: Scavenge 23.6 (52.7) -> 10.9 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 39882 ms: Scavenge 25.3 (52.7) -> 12.5 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 39926 ms: Scavenge 26.9 (52.7) -> 14.1 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 39971 ms: Scavenge 28.4 (52.7) -> 15.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 40019 ms: Scavenge 30.0 (52.7) -> 17.2 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 40023 ms: Mark-sweep 17.3 (53.7) -> 7.1 (53.2) MB, 1.2 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 40083 ms: Scavenge 23.2 (53.2) -> 9.1 (53.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40132 ms: Scavenge 23.6 (53.2) -> 10.9 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40177 ms: Scavenge 25.4 (53.2) -> 12.5 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40224 ms: Scavenge 26.9 (53.2) -> 14.1 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40272 ms: Scavenge 28.5 (53.2) -> 15.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40326 ms: Scavenge 30.1 (53.2) -> 17.2 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40330 ms: Mark-sweep 17.3 (53.7) -> 7.1 (53.2) MB, 1.5 / 0.6 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 40387 ms: Scavenge 23.2 (53.2) -> 9.1 (53.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 40430 ms: Scavenge 23.6 (53.2) -> 10.9 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 40472 ms: Scavenge 25.3 (53.2) -> 12.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 40513 ms: Scavenge 26.9 (53.2) -> 14.1 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 40561 ms: Scavenge 28.5 (53.2) -> 15.7 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 40604 ms: Scavenge 30.0 (53.7) -> 17.2 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 40608 ms: Mark-sweep 17.3 (54.2) -> 7.1 (53.7) MB, 1.3 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 40654 ms: Scavenge 23.2 (53.7) -> 9.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40694 ms: Scavenge 23.6 (53.7) -> 11.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40734 ms: Scavenge 25.4 (53.7) -> 12.6 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40779 ms: Scavenge 26.9 (53.7) -> 14.1 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40827 ms: Scavenge 28.5 (53.7) -> 15.7 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40869 ms: Scavenge 30.1 (53.7) -> 17.2 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 40874 ms: Mark-sweep 17.2 (55.2) -> 7.1 (52.2) MB, 1.7 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 40923 ms: Scavenge 23.2 (52.2) -> 9.1 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 40965 ms: Scavenge 23.7 (52.2) -> 11.0 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 41007 ms: Scavenge 25.4 (52.2) -> 12.6 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 41053 ms: Scavenge 26.9 (52.2) -> 14.1 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 41099 ms: Scavenge 28.5 (52.2) -> 15.7 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 41139 ms: Scavenge 30.1 (52.2) -> 17.3 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 41143 ms: Mark-sweep 17.3 (52.2) -> 7.1 (52.2) MB, 1.3 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 41189 ms: Scavenge 23.2 (52.2) -> 9.1 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 41231 ms: Scavenge 23.6 (52.2) -> 11.0 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 41275 ms: Scavenge 25.4 (52.2) -> 12.5 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 41321 ms: Scavenge 26.9 (52.2) -> 14.2 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
30000 | |
[81445:0x103b26000] 41368 ms: Scavenge 28.5 (52.2) -> 15.7 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 41427 ms: Scavenge 30.1 (52.2) -> 17.3 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 41432 ms: Mark-sweep 17.3 (52.2) -> 7.1 (52.2) MB, 1.5 / 0.6 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 41486 ms: Scavenge 23.2 (52.2) -> 9.1 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 41533 ms: Scavenge 23.7 (52.2) -> 11.0 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 41585 ms: Scavenge 25.4 (52.2) -> 12.6 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 41631 ms: Scavenge 27.0 (52.2) -> 14.2 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 41674 ms: Scavenge 28.6 (52.2) -> 15.7 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 41719 ms: Scavenge 30.1 (52.7) -> 17.3 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 41723 ms: Mark-sweep 17.3 (53.2) -> 7.1 (53.2) MB, 1.2 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 41773 ms: Scavenge 23.2 (53.2) -> 9.2 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 41819 ms: Scavenge 23.7 (53.2) -> 11.0 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 41865 ms: Scavenge 25.4 (53.2) -> 12.6 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 41909 ms: Scavenge 27.0 (53.2) -> 14.1 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 41961 ms: Scavenge 28.6 (53.2) -> 15.7 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42009 ms: Scavenge 30.1 (54.2) -> 17.3 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42013 ms: Mark-sweep 17.3 (54.2) -> 7.2 (53.7) MB, 1.2 / 0.4 ms (+ 2.4 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 42070 ms: Scavenge 23.2 (53.7) -> 9.1 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42118 ms: Scavenge 23.7 (53.7) -> 11.0 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42167 ms: Scavenge 25.4 (53.7) -> 12.5 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42210 ms: Scavenge 27.0 (53.7) -> 14.1 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42251 ms: Scavenge 28.5 (53.7) -> 15.7 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42291 ms: Scavenge 30.1 (54.2) -> 17.3 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 42296 ms: Mark-sweep 17.4 (54.2) -> 7.2 (52.7) MB, 1.9 / 0.7 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 42347 ms: Scavenge 23.2 (52.7) -> 9.1 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 42388 ms: Scavenge 23.7 (52.7) -> 11.0 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 42427 ms: Scavenge 25.4 (52.7) -> 12.6 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 42467 ms: Scavenge 27.0 (52.7) -> 14.2 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 42506 ms: Scavenge 28.6 (53.2) -> 15.8 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 42546 ms: Scavenge 30.2 (53.2) -> 17.3 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 42552 ms: Mark-sweep 17.4 (53.2) -> 7.2 (52.2) MB, 2.1 / 0.4 ms (+ 3.3 ms in 4 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 42599 ms: Scavenge 23.3 (52.2) -> 9.2 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 42638 ms: Scavenge 23.7 (52.2) -> 11.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 42676 ms: Scavenge 25.5 (52.2) -> 12.6 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 42714 ms: Scavenge 27.0 (52.2) -> 14.2 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 42752 ms: Scavenge 28.6 (52.2) -> 15.8 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 42792 ms: Scavenge 30.2 (52.7) -> 17.4 (52.7) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 42797 ms: Mark-sweep 17.4 (52.7) -> 7.2 (52.7) MB, 1.6 / 0.5 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 5 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 42847 ms: Scavenge 23.3 (52.7) -> 9.2 (52.7) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 42885 ms: Scavenge 23.7 (52.7) -> 11.1 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 42923 ms: Scavenge 25.5 (52.7) -> 12.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 42962 ms: Scavenge 27.0 (52.7) -> 14.2 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43004 ms: Scavenge 28.6 (53.2) -> 15.8 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43047 ms: Scavenge 30.2 (53.7) -> 17.4 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43052 ms: Mark-sweep 17.4 (53.7) -> 7.2 (53.7) MB, 1.4 / 0.4 ms (+ 3.0 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 43109 ms: Scavenge 23.3 (53.7) -> 9.2 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43155 ms: Scavenge 23.7 (53.7) -> 11.0 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43202 ms: Scavenge 25.5 (53.7) -> 12.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43246 ms: Scavenge 27.0 (53.7) -> 14.2 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43292 ms: Scavenge 28.6 (53.7) -> 15.8 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43338 ms: Scavenge 30.2 (53.7) -> 17.3 (53.7) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 43342 ms: Mark-sweep 17.4 (53.7) -> 7.2 (53.7) MB, 1.4 / 0.4 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 43395 ms: Scavenge 23.3 (53.7) -> 9.2 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 43438 ms: Scavenge 23.7 (53.7) -> 11.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 43483 ms: Scavenge 25.5 (53.7) -> 12.7 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 43528 ms: Scavenge 27.1 (53.7) -> 14.2 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 43575 ms: Scavenge 28.6 (53.7) -> 15.8 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 43625 ms: Scavenge 30.2 (53.7) -> 17.4 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 43629 ms: Mark-sweep 17.4 (53.7) -> 7.2 (53.7) MB, 1.2 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 43680 ms: Scavenge 23.3 (53.7) -> 9.2 (53.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 43725 ms: Scavenge 23.7 (53.7) -> 11.0 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 43772 ms: Scavenge 25.5 (53.7) -> 12.7 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 43822 ms: Scavenge 27.0 (53.7) -> 14.2 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 43872 ms: Scavenge 28.6 (53.7) -> 15.8 (54.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 43917 ms: Scavenge 30.2 (54.2) -> 17.4 (54.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 43921 ms: Mark-sweep 17.4 (54.2) -> 7.2 (54.2) MB, 1.4 / 0.4 ms (+ 2.5 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 43974 ms: Scavenge 23.3 (54.2) -> 9.2 (54.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 44015 ms: Scavenge 23.8 (54.2) -> 11.1 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 44062 ms: Scavenge 25.5 (54.2) -> 12.6 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 44104 ms: Scavenge 27.0 (54.2) -> 14.2 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 44143 ms: Scavenge 28.6 (54.2) -> 15.8 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 44183 ms: Scavenge 30.2 (55.2) -> 17.4 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 44187 ms: Mark-sweep 17.5 (55.7) -> 7.2 (52.2) MB, 1.4 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 44232 ms: Scavenge 23.3 (52.2) -> 9.2 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44270 ms: Scavenge 23.8 (52.2) -> 11.1 (52.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44311 ms: Scavenge 25.5 (52.2) -> 12.7 (52.2) MB, 1.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44360 ms: Scavenge 27.1 (52.2) -> 14.2 (52.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44398 ms: Scavenge 28.7 (52.2) -> 15.9 (52.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44438 ms: Scavenge 30.2 (52.2) -> 17.4 (52.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44441 ms: Mark-sweep 17.5 (52.2) -> 7.2 (52.2) MB, 1.2 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 44487 ms: Scavenge 23.3 (52.2) -> 9.3 (52.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44528 ms: Scavenge 23.8 (52.2) -> 11.1 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44599 ms: Scavenge 25.5 (52.2) -> 12.7 (52.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44644 ms: Scavenge 27.1 (52.2) -> 14.2 (52.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44686 ms: Scavenge 28.7 (52.2) -> 15.8 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44726 ms: Scavenge 30.2 (53.2) -> 17.4 (53.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 44730 ms: Mark-sweep 17.4 (53.7) -> 7.2 (53.2) MB, 1.2 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 44778 ms: Scavenge 23.3 (53.2) -> 9.3 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 44824 ms: Scavenge 23.8 (53.2) -> 11.1 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 44879 ms: Scavenge 25.5 (53.2) -> 12.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 44925 ms: Scavenge 27.1 (53.2) -> 14.3 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 44971 ms: Scavenge 28.7 (53.2) -> 15.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 45017 ms: Scavenge 30.3 (54.2) -> 17.4 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 45021 ms: Mark-sweep 17.5 (54.2) -> 7.3 (54.2) MB, 1.2 / 0.4 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 45075 ms: Scavenge 23.3 (54.2) -> 9.3 (54.2) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 45119 ms: Scavenge 23.8 (54.2) -> 11.1 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 45166 ms: Scavenge 25.5 (54.2) -> 12.7 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 45213 ms: Scavenge 27.1 (54.2) -> 14.3 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 45263 ms: Scavenge 28.7 (54.2) -> 15.9 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 45311 ms: Scavenge 30.2 (54.7) -> 17.4 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 45315 ms: Mark-sweep 17.5 (54.7) -> 7.3 (53.7) MB, 1.6 / 0.6 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 45369 ms: Scavenge 23.3 (53.7) -> 9.3 (53.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 45416 ms: Scavenge 23.8 (53.7) -> 11.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 45462 ms: Scavenge 25.5 (53.7) -> 12.7 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 45511 ms: Scavenge 27.1 (53.7) -> 14.3 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 45601 ms: Scavenge 28.7 (53.7) -> 15.9 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 45650 ms: Scavenge 30.3 (54.2) -> 17.4 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 45654 ms: Mark-sweep 17.4 (54.7) -> 7.3 (53.2) MB, 1.4 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.988, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 45706 ms: Scavenge 23.4 (53.2) -> 9.3 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 45747 ms: Scavenge 23.8 (53.2) -> 11.1 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 45786 ms: Scavenge 25.5 (53.2) -> 12.7 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 45830 ms: Scavenge 27.1 (53.2) -> 14.3 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 45871 ms: Scavenge 28.7 (53.2) -> 15.8 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 45911 ms: Scavenge 30.2 (53.7) -> 17.4 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 45915 ms: Mark-sweep 17.5 (53.7) -> 7.3 (53.2) MB, 1.3 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 45964 ms: Scavenge 23.4 (53.2) -> 9.3 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46004 ms: Scavenge 23.8 (53.2) -> 11.1 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46044 ms: Scavenge 25.5 (53.2) -> 12.7 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46087 ms: Scavenge 27.1 (53.2) -> 14.3 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46130 ms: Scavenge 28.7 (53.7) -> 15.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46168 ms: Scavenge 30.3 (54.2) -> 17.4 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46172 ms: Mark-sweep 17.5 (54.7) -> 7.3 (54.2) MB, 1.3 / 0.4 ms (+ 2.3 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 46217 ms: Scavenge 23.4 (54.2) -> 9.3 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46255 ms: Scavenge 23.8 (54.2) -> 11.1 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46293 ms: Scavenge 25.6 (54.2) -> 12.7 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46334 ms: Scavenge 27.1 (54.2) -> 14.3 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46372 ms: Scavenge 28.7 (54.2) -> 16.5 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46410 ms: Scavenge 30.3 (55.7) -> 17.7 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 46414 ms: Mark-sweep 17.7 (55.7) -> 7.5 (55.7) MB, 1.3 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 46457 ms: Scavenge 23.5 (55.7) -> 9.5 (55.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46498 ms: Scavenge 24.0 (55.7) -> 11.3 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46542 ms: Scavenge 25.7 (55.7) -> 12.9 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46584 ms: Scavenge 27.3 (55.7) -> 14.5 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46627 ms: Scavenge 28.9 (55.7) -> 16.1 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46671 ms: Scavenge 30.5 (55.7) -> 17.7 (56.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46675 ms: Mark-sweep 17.7 (56.7) -> 7.5 (55.2) MB, 1.3 / 0.5 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 46724 ms: Scavenge 23.5 (55.2) -> 9.5 (55.2) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46768 ms: Scavenge 24.0 (55.2) -> 11.3 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46814 ms: Scavenge 25.7 (55.2) -> 12.9 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46860 ms: Scavenge 27.3 (55.2) -> 14.5 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46905 ms: Scavenge 28.9 (55.2) -> 16.1 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46954 ms: Scavenge 30.5 (55.7) -> 17.7 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 46958 ms: Mark-sweep 17.7 (56.2) -> 7.4 (53.7) MB, 1.3 / 0.4 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 47011 ms: Scavenge 23.5 (53.7) -> 9.5 (53.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47057 ms: Scavenge 24.0 (53.7) -> 11.3 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47109 ms: Scavenge 25.7 (53.7) -> 12.9 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47155 ms: Scavenge 27.3 (53.7) -> 14.5 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47203 ms: Scavenge 28.9 (53.7) -> 16.0 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47250 ms: Scavenge 30.5 (53.7) -> 17.7 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47255 ms: Mark-sweep 17.8 (53.7) -> 7.5 (52.7) MB, 1.4 / 0.4 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 47313 ms: Scavenge 23.5 (52.7) -> 9.5 (52.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47362 ms: Scavenge 24.0 (52.7) -> 11.3 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47409 ms: Scavenge 25.7 (52.7) -> 12.9 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47460 ms: Scavenge 27.3 (52.7) -> 14.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47508 ms: Scavenge 28.9 (53.2) -> 16.0 (53.2) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47575 ms: Scavenge 30.4 (53.2) -> 17.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 47580 ms: Mark-sweep 17.7 (53.2) -> 7.5 (52.7) MB, 1.5 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 47693 ms: Scavenge 23.6 (52.7) -> 9.5 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 47757 ms: Scavenge 24.0 (52.7) -> 11.3 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 47820 ms: Scavenge 25.7 (53.2) -> 12.9 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 47884 ms: Scavenge 27.3 (53.2) -> 14.5 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 47926 ms: Scavenge 28.9 (53.7) -> 16.1 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 47969 ms: Scavenge 30.5 (54.2) -> 17.7 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 47973 ms: Mark-sweep 17.8 (54.2) -> 7.5 (54.2) MB, 1.2 / 0.4 ms (+ 2.5 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.989, current mu = 0.990) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 48019 ms: Scavenge 23.6 (54.2) -> 9.5 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 48063 ms: Scavenge 24.0 (54.2) -> 11.3 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 48105 ms: Scavenge 25.8 (54.2) -> 12.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 48145 ms: Scavenge 27.3 (54.2) -> 14.5 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 48186 ms: Scavenge 28.9 (54.2) -> 16.1 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 48228 ms: Scavenge 30.5 (55.2) -> 17.7 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.989, current mu = 0.990) allocation failure | |
[81445:0x103b26000] 48232 ms: Mark-sweep 17.8 (55.7) -> 7.5 (53.2) MB, 1.4 / 0.4 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 48277 ms: Scavenge 23.6 (53.2) -> 9.5 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48321 ms: Scavenge 24.0 (53.2) -> 11.3 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48360 ms: Scavenge 25.8 (53.2) -> 12.9 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48399 ms: Scavenge 27.3 (53.2) -> 14.5 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48437 ms: Scavenge 28.9 (53.2) -> 16.1 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48478 ms: Scavenge 30.5 (53.7) -> 17.7 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48482 ms: Mark-sweep 17.7 (53.7) -> 7.5 (52.7) MB, 1.3 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 48545 ms: Scavenge 23.6 (52.7) -> 9.5 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48593 ms: Scavenge 24.0 (52.7) -> 11.3 (52.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48636 ms: Scavenge 25.8 (52.7) -> 12.9 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48683 ms: Scavenge 27.4 (52.7) -> 14.5 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48729 ms: Scavenge 28.9 (53.2) -> 16.1 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48773 ms: Scavenge 30.5 (53.7) -> 17.7 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 48777 ms: Mark-sweep 17.8 (53.7) -> 7.5 (53.7) MB, 1.4 / 0.6 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 48830 ms: Scavenge 23.6 (53.7) -> 9.5 (53.7) MB, 0.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 48874 ms: Scavenge 24.1 (53.7) -> 11.4 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 48918 ms: Scavenge 25.8 (53.7) -> 12.9 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 48964 ms: Scavenge 27.4 (53.7) -> 14.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 49012 ms: Scavenge 28.9 (53.7) -> 16.1 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 49063 ms: Scavenge 30.5 (54.2) -> 17.6 (54.2) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 49068 ms: Mark-sweep 17.7 (54.2) -> 7.5 (54.2) MB, 1.3 / 0.5 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 49121 ms: Scavenge 23.6 (54.2) -> 9.6 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49165 ms: Scavenge 24.1 (54.2) -> 11.4 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49211 ms: Scavenge 25.8 (54.2) -> 12.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49260 ms: Scavenge 27.3 (54.2) -> 14.5 (54.7) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49314 ms: Scavenge 28.9 (54.7) -> 16.1 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49368 ms: Scavenge 30.5 (55.2) -> 17.7 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49373 ms: Mark-sweep 17.7 (55.7) -> 7.5 (53.2) MB, 1.6 / 0.4 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 49425 ms: Scavenge 23.6 (53.2) -> 9.6 (53.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49469 ms: Scavenge 24.1 (53.2) -> 11.4 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49512 ms: Scavenge 25.8 (53.2) -> 13.0 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49559 ms: Scavenge 27.4 (53.2) -> 14.6 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49601 ms: Scavenge 29.0 (53.2) -> 16.2 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49641 ms: Scavenge 30.5 (53.2) -> 17.7 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 49645 ms: Mark-sweep 17.8 (53.2) -> 7.6 (53.2) MB, 1.4 / 0.4 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 49692 ms: Scavenge 23.6 (53.2) -> 9.6 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 49732 ms: Scavenge 24.1 (53.2) -> 11.4 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 49772 ms: Scavenge 25.8 (53.2) -> 13.0 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 49815 ms: Scavenge 27.4 (53.2) -> 14.6 (53.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 49855 ms: Scavenge 29.0 (53.2) -> 16.2 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 49900 ms: Scavenge 30.6 (53.7) -> 17.7 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 49904 ms: Mark-sweep 17.8 (54.2) -> 7.6 (52.7) MB, 1.4 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 49949 ms: Scavenge 23.6 (52.7) -> 9.6 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 49991 ms: Scavenge 24.1 (52.7) -> 11.4 (52.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50030 ms: Scavenge 25.8 (52.7) -> 13.0 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50077 ms: Scavenge 27.4 (52.7) -> 14.6 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50120 ms: Scavenge 29.0 (53.2) -> 16.2 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50160 ms: Scavenge 30.6 (53.7) -> 17.7 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50165 ms: Mark-sweep 17.8 (53.7) -> 7.6 (53.7) MB, 1.6 / 0.6 ms (+ 2.4 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 50209 ms: Scavenge 23.7 (53.7) -> 9.6 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 50256 ms: Scavenge 24.1 (53.7) -> 11.4 (53.7) MB, 1.7 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 50302 ms: Scavenge 25.9 (53.7) -> 13.0 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 50346 ms: Scavenge 27.4 (53.7) -> 14.6 (53.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 50391 ms: Scavenge 29.0 (53.7) -> 16.2 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 50435 ms: Scavenge 30.6 (55.2) -> 17.8 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 50440 ms: Mark-sweep 17.8 (55.7) -> 7.6 (53.2) MB, 1.7 / 0.5 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 50493 ms: Scavenge 23.7 (53.2) -> 9.6 (53.2) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50539 ms: Scavenge 24.1 (53.2) -> 11.4 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50587 ms: Scavenge 25.9 (53.2) -> 13.0 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50632 ms: Scavenge 27.4 (53.2) -> 14.6 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50677 ms: Scavenge 29.0 (53.2) -> 16.2 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50724 ms: Scavenge 30.6 (53.7) -> 17.8 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 50729 ms: Mark-sweep 17.8 (54.7) -> 7.6 (54.7) MB, 1.4 / 0.5 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 50781 ms: Scavenge 23.7 (54.7) -> 9.6 (54.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 50829 ms: Scavenge 24.1 (54.7) -> 11.5 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 50877 ms: Scavenge 25.9 (54.7) -> 13.0 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 50923 ms: Scavenge 27.4 (54.7) -> 14.6 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 50972 ms: Scavenge 29.0 (54.7) -> 16.2 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51018 ms: Scavenge 30.6 (54.7) -> 17.8 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51022 ms: Mark-sweep 17.8 (56.2) -> 7.6 (53.2) MB, 1.5 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 51082 ms: Scavenge 23.7 (53.2) -> 9.6 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51128 ms: Scavenge 24.1 (53.2) -> 11.5 (53.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51173 ms: Scavenge 25.9 (53.2) -> 13.0 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51216 ms: Scavenge 27.4 (53.2) -> 14.6 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51257 ms: Scavenge 29.0 (53.2) -> 16.2 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51302 ms: Scavenge 30.6 (54.2) -> 17.8 (54.2) MB, 1.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51306 ms: Mark-sweep 17.9 (54.2) -> 7.6 (54.2) MB, 1.5 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 51352 ms: Scavenge 23.7 (54.2) -> 9.6 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 51391 ms: Scavenge 24.1 (54.2) -> 11.4 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 51431 ms: Scavenge 25.9 (54.2) -> 13.0 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 51470 ms: Scavenge 27.4 (54.2) -> 14.6 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 51509 ms: Scavenge 29.0 (54.2) -> 16.2 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 51555 ms: Scavenge 30.6 (54.2) -> 17.7 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 51560 ms: Mark-sweep 17.8 (54.2) -> 7.6 (54.2) MB, 1.5 / 0.4 ms (+ 2.5 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 51605 ms: Scavenge 23.7 (54.2) -> 9.6 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 51644 ms: Scavenge 24.2 (54.2) -> 11.4 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 51682 ms: Scavenge 25.9 (54.2) -> 13.0 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 51722 ms: Scavenge 27.5 (54.2) -> 14.6 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 51765 ms: Scavenge 29.0 (54.2) -> 16.2 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 51810 ms: Scavenge 30.6 (54.7) -> 17.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 51814 ms: Mark-sweep 17.8 (55.2) -> 7.6 (55.2) MB, 1.1 / 0.3 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 51860 ms: Scavenge 23.7 (55.2) -> 9.6 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51902 ms: Scavenge 24.2 (55.2) -> 11.5 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51944 ms: Scavenge 25.9 (55.2) -> 13.1 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 51993 ms: Scavenge 27.5 (55.2) -> 14.6 (55.2) MB, 1.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52040 ms: Scavenge 29.0 (55.2) -> 16.2 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52091 ms: Scavenge 30.6 (55.7) -> 17.8 (56.2) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52096 ms: Mark-sweep 17.9 (56.2) -> 7.6 (55.2) MB, 1.6 / 0.6 ms (+ 3.2 ms in 4 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 52149 ms: Scavenge 23.7 (55.2) -> 9.6 (55.2) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 52194 ms: Scavenge 24.2 (55.2) -> 11.5 (55.2) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 52239 ms: Scavenge 25.9 (55.2) -> 13.1 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 52284 ms: Scavenge 27.5 (55.2) -> 14.6 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 52334 ms: Scavenge 29.0 (55.2) -> 16.3 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 52379 ms: Scavenge 30.6 (55.2) -> 17.8 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 52383 ms: Mark-sweep 17.8 (56.2) -> 7.6 (55.7) MB, 1.2 / 0.4 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 52437 ms: Scavenge 23.7 (55.7) -> 9.7 (55.7) MB, 0.7 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52484 ms: Scavenge 24.2 (55.7) -> 11.5 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52530 ms: Scavenge 25.9 (55.7) -> 13.1 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52577 ms: Scavenge 27.5 (55.7) -> 14.7 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52625 ms: Scavenge 29.1 (55.7) -> 16.2 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52672 ms: Scavenge 30.7 (55.7) -> 17.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52677 ms: Mark-sweep 17.9 (56.2) -> 7.6 (54.7) MB, 1.4 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 52728 ms: Scavenge 23.7 (54.7) -> 9.7 (54.7) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52774 ms: Scavenge 24.2 (54.7) -> 11.5 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52828 ms: Scavenge 25.9 (54.7) -> 13.1 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52876 ms: Scavenge 27.5 (54.7) -> 14.7 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52924 ms: Scavenge 29.1 (54.7) -> 16.3 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52968 ms: Scavenge 30.6 (55.2) -> 17.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 52972 ms: Mark-sweep 17.8 (55.2) -> 7.6 (55.2) MB, 1.2 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 53020 ms: Scavenge 23.7 (55.2) -> 9.7 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 53068 ms: Scavenge 24.2 (55.2) -> 11.6 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 53108 ms: Scavenge 25.9 (55.2) -> 13.1 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 53148 ms: Scavenge 27.5 (55.7) -> 14.7 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 53187 ms: Scavenge 29.1 (55.7) -> 16.3 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 53226 ms: Scavenge 30.7 (55.7) -> 17.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 53230 ms: Mark-sweep 17.9 (56.2) -> 7.7 (55.2) MB, 1.5 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 53276 ms: Scavenge 23.7 (55.2) -> 9.7 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53320 ms: Scavenge 24.2 (55.2) -> 11.5 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53359 ms: Scavenge 25.9 (55.2) -> 13.1 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53398 ms: Scavenge 27.5 (55.2) -> 14.7 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53437 ms: Scavenge 29.1 (55.2) -> 16.3 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53475 ms: Scavenge 30.7 (55.2) -> 17.9 (56.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53479 ms: Mark-sweep 17.9 (56.7) -> 7.7 (55.2) MB, 1.3 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 53524 ms: Scavenge 23.8 (55.2) -> 9.7 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 53570 ms: Scavenge 24.2 (55.2) -> 11.5 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 53611 ms: Scavenge 25.9 (55.2) -> 13.1 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 53649 ms: Scavenge 27.5 (55.2) -> 14.7 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 53689 ms: Scavenge 29.1 (55.2) -> 16.3 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 53738 ms: Scavenge 30.7 (55.2) -> 17.8 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 53742 ms: Mark-sweep 17.9 (55.7) -> 7.7 (54.7) MB, 1.4 / 0.4 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 53795 ms: Scavenge 23.8 (54.7) -> 9.7 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53843 ms: Scavenge 24.2 (54.7) -> 11.6 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53889 ms: Scavenge 26.0 (54.7) -> 13.2 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53934 ms: Scavenge 27.5 (54.7) -> 14.7 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 53980 ms: Scavenge 29.1 (54.7) -> 16.3 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 54026 ms: Scavenge 30.7 (54.7) -> 17.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 54030 ms: Mark-sweep 17.9 (55.2) -> 7.7 (54.2) MB, 1.3 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 54085 ms: Scavenge 23.8 (54.2) -> 9.7 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54131 ms: Scavenge 24.2 (54.2) -> 11.6 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54180 ms: Scavenge 26.0 (54.7) -> 13.2 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54227 ms: Scavenge 27.6 (54.7) -> 14.8 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54272 ms: Scavenge 29.1 (54.7) -> 16.4 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54320 ms: Scavenge 30.7 (55.2) -> 17.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54324 ms: Mark-sweep 17.9 (56.2) -> 7.7 (53.7) MB, 1.4 / 0.4 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 54376 ms: Scavenge 23.8 (53.7) -> 9.7 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54427 ms: Scavenge 24.2 (53.7) -> 11.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54473 ms: Scavenge 26.0 (53.7) -> 13.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
40000 | |
[81445:0x103b26000] 54520 ms: Scavenge 27.6 (53.7) -> 14.7 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54571 ms: Scavenge 29.1 (53.7) -> 16.3 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54619 ms: Scavenge 30.7 (54.7) -> 17.9 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54623 ms: Mark-sweep 18.0 (54.7) -> 7.7 (54.2) MB, 1.2 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 54675 ms: Scavenge 23.8 (54.2) -> 9.7 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 54721 ms: Scavenge 24.3 (54.2) -> 11.6 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 54765 ms: Scavenge 26.0 (54.2) -> 13.2 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 54811 ms: Scavenge 27.6 (54.2) -> 14.8 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 54850 ms: Scavenge 29.2 (54.2) -> 16.3 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 54890 ms: Scavenge 30.7 (54.2) -> 18.0 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 54895 ms: Mark-sweep 18.0 (54.2) -> 7.7 (54.2) MB, 1.4 / 0.4 ms (+ 2.5 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 54940 ms: Scavenge 23.8 (54.2) -> 9.8 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 54982 ms: Scavenge 24.3 (54.2) -> 11.6 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55023 ms: Scavenge 26.0 (54.7) -> 13.2 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55066 ms: Scavenge 27.6 (54.7) -> 14.7 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55107 ms: Scavenge 29.2 (54.7) -> 16.3 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55146 ms: Scavenge 30.7 (55.2) -> 17.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55150 ms: Mark-sweep 18.0 (55.2) -> 7.7 (55.2) MB, 1.3 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 55199 ms: Scavenge 23.8 (55.2) -> 9.7 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 55252 ms: Scavenge 24.3 (55.2) -> 11.6 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 55295 ms: Scavenge 26.0 (55.2) -> 13.2 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 55340 ms: Scavenge 27.6 (55.2) -> 14.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 55379 ms: Scavenge 29.2 (55.2) -> 16.4 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 55419 ms: Scavenge 30.8 (55.7) -> 17.9 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 55423 ms: Mark-sweep 18.0 (55.7) -> 7.8 (55.7) MB, 1.3 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 55475 ms: Scavenge 23.8 (55.7) -> 9.8 (55.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55519 ms: Scavenge 24.3 (55.7) -> 11.6 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55568 ms: Scavenge 26.0 (55.7) -> 13.2 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55618 ms: Scavenge 27.6 (55.7) -> 14.8 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55709 ms: Scavenge 29.2 (55.7) -> 16.4 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55758 ms: Scavenge 30.8 (56.2) -> 17.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 55763 ms: Mark-sweep 18.0 (56.2) -> 7.8 (54.7) MB, 1.5 / 0.5 ms (+ 3.0 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 55819 ms: Scavenge 23.8 (54.7) -> 9.8 (54.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 55863 ms: Scavenge 24.3 (54.7) -> 11.6 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 55909 ms: Scavenge 26.0 (54.7) -> 13.2 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 55952 ms: Scavenge 27.6 (54.7) -> 14.8 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56003 ms: Scavenge 29.2 (54.7) -> 16.4 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56053 ms: Scavenge 30.8 (54.7) -> 18.0 (54.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56058 ms: Mark-sweep 18.0 (54.7) -> 7.8 (54.7) MB, 1.3 / 0.5 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 56115 ms: Scavenge 23.8 (54.7) -> 9.8 (54.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56164 ms: Scavenge 24.3 (54.7) -> 11.6 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56211 ms: Scavenge 26.0 (55.2) -> 13.2 (55.2) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56258 ms: Scavenge 27.6 (55.2) -> 14.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56305 ms: Scavenge 29.2 (55.2) -> 16.4 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56351 ms: Scavenge 30.8 (56.2) -> 18.0 (56.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 56356 ms: Mark-sweep 18.0 (56.7) -> 7.8 (54.2) MB, 1.7 / 0.6 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 56408 ms: Scavenge 23.9 (54.2) -> 9.8 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56453 ms: Scavenge 24.3 (54.2) -> 11.6 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56498 ms: Scavenge 26.1 (54.2) -> 13.2 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56549 ms: Scavenge 27.6 (54.2) -> 14.8 (54.2) MB, 1.5 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56595 ms: Scavenge 29.2 (54.2) -> 16.4 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56636 ms: Scavenge 30.8 (54.7) -> 17.9 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56641 ms: Mark-sweep 18.0 (54.7) -> 7.8 (53.7) MB, 1.6 / 0.4 ms (+ 2.6 ms in 4 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 56687 ms: Scavenge 23.9 (53.7) -> 9.8 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56727 ms: Scavenge 24.3 (53.7) -> 11.6 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56766 ms: Scavenge 26.1 (53.7) -> 13.3 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56809 ms: Scavenge 27.6 (53.7) -> 14.8 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56851 ms: Scavenge 29.2 (53.7) -> 16.4 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56890 ms: Scavenge 30.8 (55.2) -> 18.0 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 56895 ms: Mark-sweep 18.0 (55.7) -> 7.8 (52.7) MB, 1.9 / 0.5 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 56939 ms: Scavenge 23.9 (52.7) -> 9.8 (52.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 56982 ms: Scavenge 24.3 (52.7) -> 11.6 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 57022 ms: Scavenge 26.1 (53.2) -> 13.2 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 57067 ms: Scavenge 27.6 (53.2) -> 14.8 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 57105 ms: Scavenge 29.2 (53.2) -> 16.4 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 57146 ms: Scavenge 30.8 (54.7) -> 18.0 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 57150 ms: Mark-sweep 18.0 (54.7) -> 7.8 (53.7) MB, 1.3 / 0.5 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 57196 ms: Scavenge 23.9 (53.7) -> 9.8 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57236 ms: Scavenge 24.3 (53.7) -> 11.6 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57284 ms: Scavenge 26.1 (54.2) -> 13.2 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57330 ms: Scavenge 27.7 (54.2) -> 14.8 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57374 ms: Scavenge 29.2 (54.2) -> 16.4 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57419 ms: Scavenge 30.8 (54.2) -> 18.0 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57424 ms: Mark-sweep 18.1 (54.7) -> 7.8 (54.2) MB, 1.2 / 0.4 ms (+ 2.8 ms in 4 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 57477 ms: Scavenge 23.9 (54.2) -> 9.8 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57522 ms: Scavenge 24.4 (54.2) -> 11.7 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57574 ms: Scavenge 26.1 (54.2) -> 13.2 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57619 ms: Scavenge 27.7 (54.2) -> 14.8 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57665 ms: Scavenge 29.2 (54.2) -> 16.5 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57715 ms: Scavenge 30.8 (54.2) -> 18.0 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 57719 ms: Mark-sweep 18.1 (54.2) -> 7.8 (54.2) MB, 1.3 / 0.5 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 57780 ms: Scavenge 23.9 (54.2) -> 9.9 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 57829 ms: Scavenge 24.4 (54.2) -> 11.7 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 57877 ms: Scavenge 26.1 (54.2) -> 13.2 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 57925 ms: Scavenge 27.7 (54.2) -> 14.8 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 57974 ms: Scavenge 29.2 (54.2) -> 16.4 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 58025 ms: Scavenge 30.8 (54.7) -> 18.0 (54.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 58030 ms: Mark-sweep 18.1 (54.7) -> 7.8 (53.7) MB, 1.4 / 0.4 ms (+ 3.0 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 58089 ms: Scavenge 23.9 (53.7) -> 9.8 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 58136 ms: Scavenge 24.4 (53.7) -> 11.7 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 58182 ms: Scavenge 26.1 (53.7) -> 13.3 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 58228 ms: Scavenge 27.7 (53.7) -> 14.9 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 58274 ms: Scavenge 29.3 (54.2) -> 16.5 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 58320 ms: Scavenge 30.8 (54.2) -> 18.1 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 58325 ms: Mark-sweep 18.1 (54.2) -> 7.9 (54.2) MB, 1.6 / 0.6 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 58374 ms: Scavenge 23.9 (54.2) -> 9.9 (54.2) MB, 0.7 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58414 ms: Scavenge 24.4 (54.2) -> 11.7 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58454 ms: Scavenge 26.1 (54.2) -> 13.3 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58494 ms: Scavenge 27.7 (54.2) -> 14.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58534 ms: Scavenge 29.3 (54.2) -> 16.4 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58582 ms: Scavenge 30.8 (54.7) -> 18.0 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58586 ms: Mark-sweep 18.1 (54.7) -> 7.9 (54.7) MB, 1.4 / 0.4 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 58632 ms: Scavenge 23.9 (54.7) -> 9.8 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58670 ms: Scavenge 24.4 (54.7) -> 11.7 (55.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58709 ms: Scavenge 26.1 (55.2) -> 13.4 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58749 ms: Scavenge 27.7 (55.2) -> 14.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58787 ms: Scavenge 29.3 (55.2) -> 16.5 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58834 ms: Scavenge 30.9 (55.2) -> 18.1 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 58839 ms: Mark-sweep 18.1 (55.2) -> 7.9 (55.2) MB, 1.4 / 0.5 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 58883 ms: Scavenge 23.9 (55.2) -> 9.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 58928 ms: Scavenge 24.4 (55.2) -> 11.7 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 58972 ms: Scavenge 26.1 (55.2) -> 13.3 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59016 ms: Scavenge 27.7 (55.2) -> 14.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59070 ms: Scavenge 29.3 (55.2) -> 16.5 (55.7) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59116 ms: Scavenge 30.9 (55.7) -> 18.1 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59120 ms: Mark-sweep 18.1 (55.7) -> 7.9 (55.7) MB, 1.3 / 0.4 ms (+ 2.5 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 59170 ms: Scavenge 24.0 (55.7) -> 9.9 (55.7) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 59217 ms: Scavenge 24.4 (55.7) -> 11.7 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 59262 ms: Scavenge 26.1 (55.7) -> 13.3 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 59310 ms: Scavenge 27.7 (55.7) -> 14.9 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 59355 ms: Scavenge 29.3 (55.7) -> 16.5 (56.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 59402 ms: Scavenge 30.9 (56.7) -> 18.1 (57.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 59406 ms: Mark-sweep 18.1 (57.2) -> 7.9 (56.7) MB, 1.3 / 0.4 ms (+ 2.9 ms in 4 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 59460 ms: Scavenge 24.0 (56.7) -> 9.9 (56.7) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 59511 ms: Scavenge 24.4 (56.7) -> 11.8 (56.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 59560 ms: Scavenge 26.2 (56.7) -> 13.3 (56.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 59606 ms: Scavenge 27.7 (56.7) -> 14.9 (56.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 59653 ms: Scavenge 29.3 (56.7) -> 16.5 (56.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 59700 ms: Scavenge 30.9 (56.7) -> 18.1 (57.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 59705 ms: Mark-sweep 18.2 (57.7) -> 7.9 (54.2) MB, 1.8 / 0.7 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 59757 ms: Scavenge 24.0 (54.2) -> 9.9 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59805 ms: Scavenge 24.4 (54.2) -> 11.8 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59851 ms: Scavenge 26.2 (54.2) -> 13.3 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59902 ms: Scavenge 27.8 (54.2) -> 15.0 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59950 ms: Scavenge 29.3 (54.2) -> 16.5 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 59998 ms: Scavenge 30.9 (55.2) -> 18.1 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 60003 ms: Mark-sweep 18.1 (55.2) -> 7.9 (55.2) MB, 1.3 / 0.4 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 60058 ms: Scavenge 24.0 (55.2) -> 9.9 (55.2) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 60106 ms: Scavenge 24.4 (55.2) -> 11.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 60154 ms: Scavenge 26.2 (55.2) -> 13.3 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 60195 ms: Scavenge 27.8 (55.2) -> 14.9 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 60235 ms: Scavenge 29.3 (55.2) -> 16.5 (56.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 60276 ms: Scavenge 30.9 (56.2) -> 18.1 (56.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 60281 ms: Mark-sweep 18.2 (56.7) -> 7.9 (53.2) MB, 1.5 / 0.4 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 60333 ms: Scavenge 24.0 (53.2) -> 9.9 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60372 ms: Scavenge 24.5 (53.2) -> 11.8 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60412 ms: Scavenge 26.2 (53.2) -> 13.4 (53.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60452 ms: Scavenge 27.8 (53.2) -> 15.0 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60491 ms: Scavenge 29.3 (53.7) -> 16.5 (53.7) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60532 ms: Scavenge 30.9 (53.7) -> 18.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60536 ms: Mark-sweep 18.2 (53.7) -> 7.9 (53.7) MB, 1.2 / 0.4 ms (+ 2.7 ms in 4 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 60586 ms: Scavenge 24.0 (53.7) -> 10.0 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60625 ms: Scavenge 24.5 (53.7) -> 11.8 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60665 ms: Scavenge 26.2 (53.7) -> 13.4 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60706 ms: Scavenge 27.8 (54.2) -> 14.9 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60746 ms: Scavenge 29.4 (54.2) -> 16.6 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60789 ms: Scavenge 31.0 (54.2) -> 18.2 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 60797 ms: Mark-sweep 18.3 (54.2) -> 7.9 (53.2) MB, 3.0 / 0.8 ms (+ 4.3 ms in 4 steps since start of marking, biggest step 2.2 ms, walltime since start of marking 8 ms) (average mu = 0.979, current mu = 0.972) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 60850 ms: Scavenge 24.0 (53.2) -> 10.0 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.979, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 60893 ms: Scavenge 24.5 (53.2) -> 11.8 (53.2) MB, 1.4 / 0.0 ms (average mu = 0.979, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 60940 ms: Scavenge 26.2 (53.2) -> 13.3 (53.2) MB, 1.1 / 0.0 ms (average mu = 0.979, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 60986 ms: Scavenge 27.8 (53.2) -> 14.9 (53.2) MB, 1.0 / 0.0 ms (average mu = 0.979, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 61032 ms: Scavenge 29.3 (53.2) -> 16.5 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.979, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 61081 ms: Scavenge 30.9 (53.7) -> 18.1 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.979, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 61085 ms: Mark-sweep 18.1 (53.7) -> 8.0 (53.7) MB, 1.2 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.983, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 61138 ms: Scavenge 24.0 (53.7) -> 10.0 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61183 ms: Scavenge 24.5 (53.7) -> 11.8 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61230 ms: Scavenge 26.2 (53.7) -> 13.4 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61274 ms: Scavenge 27.8 (53.7) -> 14.9 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61322 ms: Scavenge 29.4 (53.7) -> 16.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61370 ms: Scavenge 30.9 (53.7) -> 18.2 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61375 ms: Mark-sweep 18.2 (53.7) -> 8.0 (53.7) MB, 1.5 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 61427 ms: Scavenge 24.0 (53.7) -> 10.0 (53.7) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 61475 ms: Scavenge 24.5 (53.7) -> 11.8 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 61520 ms: Scavenge 26.2 (53.7) -> 13.4 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 61574 ms: Scavenge 27.8 (53.7) -> 15.0 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 61619 ms: Scavenge 29.4 (53.7) -> 16.6 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 61670 ms: Scavenge 31.0 (53.7) -> 18.1 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 61675 ms: Mark-sweep 18.1 (53.7) -> 8.0 (53.7) MB, 1.3 / 0.4 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 61728 ms: Scavenge 24.0 (53.7) -> 10.0 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61774 ms: Scavenge 24.5 (53.7) -> 11.8 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61822 ms: Scavenge 26.2 (53.7) -> 13.4 (53.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61868 ms: Scavenge 27.8 (53.7) -> 15.0 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61915 ms: Scavenge 29.4 (54.7) -> 16.6 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61965 ms: Scavenge 31.0 (54.7) -> 18.1 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 61969 ms: Mark-sweep 18.3 (55.2) -> 8.1 (55.2) MB, 1.4 / 0.4 ms (+ 2.6 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 62018 ms: Scavenge 24.1 (55.2) -> 10.0 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62067 ms: Scavenge 24.5 (55.2) -> 11.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62108 ms: Scavenge 26.3 (55.2) -> 13.4 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62150 ms: Scavenge 27.8 (55.2) -> 15.0 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62194 ms: Scavenge 29.4 (55.7) -> 16.6 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62237 ms: Scavenge 31.0 (55.7) -> 18.2 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62242 ms: Mark-sweep 18.3 (56.2) -> 8.0 (53.7) MB, 1.5 / 0.4 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 62288 ms: Scavenge 24.1 (53.7) -> 10.0 (53.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62333 ms: Scavenge 24.5 (53.7) -> 11.9 (53.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62374 ms: Scavenge 26.3 (53.7) -> 13.4 (53.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62412 ms: Scavenge 27.8 (53.7) -> 15.0 (54.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62452 ms: Scavenge 29.4 (54.2) -> 16.6 (54.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62492 ms: Scavenge 31.0 (54.2) -> 18.2 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62496 ms: Mark-sweep 18.2 (54.2) -> 8.0 (54.2) MB, 1.1 / 0.3 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 62560 ms: Scavenge 24.1 (54.2) -> 10.0 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62616 ms: Scavenge 24.5 (54.2) -> 11.8 (54.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62666 ms: Scavenge 26.3 (54.2) -> 13.4 (54.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62709 ms: Scavenge 27.8 (54.2) -> 15.0 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62755 ms: Scavenge 29.4 (55.2) -> 16.6 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62804 ms: Scavenge 31.0 (55.2) -> 18.2 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 62808 ms: Mark-sweep 18.3 (55.2) -> 8.0 (55.2) MB, 1.3 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 62860 ms: Scavenge 24.1 (55.2) -> 10.0 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62905 ms: Scavenge 24.5 (55.2) -> 11.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62950 ms: Scavenge 26.3 (55.2) -> 13.5 (55.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 62996 ms: Scavenge 27.8 (55.2) -> 15.0 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63040 ms: Scavenge 29.4 (55.7) -> 16.6 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63097 ms: Scavenge 31.0 (56.2) -> 18.2 (56.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63102 ms: Mark-sweep 18.3 (56.2) -> 8.0 (55.2) MB, 1.3 / 0.4 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 63155 ms: Scavenge 24.1 (55.2) -> 10.0 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 63202 ms: Scavenge 24.5 (55.2) -> 11.9 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 63250 ms: Scavenge 26.3 (55.2) -> 13.5 (55.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 63298 ms: Scavenge 27.9 (55.2) -> 15.1 (55.2) MB, 2.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 63347 ms: Scavenge 29.5 (55.2) -> 16.7 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 63393 ms: Scavenge 31.0 (55.7) -> 18.2 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 63398 ms: Mark-sweep 18.2 (55.7) -> 8.0 (54.2) MB, 1.4 / 0.5 ms (+ 3.3 ms in 5 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 63457 ms: Scavenge 24.1 (54.2) -> 10.1 (54.2) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 63502 ms: Scavenge 24.6 (54.2) -> 11.9 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 63552 ms: Scavenge 26.3 (54.7) -> 13.4 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 63601 ms: Scavenge 27.9 (54.7) -> 15.0 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 63647 ms: Scavenge 29.4 (54.7) -> 16.6 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 63692 ms: Scavenge 31.0 (55.2) -> 18.2 (55.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 63696 ms: Mark-sweep 18.2 (55.2) -> 8.0 (55.2) MB, 1.2 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 63750 ms: Scavenge 24.1 (55.2) -> 10.1 (55.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63797 ms: Scavenge 24.6 (55.2) -> 11.9 (55.2) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63842 ms: Scavenge 26.3 (55.2) -> 13.5 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63881 ms: Scavenge 27.9 (55.2) -> 15.1 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63919 ms: Scavenge 29.5 (55.2) -> 16.7 (56.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63963 ms: Scavenge 31.1 (56.2) -> 18.2 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 63968 ms: Mark-sweep 18.4 (56.2) -> 8.1 (56.2) MB, 1.2 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 64012 ms: Scavenge 24.1 (56.2) -> 10.1 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 64059 ms: Scavenge 24.6 (56.2) -> 11.9 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 64100 ms: Scavenge 26.3 (56.2) -> 13.5 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 64139 ms: Scavenge 27.9 (56.2) -> 15.0 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 64180 ms: Scavenge 29.5 (56.2) -> 16.7 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 64221 ms: Scavenge 31.0 (56.2) -> 18.2 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 64225 ms: Mark-sweep 18.3 (56.2) -> 8.1 (56.2) MB, 1.4 / 0.4 ms (+ 2.7 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 4 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 64270 ms: Scavenge 24.1 (56.2) -> 10.1 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 64313 ms: Scavenge 24.6 (56.2) -> 11.9 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 64362 ms: Scavenge 26.3 (56.2) -> 13.5 (56.2) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 64418 ms: Scavenge 27.9 (56.2) -> 15.1 (56.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 64464 ms: Scavenge 29.5 (56.2) -> 16.7 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 64508 ms: Scavenge 31.1 (56.2) -> 18.3 (57.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 64513 ms: Mark-sweep 18.4 (57.7) -> 8.1 (56.2) MB, 1.4 / 0.4 ms (+ 3.1 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 64567 ms: Scavenge 24.1 (56.2) -> 10.1 (56.2) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 64615 ms: Scavenge 24.6 (56.2) -> 11.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 64659 ms: Scavenge 26.3 (56.2) -> 13.5 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 64703 ms: Scavenge 27.9 (56.2) -> 15.1 (56.2) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 64750 ms: Scavenge 29.5 (56.2) -> 16.7 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 64796 ms: Scavenge 31.1 (56.2) -> 18.3 (56.7) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 64803 ms: Mark-sweep 18.3 (56.7) -> 8.1 (55.7) MB, 2.1 / 0.7 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 64857 ms: Scavenge 24.1 (55.7) -> 10.1 (55.7) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 64904 ms: Scavenge 24.6 (55.7) -> 11.9 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 64949 ms: Scavenge 26.4 (55.7) -> 13.5 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 64997 ms: Scavenge 27.9 (55.7) -> 15.1 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 65045 ms: Scavenge 29.5 (55.7) -> 16.7 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 65093 ms: Scavenge 31.1 (55.7) -> 18.3 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 65098 ms: Mark-sweep 18.3 (55.7) -> 8.1 (55.7) MB, 1.3 / 0.4 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 65152 ms: Scavenge 24.2 (55.7) -> 10.1 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 65204 ms: Scavenge 24.6 (55.7) -> 11.9 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 65279 ms: Scavenge 26.4 (55.7) -> 13.6 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 65349 ms: Scavenge 27.9 (55.7) -> 15.2 (55.7) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 65415 ms: Scavenge 29.5 (55.7) -> 16.7 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 65482 ms: Scavenge 31.1 (55.7) -> 18.3 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 65488 ms: Mark-sweep 18.4 (55.7) -> 8.1 (55.7) MB, 1.9 / 0.7 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 65568 ms: Scavenge 24.2 (55.7) -> 10.1 (55.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 65621 ms: Scavenge 24.6 (55.7) -> 11.9 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 65668 ms: Scavenge 26.4 (55.7) -> 13.5 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 65709 ms: Scavenge 27.9 (55.7) -> 15.1 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 65795 ms: Scavenge 29.5 (55.7) -> 16.7 (56.7) MB, 2.8 / 0.1 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 65866 ms: Scavenge 31.1 (56.7) -> 18.3 (56.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 65871 ms: Mark-sweep 18.3 (56.7) -> 8.1 (56.2) MB, 1.6 / 0.5 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 65946 ms: Scavenge 24.2 (56.2) -> 10.1 (56.2) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 65989 ms: Scavenge 24.6 (56.2) -> 11.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 66034 ms: Scavenge 26.4 (56.2) -> 13.5 (56.2) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 66082 ms: Scavenge 27.9 (56.2) -> 15.1 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 66127 ms: Scavenge 29.5 (56.2) -> 16.7 (56.2) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 66168 ms: Scavenge 31.1 (56.2) -> 18.3 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 66173 ms: Mark-sweep 18.4 (56.2) -> 8.1 (56.2) MB, 1.3 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 4 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 66218 ms: Scavenge 24.2 (56.2) -> 10.1 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 66259 ms: Scavenge 24.6 (56.2) -> 11.9 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 66301 ms: Scavenge 26.4 (56.2) -> 13.6 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 66342 ms: Scavenge 27.9 (56.2) -> 15.1 (56.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 66386 ms: Scavenge 29.5 (56.2) -> 16.7 (57.2) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 66434 ms: Scavenge 31.1 (57.2) -> 18.3 (57.2) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 66439 ms: Mark-sweep 18.4 (57.2) -> 8.1 (55.7) MB, 1.6 / 0.4 ms (+ 2.8 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 66488 ms: Scavenge 24.2 (55.7) -> 10.2 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66534 ms: Scavenge 24.7 (55.7) -> 12.0 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66581 ms: Scavenge 26.4 (55.7) -> 13.6 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66626 ms: Scavenge 28.0 (55.7) -> 15.2 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66672 ms: Scavenge 29.5 (55.7) -> 16.7 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66718 ms: Scavenge 31.1 (55.7) -> 18.3 (56.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66723 ms: Mark-sweep 18.4 (56.2) -> 8.1 (55.7) MB, 1.4 / 0.5 ms (+ 3.1 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 66776 ms: Scavenge 24.2 (55.7) -> 10.2 (55.7) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66824 ms: Scavenge 24.7 (55.7) -> 12.0 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66903 ms: Scavenge 26.4 (55.7) -> 13.6 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 66957 ms: Scavenge 28.0 (55.7) -> 15.2 (55.7) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67004 ms: Scavenge 29.6 (55.7) -> 16.7 (56.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67052 ms: Scavenge 31.1 (56.7) -> 18.3 (56.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67057 ms: Mark-sweep 18.4 (56.7) -> 8.2 (55.7) MB, 1.5 / 0.5 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 67110 ms: Scavenge 24.2 (55.7) -> 10.2 (55.7) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 67156 ms: Scavenge 24.7 (55.7) -> 12.0 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 67203 ms: Scavenge 26.4 (55.7) -> 13.6 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 67251 ms: Scavenge 28.0 (55.7) -> 15.2 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 67306 ms: Scavenge 29.6 (55.7) -> 16.8 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 67356 ms: Scavenge 31.1 (55.7) -> 18.3 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 67362 ms: Mark-sweep 18.3 (55.7) -> 8.1 (54.7) MB, 1.9 / 0.5 ms (+ 3.1 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 67417 ms: Scavenge 24.2 (54.7) -> 10.2 (54.7) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67467 ms: Scavenge 24.7 (54.7) -> 12.0 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67517 ms: Scavenge 26.4 (55.2) -> 13.6 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67570 ms: Scavenge 28.0 (55.2) -> 15.1 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67616 ms: Scavenge 29.6 (55.7) -> 16.8 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67669 ms: Scavenge 31.2 (55.7) -> 18.3 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 67674 ms: Mark-sweep 18.4 (55.7) -> 8.1 (54.7) MB, 1.4 / 0.4 ms (+ 3.3 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 67726 ms: Scavenge 24.2 (54.7) -> 10.2 (54.7) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 67768 ms: Scavenge 24.7 (54.7) -> 12.0 (54.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 67832 ms: Scavenge 26.4 (54.7) -> 13.6 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 67890 ms: Scavenge 28.0 (54.7) -> 15.2 (54.7) MB, 2.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 67966 ms: Scavenge 29.6 (54.7) -> 16.8 (54.7) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68034 ms: Scavenge 31.2 (54.7) -> 18.4 (54.7) MB, 1.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68041 ms: Mark-sweep 18.4 (54.7) -> 8.2 (54.7) MB, 2.3 / 1.1 ms (+ 3.9 ms in 5 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 68127 ms: Scavenge 24.2 (54.7) -> 10.2 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 68182 ms: Scavenge 24.7 (54.7) -> 12.0 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 68233 ms: Scavenge 26.5 (54.7) -> 13.6 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 68276 ms: Scavenge 28.0 (54.7) -> 15.2 (55.2) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 68321 ms: Scavenge 29.6 (55.2) -> 16.8 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 68364 ms: Scavenge 31.2 (55.2) -> 18.4 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 68368 ms: Mark-sweep 18.4 (55.7) -> 8.2 (55.7) MB, 1.3 / 0.4 ms (+ 3.0 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 68430 ms: Scavenge 24.3 (55.7) -> 10.2 (55.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
50000 | |
[81445:0x103b26000] 68479 ms: Scavenge 24.7 (55.7) -> 12.0 (55.7) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 68528 ms: Scavenge 26.5 (55.7) -> 13.6 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 68576 ms: Scavenge 28.0 (55.7) -> 15.3 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 68624 ms: Scavenge 29.6 (55.7) -> 16.8 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 68672 ms: Scavenge 31.2 (55.7) -> 18.4 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 68677 ms: Mark-sweep 18.5 (55.7) -> 8.4 (55.7) MB, 1.4 / 0.5 ms (+ 3.3 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 68734 ms: Scavenge 24.4 (55.7) -> 10.3 (55.7) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68782 ms: Scavenge 24.8 (55.7) -> 12.1 (55.7) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68835 ms: Scavenge 26.6 (55.7) -> 13.7 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68884 ms: Scavenge 28.1 (55.7) -> 15.3 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68940 ms: Scavenge 29.7 (55.7) -> 16.9 (55.7) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68990 ms: Scavenge 31.3 (55.7) -> 18.5 (55.7) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 68995 ms: Mark-sweep 18.6 (55.7) -> 8.2 (54.7) MB, 1.5 / 0.4 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 69054 ms: Scavenge 24.5 (54.7) -> 10.5 (54.7) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 69102 ms: Scavenge 24.8 (54.7) -> 12.1 (54.7) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 69153 ms: Scavenge 26.5 (54.7) -> 13.7 (54.7) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 69203 ms: Scavenge 28.1 (54.7) -> 15.3 (55.2) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 69251 ms: Scavenge 29.7 (55.2) -> 16.9 (55.2) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 69306 ms: Scavenge 31.3 (55.2) -> 18.5 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 69312 ms: Mark-sweep 18.5 (55.2) -> 8.2 (55.2) MB, 1.4 / 0.4 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 69369 ms: Scavenge 24.3 (55.2) -> 10.2 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 69423 ms: Scavenge 24.7 (55.2) -> 12.1 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 69473 ms: Scavenge 26.5 (55.2) -> 13.6 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 69522 ms: Scavenge 28.0 (55.2) -> 15.2 (55.2) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 69576 ms: Scavenge 29.6 (55.2) -> 16.7 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 69622 ms: Scavenge 31.2 (55.2) -> 18.4 (55.2) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 69627 ms: Mark-sweep 18.4 (55.2) -> 8.2 (55.2) MB, 1.2 / 0.4 ms (+ 3.1 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 69689 ms: Scavenge 24.3 (55.2) -> 10.2 (55.2) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 69742 ms: Scavenge 24.8 (55.2) -> 12.1 (55.2) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 69792 ms: Scavenge 27.1 (55.8) -> 14.3 (56.3) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 69843 ms: Scavenge 28.7 (56.3) -> 15.8 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 69890 ms: Scavenge 30.2 (56.3) -> 17.4 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 69943 ms: Scavenge 31.8 (56.3) -> 19.0 (56.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 69948 ms: Mark-sweep 19.0 (56.3) -> 8.4 (55.8) MB, 1.4 / 0.4 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 70003 ms: Scavenge 24.5 (55.8) -> 10.4 (55.8) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 70055 ms: Scavenge 25.0 (55.8) -> 12.3 (55.8) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 70108 ms: Scavenge 26.7 (55.8) -> 13.9 (55.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 70160 ms: Scavenge 28.3 (55.8) -> 15.5 (56.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 70204 ms: Scavenge 29.9 (56.3) -> 17.1 (56.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 70247 ms: Scavenge 31.5 (56.3) -> 18.6 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 70251 ms: Mark-sweep 18.7 (56.3) -> 8.4 (54.8) MB, 1.4 / 0.5 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 70301 ms: Scavenge 24.5 (54.8) -> 10.5 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 70348 ms: Scavenge 25.0 (54.8) -> 12.3 (54.8) MB, 1.7 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 70398 ms: Scavenge 26.7 (54.8) -> 13.8 (55.3) MB, 1.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 70450 ms: Scavenge 28.3 (55.3) -> 15.5 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 70497 ms: Scavenge 29.9 (55.8) -> 17.0 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 70547 ms: Scavenge 31.4 (55.8) -> 18.6 (55.8) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 70554 ms: Mark-sweep 18.7 (55.8) -> 8.5 (53.8) MB, 2.1 / 0.8 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 70611 ms: Scavenge 24.5 (53.8) -> 10.4 (53.8) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 70659 ms: Scavenge 25.0 (53.8) -> 12.3 (53.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 70710 ms: Scavenge 26.7 (53.8) -> 13.9 (53.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 70759 ms: Scavenge 28.3 (53.8) -> 15.5 (54.8) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 70813 ms: Scavenge 29.9 (54.8) -> 17.1 (54.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 70866 ms: Scavenge 31.5 (54.8) -> 18.7 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 70871 ms: Mark-sweep 18.7 (54.8) -> 8.5 (54.8) MB, 1.3 / 0.4 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 70930 ms: Scavenge 24.5 (54.8) -> 10.5 (54.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 70980 ms: Scavenge 25.0 (54.8) -> 12.3 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 71032 ms: Scavenge 26.7 (54.8) -> 13.9 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 71084 ms: Scavenge 28.3 (54.8) -> 15.5 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 71136 ms: Scavenge 29.9 (55.3) -> 17.1 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 71186 ms: Scavenge 31.5 (55.3) -> 18.7 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 71191 ms: Mark-sweep 18.7 (55.3) -> 8.5 (55.3) MB, 1.3 / 0.4 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 71251 ms: Scavenge 24.5 (55.3) -> 10.5 (55.3) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 71302 ms: Scavenge 25.0 (55.3) -> 12.3 (55.3) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 71353 ms: Scavenge 26.7 (55.3) -> 13.9 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 71403 ms: Scavenge 28.3 (55.3) -> 15.5 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 71451 ms: Scavenge 29.9 (55.8) -> 17.1 (56.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 71498 ms: Scavenge 31.5 (56.3) -> 18.7 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 71503 ms: Mark-sweep 18.7 (56.3) -> 8.4 (54.8) MB, 1.4 / 0.4 ms (+ 3.3 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 71564 ms: Scavenge 24.5 (54.8) -> 10.5 (54.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 71611 ms: Scavenge 25.0 (54.8) -> 12.3 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 71658 ms: Scavenge 26.7 (54.8) -> 13.9 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 71705 ms: Scavenge 28.3 (54.8) -> 15.5 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 71747 ms: Scavenge 29.9 (55.3) -> 17.1 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 71791 ms: Scavenge 31.5 (55.3) -> 18.6 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 71796 ms: Mark-sweep 18.7 (55.3) -> 8.5 (55.3) MB, 1.5 / 0.5 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 71853 ms: Scavenge 24.6 (55.3) -> 10.5 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 71899 ms: Scavenge 25.0 (55.3) -> 12.3 (55.3) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 71949 ms: Scavenge 26.8 (55.3) -> 13.9 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 71995 ms: Scavenge 28.3 (55.3) -> 15.5 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 72043 ms: Scavenge 29.9 (55.8) -> 17.1 (55.8) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 72094 ms: Scavenge 31.5 (55.8) -> 18.7 (55.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 72099 ms: Mark-sweep 18.8 (55.8) -> 8.5 (55.8) MB, 1.3 / 0.4 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 72149 ms: Scavenge 24.6 (55.8) -> 10.5 (55.8) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 72193 ms: Scavenge 25.0 (55.8) -> 12.3 (55.8) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 72235 ms: Scavenge 26.7 (55.8) -> 13.9 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 72281 ms: Scavenge 28.3 (55.8) -> 15.5 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 72336 ms: Scavenge 29.9 (55.8) -> 17.1 (56.8) MB, 1.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 72394 ms: Scavenge 31.5 (56.8) -> 18.7 (56.8) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 72400 ms: Mark-sweep 18.8 (56.8) -> 8.5 (55.8) MB, 1.6 / 0.5 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 72462 ms: Scavenge 24.6 (55.8) -> 10.5 (55.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 72513 ms: Scavenge 25.0 (55.8) -> 12.3 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 72563 ms: Scavenge 26.8 (55.8) -> 14.0 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 72612 ms: Scavenge 28.3 (55.8) -> 15.5 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 72660 ms: Scavenge 29.9 (55.8) -> 17.1 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 72708 ms: Scavenge 31.5 (55.8) -> 18.7 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 72713 ms: Mark-sweep 18.8 (55.8) -> 8.5 (54.8) MB, 1.6 / 0.5 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 72768 ms: Scavenge 24.6 (54.8) -> 10.5 (54.8) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 72820 ms: Scavenge 25.0 (54.8) -> 12.3 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 72868 ms: Scavenge 26.8 (54.8) -> 13.9 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 72922 ms: Scavenge 28.3 (54.8) -> 15.5 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 72974 ms: Scavenge 29.9 (54.8) -> 17.1 (54.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73028 ms: Scavenge 31.5 (54.8) -> 18.7 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73033 ms: Mark-sweep 18.8 (54.8) -> 8.5 (54.8) MB, 1.8 / 0.6 ms (+ 2.9 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 73094 ms: Scavenge 24.6 (54.8) -> 10.5 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73147 ms: Scavenge 25.0 (54.8) -> 12.3 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73204 ms: Scavenge 26.8 (54.8) -> 14.0 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73254 ms: Scavenge 28.4 (54.8) -> 15.6 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73308 ms: Scavenge 29.9 (54.8) -> 17.2 (55.8) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73359 ms: Scavenge 31.5 (55.8) -> 18.7 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 73364 ms: Mark-sweep 18.7 (56.3) -> 8.5 (55.8) MB, 1.4 / 0.5 ms (+ 3.3 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 73427 ms: Scavenge 24.6 (55.8) -> 10.5 (55.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 73479 ms: Scavenge 25.1 (55.8) -> 12.4 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 73532 ms: Scavenge 26.8 (55.8) -> 14.0 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 73593 ms: Scavenge 28.4 (55.8) -> 15.6 (55.8) MB, 1.6 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 73647 ms: Scavenge 30.0 (55.8) -> 17.2 (56.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 73700 ms: Scavenge 31.6 (56.8) -> 18.7 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 73704 ms: Mark-sweep 18.8 (57.3) -> 8.5 (57.3) MB, 1.3 / 0.4 ms (+ 3.1 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 73758 ms: Scavenge 24.6 (57.3) -> 10.5 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 73812 ms: Scavenge 25.1 (57.3) -> 12.4 (57.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 73856 ms: Scavenge 26.8 (57.3) -> 14.0 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 73907 ms: Scavenge 28.4 (57.3) -> 15.5 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 73961 ms: Scavenge 30.0 (57.3) -> 17.1 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 74011 ms: Scavenge 31.6 (57.8) -> 18.7 (57.8) MB, 1.5 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 74018 ms: Mark-sweep 18.8 (57.8) -> 8.6 (56.8) MB, 2.1 / 1.0 ms (+ 4.2 ms in 5 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 74077 ms: Scavenge 24.6 (56.8) -> 10.5 (56.8) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 74124 ms: Scavenge 25.1 (56.8) -> 12.4 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 74171 ms: Scavenge 26.8 (56.8) -> 14.0 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 74214 ms: Scavenge 28.4 (56.8) -> 15.6 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 74256 ms: Scavenge 30.0 (56.8) -> 17.2 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 74319 ms: Scavenge 31.6 (57.8) -> 18.8 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 74324 ms: Mark-sweep 18.9 (58.3) -> 8.6 (56.8) MB, 1.4 / 0.4 ms (+ 3.3 ms in 6 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 74386 ms: Scavenge 24.6 (56.8) -> 10.6 (56.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 74470 ms: Scavenge 25.1 (56.8) -> 12.5 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 74517 ms: Scavenge 26.8 (56.8) -> 14.0 (56.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 74567 ms: Scavenge 28.4 (56.8) -> 15.6 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 74614 ms: Scavenge 30.0 (57.8) -> 17.2 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 74662 ms: Scavenge 31.6 (58.3) -> 18.8 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 74667 ms: Mark-sweep 18.8 (58.3) -> 8.5 (56.8) MB, 1.6 / 0.5 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 74720 ms: Scavenge 24.6 (56.8) -> 10.6 (56.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 74772 ms: Scavenge 25.1 (56.8) -> 12.4 (56.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 74825 ms: Scavenge 26.8 (56.8) -> 14.0 (56.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 74881 ms: Scavenge 28.4 (56.8) -> 15.6 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 74930 ms: Scavenge 30.0 (56.8) -> 17.2 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 74979 ms: Scavenge 31.6 (57.8) -> 18.7 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 74984 ms: Mark-sweep 18.8 (58.3) -> 8.5 (54.8) MB, 1.7 / 0.4 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 75039 ms: Scavenge 24.6 (54.8) -> 10.6 (54.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 75092 ms: Scavenge 25.1 (54.8) -> 12.4 (54.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 75142 ms: Scavenge 26.9 (54.8) -> 14.0 (54.8) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 75198 ms: Scavenge 28.4 (54.8) -> 15.6 (54.8) MB, 2.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 75256 ms: Scavenge 30.0 (54.8) -> 17.2 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 75311 ms: Scavenge 31.6 (55.3) -> 18.8 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 75316 ms: Mark-sweep 18.9 (55.3) -> 8.6 (55.3) MB, 1.4 / 0.4 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 75374 ms: Scavenge 24.7 (55.3) -> 10.6 (55.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 75432 ms: Scavenge 25.1 (55.3) -> 12.4 (55.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 75490 ms: Scavenge 26.9 (55.3) -> 14.0 (55.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 75549 ms: Scavenge 28.4 (55.3) -> 15.6 (55.3) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 75605 ms: Scavenge 30.0 (55.3) -> 17.2 (56.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 75659 ms: Scavenge 31.6 (56.3) -> 18.8 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 75664 ms: Mark-sweep 18.9 (56.3) -> 8.6 (55.3) MB, 1.5 / 0.4 ms (+ 3.0 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 75716 ms: Scavenge 24.7 (55.3) -> 10.6 (55.3) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 75766 ms: Scavenge 25.1 (55.3) -> 12.4 (55.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 75835 ms: Scavenge 26.9 (55.3) -> 14.0 (55.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 75901 ms: Scavenge 28.4 (55.3) -> 15.6 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76001 ms: Scavenge 30.0 (55.3) -> 17.3 (55.3) MB, 2.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76067 ms: Scavenge 31.6 (55.3) -> 18.8 (55.3) MB, 1.7 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76073 ms: Mark-sweep 18.8 (55.3) -> 8.6 (55.3) MB, 1.5 / 0.5 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 76132 ms: Scavenge 24.7 (55.3) -> 10.6 (55.3) MB, 0.9 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76184 ms: Scavenge 25.1 (55.3) -> 12.5 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76235 ms: Scavenge 26.9 (55.3) -> 14.1 (55.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76282 ms: Scavenge 28.5 (55.3) -> 15.6 (55.3) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76335 ms: Scavenge 30.0 (55.3) -> 17.2 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76385 ms: Scavenge 31.6 (55.8) -> 18.8 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 76390 ms: Mark-sweep 18.9 (55.8) -> 8.6 (54.3) MB, 1.3 / 0.4 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 76443 ms: Scavenge 24.7 (54.3) -> 10.6 (54.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76497 ms: Scavenge 25.1 (54.3) -> 12.5 (54.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76555 ms: Scavenge 26.9 (54.3) -> 14.0 (54.3) MB, 1.5 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76605 ms: Scavenge 28.5 (54.3) -> 15.7 (54.8) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76653 ms: Scavenge 30.1 (54.8) -> 17.2 (55.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76701 ms: Scavenge 31.6 (55.8) -> 18.8 (55.8) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76706 ms: Mark-sweep 18.9 (55.8) -> 8.6 (55.3) MB, 1.3 / 0.4 ms (+ 3.2 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 76763 ms: Scavenge 24.7 (55.3) -> 10.6 (55.3) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76819 ms: Scavenge 25.2 (55.3) -> 12.5 (55.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76869 ms: Scavenge 26.9 (55.3) -> 14.1 (55.3) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76920 ms: Scavenge 28.5 (55.3) -> 15.7 (55.3) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 76971 ms: Scavenge 30.1 (55.3) -> 17.2 (55.8) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77023 ms: Scavenge 31.7 (55.8) -> 18.8 (56.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77028 ms: Mark-sweep 18.9 (56.8) -> 8.6 (56.3) MB, 1.4 / 0.5 ms (+ 3.1 ms in 5 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 77088 ms: Scavenge 24.7 (56.3) -> 10.6 (56.3) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77136 ms: Scavenge 25.2 (56.3) -> 12.5 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77187 ms: Scavenge 26.9 (56.3) -> 14.1 (56.3) MB, 1.2 / 0.1 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77239 ms: Scavenge 28.5 (56.3) -> 15.7 (56.3) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77289 ms: Scavenge 30.1 (56.3) -> 17.3 (56.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77363 ms: Scavenge 31.7 (56.3) -> 18.8 (57.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 77370 ms: Mark-sweep 18.9 (57.3) -> 8.6 (56.3) MB, 2.4 / 0.9 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 77452 ms: Scavenge 24.7 (56.3) -> 10.7 (56.3) MB, 2.3 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 77528 ms: Scavenge 25.2 (56.3) -> 12.5 (56.3) MB, 1.6 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 77613 ms: Scavenge 26.9 (56.3) -> 14.1 (56.3) MB, 2.4 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 77693 ms: Scavenge 28.5 (56.3) -> 15.7 (56.3) MB, 3.0 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 77757 ms: Scavenge 30.1 (56.3) -> 17.2 (56.8) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 77847 ms: Scavenge 31.7 (56.8) -> 18.8 (56.8) MB, 1.7 / 0.0 ms (average mu = 0.984, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 77856 ms: Mark-sweep 19.0 (56.8) -> 8.7 (56.8) MB, 2.4 / 0.9 ms (+ 5.3 ms in 6 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 8 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 77971 ms: Scavenge 24.7 (56.8) -> 10.7 (56.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78057 ms: Scavenge 25.2 (56.8) -> 12.5 (56.8) MB, 1.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78142 ms: Scavenge 26.9 (56.8) -> 14.1 (57.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78217 ms: Scavenge 28.5 (57.3) -> 15.7 (57.3) MB, 1.7 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78292 ms: Scavenge 30.1 (57.3) -> 17.3 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78348 ms: Scavenge 31.6 (57.8) -> 18.9 (58.3) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78354 ms: Mark-sweep 18.9 (58.3) -> 8.7 (58.3) MB, 1.6 / 0.5 ms (+ 3.9 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.989) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 78417 ms: Scavenge 24.8 (58.3) -> 10.7 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 78467 ms: Scavenge 25.2 (58.3) -> 12.6 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 78521 ms: Scavenge 27.0 (58.3) -> 14.1 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 78577 ms: Scavenge 28.6 (58.3) -> 15.8 (58.3) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 78629 ms: Scavenge 30.1 (58.3) -> 17.3 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 78684 ms: Scavenge 31.7 (58.8) -> 18.9 (59.3) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.989) allocation failure | |
[81445:0x103b26000] 78690 ms: Mark-sweep 19.0 (59.3) -> 8.7 (58.8) MB, 1.8 / 0.7 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 78762 ms: Scavenge 25.0 (58.8) -> 10.9 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78818 ms: Scavenge 25.2 (58.8) -> 12.5 (58.8) MB, 1.8 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78877 ms: Scavenge 27.0 (58.8) -> 14.1 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78932 ms: Scavenge 28.5 (58.8) -> 15.7 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 78990 ms: Scavenge 30.1 (58.8) -> 17.3 (58.8) MB, 1.6 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 79046 ms: Scavenge 31.7 (58.8) -> 18.9 (59.3) MB, 2.8 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 79059 ms: Mark-sweep 19.0 (59.3) -> 8.7 (57.8) MB, 4.7 / 1.8 ms (+ 6.6 ms in 5 steps since start of marking, biggest step 2.9 ms, walltime since start of marking 13 ms) (average mu = 0.978, current mu = 0.970) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 79128 ms: Scavenge 24.7 (57.8) -> 10.7 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.978, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 79179 ms: Scavenge 25.2 (57.8) -> 12.5 (57.8) MB, 1.4 / 0.0 ms (average mu = 0.978, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 79229 ms: Scavenge 26.9 (57.8) -> 14.1 (57.8) MB, 1.5 / 0.0 ms (average mu = 0.978, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 79281 ms: Scavenge 28.5 (57.8) -> 15.7 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.978, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 79337 ms: Scavenge 30.1 (57.8) -> 17.3 (58.3) MB, 1.5 / 0.0 ms (average mu = 0.978, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 79396 ms: Scavenge 31.7 (58.3) -> 18.8 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.978, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 79401 ms: Mark-sweep 18.9 (58.8) -> 8.7 (57.3) MB, 1.6 / 0.6 ms (+ 3.4 ms in 7 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 5 ms) (average mu = 0.981, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 79465 ms: Scavenge 24.8 (57.3) -> 10.7 (57.3) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79513 ms: Scavenge 25.2 (57.3) -> 12.6 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79568 ms: Scavenge 27.0 (57.8) -> 14.1 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79621 ms: Scavenge 28.5 (57.8) -> 15.7 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79674 ms: Scavenge 30.2 (57.8) -> 17.3 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79726 ms: Scavenge 31.7 (57.8) -> 18.9 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79731 ms: Mark-sweep 19.0 (57.8) -> 8.7 (57.8) MB, 1.4 / 0.5 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.983, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 79804 ms: Scavenge 24.8 (57.8) -> 10.7 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79861 ms: Scavenge 25.2 (57.8) -> 12.5 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79927 ms: Scavenge 27.0 (57.8) -> 14.1 (57.8) MB, 2.8 / 0.1 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 79986 ms: Scavenge 28.5 (57.8) -> 15.7 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80045 ms: Scavenge 30.1 (57.8) -> 17.3 (58.3) MB, 1.8 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80106 ms: Scavenge 31.7 (58.3) -> 18.9 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80112 ms: Mark-sweep 18.9 (58.3) -> 8.7 (58.3) MB, 1.9 / 0.8 ms (+ 3.9 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 80184 ms: Scavenge 24.8 (58.3) -> 10.7 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80242 ms: Scavenge 25.2 (58.3) -> 12.6 (58.8) MB, 2.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80303 ms: Scavenge 27.0 (58.8) -> 14.1 (58.8) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80353 ms: Scavenge 28.6 (58.8) -> 15.7 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80410 ms: Scavenge 30.1 (58.8) -> 17.4 (58.8) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80477 ms: Scavenge 31.7 (58.8) -> 18.9 (59.8) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80483 ms: Mark-sweep 19.0 (59.8) -> 8.7 (56.3) MB, 1.9 / 0.7 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 80556 ms: Scavenge 24.8 (56.3) -> 10.8 (56.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80612 ms: Scavenge 25.3 (56.3) -> 12.6 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80677 ms: Scavenge 27.0 (56.3) -> 14.2 (56.3) MB, 2.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80735 ms: Scavenge 28.6 (56.3) -> 15.8 (56.3) MB, 1.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80790 ms: Scavenge 30.2 (56.3) -> 17.4 (56.8) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80850 ms: Scavenge 31.8 (56.8) -> 18.9 (56.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 80855 ms: Mark-sweep 19.0 (56.8) -> 8.7 (56.8) MB, 1.4 / 0.5 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 80927 ms: Scavenge 24.8 (56.8) -> 10.8 (56.8) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 80985 ms: Scavenge 25.3 (56.8) -> 12.6 (56.8) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81051 ms: Scavenge 27.0 (56.8) -> 14.2 (56.8) MB, 1.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81119 ms: Scavenge 28.6 (56.8) -> 15.8 (56.8) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81191 ms: Scavenge 30.2 (56.8) -> 17.4 (57.8) MB, 2.0 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81253 ms: Scavenge 31.8 (57.8) -> 18.9 (57.8) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81260 ms: Mark-sweep 19.0 (57.8) -> 8.7 (57.3) MB, 1.8 / 0.7 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 81335 ms: Scavenge 24.8 (57.3) -> 10.8 (57.3) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 81391 ms: Scavenge 25.3 (57.3) -> 12.6 (57.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 81449 ms: Scavenge 27.0 (57.3) -> 14.2 (57.3) MB, 2.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 81510 ms: Scavenge 28.6 (57.3) -> 15.8 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 81564 ms: Scavenge 30.2 (57.3) -> 17.4 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 81617 ms: Scavenge 31.8 (58.3) -> 19.0 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 81622 ms: Mark-sweep 19.1 (58.8) -> 8.8 (58.3) MB, 1.4 / 0.4 ms (+ 3.3 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 81683 ms: Scavenge 24.8 (58.3) -> 10.8 (58.3) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81734 ms: Scavenge 25.3 (58.3) -> 12.6 (58.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81789 ms: Scavenge 27.0 (58.3) -> 14.2 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81851 ms: Scavenge 28.6 (58.3) -> 15.8 (58.3) MB, 1.7 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81908 ms: Scavenge 30.2 (58.3) -> 17.4 (58.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81970 ms: Scavenge 31.8 (58.3) -> 18.9 (59.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 81976 ms: Mark-sweep 19.1 (59.3) -> 8.8 (57.3) MB, 1.7 / 0.6 ms (+ 3.6 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 82043 ms: Scavenge 24.8 (57.3) -> 10.8 (57.3) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 82111 ms: Scavenge 25.3 (57.3) -> 12.6 (57.3) MB, 2.0 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 82183 ms: Scavenge 27.0 (57.3) -> 14.2 (57.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 82236 ms: Scavenge 28.6 (57.3) -> 15.9 (57.3) MB, 1.5 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 82296 ms: Scavenge 30.2 (57.3) -> 17.4 (57.3) MB, 1.7 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 82355 ms: Scavenge 31.8 (57.3) -> 19.0 (57.8) MB, 1.8 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 82360 ms: Mark-sweep 19.0 (57.8) -> 8.7 (57.8) MB, 1.4 / 0.5 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 82428 ms: Scavenge 24.8 (57.8) -> 10.8 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 82491 ms: Scavenge 25.3 (57.8) -> 12.7 (57.8) MB, 2.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 82568 ms: Scavenge 27.1 (57.8) -> 14.3 (57.8) MB, 2.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 82635 ms: Scavenge 28.6 (57.8) -> 15.9 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 82702 ms: Scavenge 30.2 (57.8) -> 17.4 (58.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 82767 ms: Scavenge 31.8 (58.3) -> 19.0 (59.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 82773 ms: Mark-sweep 19.0 (59.3) -> 8.7 (56.3) MB, 2.0 / 0.6 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 82842 ms: Scavenge 24.8 (56.3) -> 10.8 (56.3) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 82903 ms: Scavenge 25.3 (56.3) -> 12.6 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 82959 ms: Scavenge 27.1 (56.3) -> 14.2 (56.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 83012 ms: Scavenge 28.6 (56.3) -> 15.8 (56.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 83069 ms: Scavenge 30.2 (56.3) -> 17.4 (57.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 83127 ms: Scavenge 31.8 (57.3) -> 19.0 (57.3) MB, 2.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 83133 ms: Mark-sweep 19.1 (57.3) -> 8.8 (57.3) MB, 1.5 / 0.4 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 83195 ms: Scavenge 24.8 (57.3) -> 10.8 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83251 ms: Scavenge 25.3 (57.3) -> 12.6 (57.3) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83306 ms: Scavenge 27.0 (57.3) -> 14.2 (57.3) MB, 1.5 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83359 ms: Scavenge 28.6 (57.3) -> 15.8 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83412 ms: Scavenge 30.2 (57.3) -> 17.4 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83466 ms: Scavenge 31.8 (57.3) -> 19.0 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83471 ms: Mark-sweep 19.0 (57.8) -> 8.8 (56.3) MB, 1.5 / 0.5 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 83533 ms: Scavenge 24.9 (56.3) -> 10.8 (56.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83590 ms: Scavenge 25.3 (56.3) -> 12.7 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83640 ms: Scavenge 27.1 (56.3) -> 14.3 (56.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83695 ms: Scavenge 28.7 (56.3) -> 15.9 (56.3) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83757 ms: Scavenge 30.2 (56.3) -> 17.4 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83820 ms: Scavenge 31.8 (57.3) -> 19.0 (57.8) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83826 ms: Mark-sweep 19.1 (57.8) -> 8.8 (56.8) MB, 1.5 / 0.5 ms (+ 3.9 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 83890 ms: Scavenge 24.9 (56.8) -> 10.8 (56.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83943 ms: Scavenge 25.3 (56.8) -> 12.7 (56.8) MB, 2.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 83998 ms: Scavenge 27.1 (56.8) -> 14.2 (56.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84054 ms: Scavenge 28.7 (56.8) -> 15.8 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84108 ms: Scavenge 30.2 (56.8) -> 17.4 (57.3) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84166 ms: Scavenge 31.8 (57.3) -> 19.0 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84171 ms: Mark-sweep 19.1 (58.3) -> 8.8 (57.3) MB, 1.5 / 0.5 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 84235 ms: Scavenge 24.9 (57.3) -> 10.8 (57.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84291 ms: Scavenge 25.3 (57.3) -> 12.7 (57.3) MB, 1.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84353 ms: Scavenge 27.1 (57.3) -> 14.3 (57.3) MB, 1.7 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84418 ms: Scavenge 28.7 (57.3) -> 15.8 (57.3) MB, 1.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84502 ms: Scavenge 30.2 (57.3) -> 17.4 (57.3) MB, 3.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84567 ms: Scavenge 31.8 (57.3) -> 19.0 (57.3) MB, 2.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 84573 ms: Mark-sweep 19.1 (57.3) -> 8.8 (57.3) MB, 1.4 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 84644 ms: Scavenge 24.9 (57.3) -> 10.8 (57.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 84714 ms: Scavenge 25.3 (57.3) -> 12.7 (57.3) MB, 1.8 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 84782 ms: Scavenge 27.1 (57.3) -> 14.2 (57.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 84847 ms: Scavenge 28.7 (57.3) -> 15.9 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 84907 ms: Scavenge 30.3 (57.3) -> 17.4 (57.8) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 84967 ms: Scavenge 31.8 (57.8) -> 19.0 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 84972 ms: Mark-sweep 19.1 (57.8) -> 8.8 (57.8) MB, 1.5 / 0.5 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 85040 ms: Scavenge 24.9 (57.8) -> 10.8 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 85103 ms: Scavenge 25.4 (57.8) -> 12.7 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 85167 ms: Scavenge 27.1 (57.8) -> 14.3 (57.8) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 85230 ms: Scavenge 28.7 (57.8) -> 15.8 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 85286 ms: Scavenge 30.3 (57.8) -> 17.5 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
60000 | |
[81445:0x103b26000] 85341 ms: Scavenge 31.8 (58.8) -> 19.0 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 85347 ms: Mark-sweep 19.0 (59.3) -> 8.8 (58.8) MB, 1.6 / 0.7 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 85419 ms: Scavenge 24.9 (58.8) -> 10.8 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 85481 ms: Scavenge 25.4 (58.8) -> 12.7 (58.8) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 85536 ms: Scavenge 27.1 (58.8) -> 14.3 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 85592 ms: Scavenge 28.7 (58.8) -> 15.8 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 85647 ms: Scavenge 30.3 (58.8) -> 17.4 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 85707 ms: Scavenge 31.8 (58.8) -> 19.0 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 85713 ms: Mark-sweep 19.1 (59.8) -> 8.9 (59.3) MB, 1.5 / 0.5 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.986, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 85791 ms: Scavenge 24.9 (59.3) -> 10.9 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 85867 ms: Scavenge 25.4 (59.3) -> 12.7 (59.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 85925 ms: Scavenge 27.1 (59.3) -> 14.3 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 85984 ms: Scavenge 28.7 (59.3) -> 15.9 (59.3) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 86063 ms: Scavenge 30.3 (59.3) -> 17.5 (59.8) MB, 1.9 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 86148 ms: Scavenge 31.9 (59.8) -> 19.0 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 86154 ms: Mark-sweep 19.1 (59.8) -> 8.9 (58.8) MB, 1.7 / 0.6 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.988) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 86220 ms: Scavenge 24.9 (58.8) -> 10.9 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 86303 ms: Scavenge 25.4 (58.8) -> 12.7 (58.8) MB, 3.6 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 86379 ms: Scavenge 27.1 (58.8) -> 14.3 (58.8) MB, 2.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 86443 ms: Scavenge 28.7 (58.8) -> 15.9 (58.8) MB, 1.9 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 86511 ms: Scavenge 30.3 (58.8) -> 17.5 (59.3) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 86583 ms: Scavenge 31.9 (59.3) -> 19.1 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.988) allocation failure | |
[81445:0x103b26000] 86589 ms: Mark-sweep 19.1 (59.3) -> 8.9 (58.3) MB, 2.0 / 0.8 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 86668 ms: Scavenge 24.9 (58.3) -> 10.9 (58.3) MB, 1.4 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 86735 ms: Scavenge 25.4 (58.3) -> 12.7 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 86800 ms: Scavenge 27.2 (58.3) -> 14.3 (58.3) MB, 1.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 86858 ms: Scavenge 28.7 (58.3) -> 15.9 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 86915 ms: Scavenge 30.3 (58.3) -> 17.5 (58.3) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 86972 ms: Scavenge 31.9 (58.3) -> 19.1 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 86977 ms: Mark-sweep 19.1 (58.3) -> 8.9 (58.3) MB, 1.4 / 0.5 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 87040 ms: Scavenge 24.9 (58.3) -> 10.9 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 87098 ms: Scavenge 25.4 (58.3) -> 12.8 (58.3) MB, 1.5 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 87153 ms: Scavenge 27.2 (58.3) -> 14.3 (58.3) MB, 1.8 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 87208 ms: Scavenge 28.7 (58.3) -> 15.9 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 87269 ms: Scavenge 30.3 (58.8) -> 17.5 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 87325 ms: Scavenge 31.9 (59.3) -> 19.0 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 87330 ms: Mark-sweep 19.1 (59.3) -> 8.9 (59.3) MB, 1.3 / 0.5 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 87392 ms: Scavenge 24.9 (59.3) -> 10.9 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87449 ms: Scavenge 25.4 (59.3) -> 12.7 (59.3) MB, 1.6 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87503 ms: Scavenge 27.1 (59.3) -> 14.3 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87557 ms: Scavenge 28.7 (59.3) -> 15.9 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87612 ms: Scavenge 30.3 (59.8) -> 17.5 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87668 ms: Scavenge 31.9 (59.8) -> 19.1 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87673 ms: Mark-sweep 19.2 (59.8) -> 8.9 (59.8) MB, 1.4 / 0.5 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 87747 ms: Scavenge 25.0 (59.8) -> 10.9 (59.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87810 ms: Scavenge 25.4 (59.8) -> 12.8 (59.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87875 ms: Scavenge 27.1 (59.8) -> 14.3 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87937 ms: Scavenge 28.7 (59.8) -> 15.9 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 87994 ms: Scavenge 30.3 (59.8) -> 17.5 (59.8) MB, 1.4 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 88062 ms: Scavenge 31.9 (59.8) -> 19.1 (60.8) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 88067 ms: Mark-sweep 19.2 (60.8) -> 8.9 (58.3) MB, 1.6 / 0.4 ms (+ 3.6 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.987, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 88129 ms: Scavenge 25.0 (58.3) -> 10.9 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88178 ms: Scavenge 25.4 (58.3) -> 12.7 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88231 ms: Scavenge 27.2 (58.3) -> 14.3 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88283 ms: Scavenge 28.7 (58.3) -> 16.0 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88350 ms: Scavenge 30.3 (58.3) -> 17.6 (58.8) MB, 1.6 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88406 ms: Scavenge 31.9 (58.8) -> 19.1 (58.8) MB, 2.0 / 0.0 ms (average mu = 0.987, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88414 ms: Mark-sweep 19.1 (58.8) -> 8.9 (57.8) MB, 2.8 / 1.0 ms (+ 4.4 ms in 5 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 8 ms) (average mu = 0.983, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 88490 ms: Scavenge 25.0 (57.8) -> 10.9 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 88565 ms: Scavenge 25.4 (57.8) -> 12.8 (58.3) MB, 2.7 / 0.0 ms (average mu = 0.983, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 88637 ms: Scavenge 27.2 (58.3) -> 14.4 (58.3) MB, 3.8 / 0.0 ms (average mu = 0.983, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 88698 ms: Scavenge 28.8 (58.3) -> 15.9 (58.3) MB, 2.9 / 0.0 ms (average mu = 0.983, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 88757 ms: Scavenge 30.3 (58.3) -> 17.6 (58.3) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 88817 ms: Scavenge 31.9 (58.3) -> 19.1 (58.8) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 88823 ms: Mark-sweep 19.3 (58.8) -> 8.9 (57.8) MB, 1.5 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 88904 ms: Scavenge 25.0 (57.8) -> 10.9 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 88960 ms: Scavenge 25.4 (57.8) -> 12.8 (57.8) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 89017 ms: Scavenge 27.2 (57.8) -> 14.3 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 89074 ms: Scavenge 28.8 (57.8) -> 15.9 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 89130 ms: Scavenge 30.3 (57.8) -> 17.5 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 89186 ms: Scavenge 31.9 (58.3) -> 19.1 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 89192 ms: Mark-sweep 19.2 (58.3) -> 8.9 (58.3) MB, 2.0 / 0.8 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 89257 ms: Scavenge 25.0 (58.3) -> 10.9 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89313 ms: Scavenge 25.5 (58.3) -> 12.8 (58.3) MB, 1.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89369 ms: Scavenge 27.2 (58.3) -> 14.4 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89421 ms: Scavenge 28.8 (58.3) -> 16.0 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89473 ms: Scavenge 30.4 (58.3) -> 17.5 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89524 ms: Scavenge 32.0 (58.3) -> 19.2 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89529 ms: Mark-sweep 19.3 (58.3) -> 9.0 (58.3) MB, 1.4 / 0.5 ms (+ 3.3 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 89590 ms: Scavenge 25.0 (58.3) -> 11.0 (58.3) MB, 0.8 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 89646 ms: Scavenge 25.5 (58.3) -> 12.8 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 89699 ms: Scavenge 27.2 (58.3) -> 14.4 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 89753 ms: Scavenge 28.8 (58.3) -> 16.0 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 89808 ms: Scavenge 30.4 (58.3) -> 17.5 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 89863 ms: Scavenge 31.9 (58.3) -> 19.1 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.986, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 89868 ms: Mark-sweep 19.1 (58.3) -> 9.0 (57.3) MB, 1.5 / 0.5 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 89925 ms: Scavenge 25.1 (57.3) -> 11.0 (57.3) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 89974 ms: Scavenge 25.5 (57.3) -> 12.9 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90027 ms: Scavenge 27.3 (57.3) -> 14.4 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90077 ms: Scavenge 28.8 (57.3) -> 16.0 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90129 ms: Scavenge 30.4 (57.8) -> 17.6 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90182 ms: Scavenge 32.0 (57.8) -> 19.2 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90187 ms: Mark-sweep 19.3 (57.8) -> 9.0 (56.8) MB, 1.5 / 0.5 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 90246 ms: Scavenge 25.0 (56.8) -> 11.0 (56.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 90296 ms: Scavenge 25.5 (56.8) -> 12.8 (56.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 90346 ms: Scavenge 27.2 (56.8) -> 14.4 (56.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 90397 ms: Scavenge 28.8 (56.8) -> 16.0 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 90450 ms: Scavenge 30.4 (57.8) -> 17.6 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 90503 ms: Scavenge 32.0 (57.8) -> 19.2 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 90510 ms: Mark-sweep 19.3 (57.8) -> 9.0 (56.8) MB, 2.6 / 0.9 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 90573 ms: Scavenge 25.0 (56.8) -> 11.0 (56.8) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 90623 ms: Scavenge 25.5 (56.8) -> 12.8 (56.8) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 90673 ms: Scavenge 27.2 (56.8) -> 14.4 (56.8) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 90723 ms: Scavenge 28.8 (56.8) -> 16.0 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 90779 ms: Scavenge 30.4 (57.3) -> 17.6 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 90832 ms: Scavenge 32.0 (58.3) -> 19.2 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 90837 ms: Mark-sweep 19.3 (58.3) -> 9.0 (57.3) MB, 1.3 / 0.4 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 90894 ms: Scavenge 25.1 (57.3) -> 11.0 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90946 ms: Scavenge 25.5 (57.3) -> 12.8 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 90995 ms: Scavenge 27.3 (57.3) -> 14.4 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91046 ms: Scavenge 28.8 (57.3) -> 16.0 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91099 ms: Scavenge 30.4 (57.3) -> 17.6 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91151 ms: Scavenge 32.0 (58.3) -> 19.2 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91156 ms: Mark-sweep 19.2 (58.8) -> 9.0 (57.3) MB, 1.5 / 0.4 ms (+ 3.6 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 91214 ms: Scavenge 25.1 (57.3) -> 11.1 (57.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 91266 ms: Scavenge 25.5 (57.3) -> 12.8 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 91317 ms: Scavenge 27.3 (57.3) -> 14.4 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 91369 ms: Scavenge 28.9 (57.3) -> 16.1 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 91428 ms: Scavenge 30.4 (57.8) -> 17.6 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 91480 ms: Scavenge 32.0 (58.3) -> 19.2 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 91485 ms: Mark-sweep 19.3 (58.3) -> 9.0 (58.3) MB, 1.4 / 0.5 ms (+ 3.4 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 91548 ms: Scavenge 25.1 (58.3) -> 11.0 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91602 ms: Scavenge 25.5 (58.3) -> 12.8 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91654 ms: Scavenge 27.3 (58.3) -> 14.5 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91707 ms: Scavenge 28.9 (58.3) -> 16.1 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91762 ms: Scavenge 30.5 (58.3) -> 17.7 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91821 ms: Scavenge 32.1 (58.8) -> 19.2 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91827 ms: Mark-sweep 19.2 (58.8) -> 9.0 (58.8) MB, 1.4 / 0.4 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 91885 ms: Scavenge 25.1 (58.8) -> 11.0 (58.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91935 ms: Scavenge 25.5 (58.8) -> 12.9 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 91985 ms: Scavenge 27.3 (58.8) -> 14.4 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 92037 ms: Scavenge 28.9 (58.8) -> 16.0 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 92092 ms: Scavenge 30.4 (58.8) -> 17.6 (59.3) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 92150 ms: Scavenge 32.0 (59.3) -> 19.2 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 92156 ms: Mark-sweep 19.4 (59.3) -> 9.0 (59.3) MB, 1.5 / 0.4 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 92218 ms: Scavenge 25.1 (59.3) -> 11.0 (59.3) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92271 ms: Scavenge 25.5 (59.3) -> 12.9 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92320 ms: Scavenge 27.3 (59.3) -> 14.5 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92363 ms: Scavenge 28.9 (59.3) -> 16.0 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92406 ms: Scavenge 30.5 (59.3) -> 17.6 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92452 ms: Scavenge 32.0 (59.3) -> 19.3 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92458 ms: Mark-sweep 19.3 (59.3) -> 9.0 (58.3) MB, 1.6 / 0.4 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 92517 ms: Scavenge 25.1 (58.3) -> 11.0 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 92576 ms: Scavenge 25.5 (58.3) -> 12.9 (58.3) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 92641 ms: Scavenge 27.3 (58.3) -> 14.5 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 92692 ms: Scavenge 28.9 (58.3) -> 16.1 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 92744 ms: Scavenge 30.5 (58.8) -> 17.7 (59.3) MB, 1.6 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 92796 ms: Scavenge 32.0 (59.3) -> 19.2 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 92802 ms: Mark-sweep 19.2 (59.3) -> 9.0 (58.3) MB, 1.8 / 0.6 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 92862 ms: Scavenge 25.1 (58.3) -> 11.0 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92908 ms: Scavenge 25.6 (58.3) -> 12.9 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92955 ms: Scavenge 27.3 (58.3) -> 14.5 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 92999 ms: Scavenge 28.9 (58.3) -> 16.0 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93051 ms: Scavenge 30.4 (58.8) -> 17.6 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93107 ms: Scavenge 32.0 (58.8) -> 19.2 (58.8) MB, 1.7 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93113 ms: Mark-sweep 19.2 (58.8) -> 9.0 (58.8) MB, 1.3 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 93178 ms: Scavenge 25.1 (58.8) -> 11.1 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93233 ms: Scavenge 25.6 (58.8) -> 12.9 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93288 ms: Scavenge 27.3 (58.8) -> 14.5 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93348 ms: Scavenge 28.9 (58.8) -> 16.1 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93400 ms: Scavenge 30.5 (58.8) -> 17.7 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93458 ms: Scavenge 32.1 (59.3) -> 19.2 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 93464 ms: Mark-sweep 19.3 (59.3) -> 9.1 (59.3) MB, 1.4 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 93523 ms: Scavenge 25.1 (59.3) -> 11.1 (59.3) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 93582 ms: Scavenge 25.6 (59.3) -> 12.9 (59.3) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 93637 ms: Scavenge 27.3 (59.3) -> 14.5 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 93691 ms: Scavenge 28.9 (59.3) -> 16.1 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 93740 ms: Scavenge 30.5 (59.3) -> 17.7 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 93800 ms: Scavenge 32.1 (59.8) -> 19.3 (59.8) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 93806 ms: Mark-sweep 19.3 (59.8) -> 9.1 (59.8) MB, 1.5 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 93871 ms: Scavenge 25.2 (59.8) -> 11.1 (59.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 93925 ms: Scavenge 25.6 (59.8) -> 13.0 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 93979 ms: Scavenge 27.4 (59.8) -> 14.5 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 94027 ms: Scavenge 28.9 (59.8) -> 16.1 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 94081 ms: Scavenge 30.5 (59.8) -> 17.7 (60.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 94141 ms: Scavenge 32.1 (60.8) -> 19.3 (60.8) MB, 2.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 94148 ms: Mark-sweep 19.4 (60.8) -> 9.1 (58.8) MB, 1.8 / 0.6 ms (+ 4.5 ms in 5 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 94216 ms: Scavenge 25.1 (58.8) -> 11.1 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 94272 ms: Scavenge 25.6 (58.8) -> 12.9 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 94326 ms: Scavenge 27.3 (58.8) -> 14.5 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 94375 ms: Scavenge 28.9 (58.8) -> 16.1 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 94422 ms: Scavenge 30.5 (58.8) -> 17.7 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 94467 ms: Scavenge 32.1 (59.3) -> 19.3 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 94472 ms: Mark-sweep 19.4 (59.3) -> 9.1 (59.3) MB, 1.2 / 0.4 ms (+ 3.2 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 94520 ms: Scavenge 25.1 (59.3) -> 11.1 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 94568 ms: Scavenge 25.6 (59.3) -> 12.9 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 94619 ms: Scavenge 27.3 (59.3) -> 14.5 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 94676 ms: Scavenge 28.9 (59.3) -> 16.1 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 94726 ms: Scavenge 30.5 (59.3) -> 17.7 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 94779 ms: Scavenge 32.1 (59.8) -> 19.3 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 94786 ms: Mark-sweep 19.3 (60.3) -> 9.1 (57.3) MB, 2.4 / 0.9 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 94846 ms: Scavenge 25.2 (57.3) -> 11.1 (57.3) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 94892 ms: Scavenge 25.6 (57.3) -> 12.9 (57.3) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 94939 ms: Scavenge 27.4 (57.3) -> 14.6 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 94989 ms: Scavenge 28.9 (57.3) -> 16.2 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 95037 ms: Scavenge 30.5 (57.3) -> 17.7 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 95094 ms: Scavenge 32.1 (58.3) -> 19.3 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 95099 ms: Mark-sweep 19.4 (58.8) -> 9.1 (57.8) MB, 1.4 / 0.5 ms (+ 3.4 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.983, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 95161 ms: Scavenge 25.2 (57.8) -> 11.1 (57.8) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 95238 ms: Scavenge 25.6 (57.8) -> 13.0 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 95315 ms: Scavenge 27.4 (57.8) -> 14.5 (57.8) MB, 1.7 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 95387 ms: Scavenge 29.0 (57.8) -> 16.2 (57.8) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 95454 ms: Scavenge 30.5 (57.8) -> 17.8 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 95521 ms: Scavenge 32.2 (58.3) -> 19.3 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 95528 ms: Mark-sweep 19.4 (58.3) -> 9.1 (57.3) MB, 1.8 / 0.6 ms (+ 4.3 ms in 5 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 7 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 95607 ms: Scavenge 25.2 (57.3) -> 11.1 (57.3) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 95659 ms: Scavenge 25.6 (57.3) -> 13.0 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 95713 ms: Scavenge 27.4 (57.3) -> 14.6 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 95766 ms: Scavenge 29.0 (57.3) -> 16.1 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 95821 ms: Scavenge 30.5 (57.3) -> 17.7 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 95878 ms: Scavenge 32.1 (57.3) -> 19.3 (57.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 95883 ms: Mark-sweep 19.4 (57.3) -> 9.1 (57.3) MB, 1.4 / 0.4 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 95952 ms: Scavenge 25.2 (57.3) -> 11.2 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 96006 ms: Scavenge 25.6 (57.3) -> 13.0 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 96058 ms: Scavenge 27.4 (57.3) -> 14.5 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 96111 ms: Scavenge 28.9 (57.3) -> 16.1 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 96193 ms: Scavenge 30.5 (58.3) -> 17.8 (58.3) MB, 3.8 / 0.1 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 96264 ms: Scavenge 32.1 (58.3) -> 19.3 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 96270 ms: Mark-sweep 19.4 (58.8) -> 9.1 (58.3) MB, 1.4 / 0.5 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.986, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 96332 ms: Scavenge 25.2 (58.3) -> 11.2 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 96385 ms: Scavenge 25.7 (58.3) -> 13.0 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 96437 ms: Scavenge 27.4 (58.3) -> 14.6 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 96486 ms: Scavenge 29.0 (58.3) -> 16.2 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 96534 ms: Scavenge 30.6 (58.3) -> 17.8 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 96586 ms: Scavenge 32.2 (59.3) -> 19.3 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.986, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 96591 ms: Mark-sweep 19.4 (59.3) -> 9.1 (59.3) MB, 1.3 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 96649 ms: Scavenge 25.2 (59.3) -> 11.1 (59.3) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 96698 ms: Scavenge 25.7 (59.3) -> 13.0 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 96750 ms: Scavenge 27.4 (59.3) -> 14.6 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 96808 ms: Scavenge 29.0 (59.3) -> 16.2 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 96863 ms: Scavenge 30.6 (59.3) -> 17.8 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 96917 ms: Scavenge 32.2 (60.3) -> 19.4 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 96923 ms: Mark-sweep 19.4 (60.3) -> 9.2 (57.8) MB, 1.5 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 96984 ms: Scavenge 25.2 (57.8) -> 11.2 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 97032 ms: Scavenge 25.7 (57.8) -> 13.0 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 97086 ms: Scavenge 27.4 (57.8) -> 14.6 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 97135 ms: Scavenge 29.0 (57.8) -> 16.2 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 97185 ms: Scavenge 30.6 (58.3) -> 17.7 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 97233 ms: Scavenge 32.2 (58.8) -> 19.4 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 97239 ms: Mark-sweep 19.4 (58.8) -> 9.2 (57.8) MB, 1.5 / 0.4 ms (+ 3.4 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 97298 ms: Scavenge 25.2 (57.8) -> 11.2 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97348 ms: Scavenge 25.7 (57.8) -> 13.0 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97400 ms: Scavenge 27.4 (57.8) -> 14.6 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97457 ms: Scavenge 29.0 (57.8) -> 16.2 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97513 ms: Scavenge 30.6 (57.8) -> 17.8 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97569 ms: Scavenge 32.2 (57.8) -> 19.4 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97575 ms: Mark-sweep 19.4 (57.8) -> 9.1 (57.8) MB, 1.4 / 0.4 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 97635 ms: Scavenge 25.2 (57.8) -> 11.2 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97686 ms: Scavenge 25.7 (57.8) -> 13.0 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97744 ms: Scavenge 27.4 (58.3) -> 14.6 (58.3) MB, 1.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97800 ms: Scavenge 29.0 (58.3) -> 16.2 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97853 ms: Scavenge 30.6 (58.3) -> 17.8 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97903 ms: Scavenge 32.2 (58.8) -> 19.3 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 97908 ms: Mark-sweep 19.4 (58.8) -> 9.2 (58.8) MB, 1.2 / 0.4 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 97966 ms: Scavenge 25.3 (58.8) -> 11.2 (58.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 98022 ms: Scavenge 25.7 (58.8) -> 13.0 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 98079 ms: Scavenge 27.4 (58.8) -> 14.6 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 98133 ms: Scavenge 29.0 (58.8) -> 16.2 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 98191 ms: Scavenge 30.6 (58.8) -> 17.8 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 98245 ms: Scavenge 32.2 (59.3) -> 19.3 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 98251 ms: Mark-sweep 19.4 (59.3) -> 9.2 (58.3) MB, 1.5 / 0.5 ms (+ 4.1 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 98315 ms: Scavenge 25.3 (58.3) -> 11.2 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 98369 ms: Scavenge 25.7 (58.3) -> 13.1 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 98420 ms: Scavenge 27.5 (58.3) -> 14.7 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 98471 ms: Scavenge 29.0 (58.3) -> 16.2 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 98528 ms: Scavenge 30.6 (58.3) -> 17.8 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 98581 ms: Scavenge 32.2 (58.8) -> 19.4 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 98587 ms: Mark-sweep 19.4 (59.3) -> 9.2 (59.3) MB, 1.6 / 0.5 ms (+ 3.4 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 98644 ms: Scavenge 25.3 (59.3) -> 11.2 (59.3) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 98688 ms: Scavenge 25.7 (59.3) -> 13.1 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 98732 ms: Scavenge 27.5 (59.3) -> 14.7 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 98774 ms: Scavenge 29.1 (59.3) -> 16.3 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 98828 ms: Scavenge 30.7 (59.3) -> 17.8 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 98884 ms: Scavenge 32.2 (59.3) -> 19.4 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 98889 ms: Mark-sweep 19.4 (59.8) -> 9.2 (59.3) MB, 1.4 / 0.5 ms (+ 3.7 ms in 5 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 98957 ms: Scavenge 25.3 (59.3) -> 11.2 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 99012 ms: Scavenge 25.7 (59.3) -> 13.1 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 99066 ms: Scavenge 27.5 (59.3) -> 14.7 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 99117 ms: Scavenge 29.1 (59.3) -> 16.2 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 99167 ms: Scavenge 30.6 (59.3) -> 17.9 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 99215 ms: Scavenge 32.2 (59.3) -> 19.4 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 99220 ms: Mark-sweep 19.5 (59.8) -> 9.2 (59.8) MB, 1.4 / 0.5 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 99277 ms: Scavenge 25.3 (59.8) -> 11.3 (59.8) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99328 ms: Scavenge 25.7 (59.8) -> 13.0 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99377 ms: Scavenge 27.5 (59.8) -> 14.6 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99429 ms: Scavenge 29.1 (59.8) -> 16.3 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99477 ms: Scavenge 30.6 (59.8) -> 17.8 (60.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99528 ms: Scavenge 32.2 (60.3) -> 19.4 (60.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99533 ms: Mark-sweep 19.5 (60.3) -> 9.2 (60.3) MB, 1.3 / 0.4 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 99590 ms: Scavenge 25.3 (60.3) -> 11.3 (60.3) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99638 ms: Scavenge 25.7 (60.3) -> 13.0 (60.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99687 ms: Scavenge 27.5 (60.3) -> 14.6 (60.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99736 ms: Scavenge 29.1 (60.3) -> 16.2 (60.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99786 ms: Scavenge 30.7 (60.3) -> 17.9 (60.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99844 ms: Scavenge 32.3 (60.8) -> 19.4 (61.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 99850 ms: Mark-sweep 19.5 (61.3) -> 9.2 (57.3) MB, 2.1 / 0.6 ms (+ 4.0 ms in 5 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 99913 ms: Scavenge 25.3 (57.3) -> 11.2 (57.3) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 99966 ms: Scavenge 25.8 (57.3) -> 13.1 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 100021 ms: Scavenge 27.5 (57.3) -> 14.7 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 100075 ms: Scavenge 29.1 (57.3) -> 16.3 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 100131 ms: Scavenge 30.7 (57.3) -> 17.9 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 100191 ms: Scavenge 32.3 (57.8) -> 19.5 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 100197 ms: Mark-sweep 19.5 (57.8) -> 9.3 (57.8) MB, 1.4 / 0.4 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 100255 ms: Scavenge 25.3 (57.8) -> 11.3 (57.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 100310 ms: Scavenge 25.8 (57.8) -> 13.1 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 100365 ms: Scavenge 27.5 (57.8) -> 14.7 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 100421 ms: Scavenge 29.1 (57.8) -> 16.3 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 100476 ms: Scavenge 30.7 (57.8) -> 17.9 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 100532 ms: Scavenge 32.3 (57.8) -> 19.5 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 100540 ms: Mark-sweep 19.6 (58.8) -> 9.2 (57.8) MB, 3.0 / 1.3 ms (+ 4.5 ms in 5 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 8 ms) (average mu = 0.981, current mu = 0.978) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 100605 ms: Scavenge 25.3 (57.8) -> 11.3 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 100656 ms: Scavenge 25.8 (57.8) -> 13.1 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 100709 ms: Scavenge 27.5 (57.8) -> 14.7 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 100762 ms: Scavenge 29.1 (57.8) -> 16.3 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 100812 ms: Scavenge 30.7 (57.8) -> 17.9 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 100862 ms: Scavenge 32.3 (58.8) -> 19.5 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 100867 ms: Mark-sweep 19.6 (58.8) -> 9.3 (57.3) MB, 1.4 / 0.4 ms (+ 3.2 ms in 6 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 5 ms) (average mu = 0.983, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 100922 ms: Scavenge 25.3 (57.3) -> 11.3 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 100976 ms: Scavenge 25.8 (57.3) -> 13.1 (57.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 101030 ms: Scavenge 27.5 (57.3) -> 14.7 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 101080 ms: Scavenge 29.1 (57.3) -> 16.3 (57.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 101134 ms: Scavenge 30.7 (57.3) -> 17.8 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 101183 ms: Scavenge 32.3 (57.8) -> 19.5 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 101188 ms: Mark-sweep 19.5 (58.3) -> 9.3 (58.3) MB, 1.4 / 0.4 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 101246 ms: Scavenge 25.3 (58.3) -> 11.3 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 101295 ms: Scavenge 25.8 (58.3) -> 13.2 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 101346 ms: Scavenge 27.5 (58.3) -> 14.7 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 101393 ms: Scavenge 29.1 (58.3) -> 16.3 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 101443 ms: Scavenge 30.7 (58.3) -> 17.9 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 101498 ms: Scavenge 32.3 (58.3) -> 19.5 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 101503 ms: Mark-sweep 19.6 (59.3) -> 9.3 (57.8) MB, 1.6 / 0.7 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 101562 ms: Scavenge 25.3 (57.8) -> 11.3 (57.8) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101610 ms: Scavenge 25.8 (57.8) -> 13.1 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101661 ms: Scavenge 27.5 (57.8) -> 14.7 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101710 ms: Scavenge 29.1 (57.8) -> 16.3 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101759 ms: Scavenge 30.7 (57.8) -> 17.9 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101813 ms: Scavenge 32.3 (58.3) -> 19.5 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101819 ms: Mark-sweep 19.5 (58.3) -> 9.3 (58.3) MB, 1.5 / 0.6 ms (+ 3.6 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 101880 ms: Scavenge 25.4 (58.3) -> 11.3 (58.3) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101933 ms: Scavenge 25.8 (58.3) -> 13.1 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 101985 ms: Scavenge 27.6 (58.3) -> 14.7 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 102039 ms: Scavenge 29.1 (58.3) -> 16.3 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 102096 ms: Scavenge 30.7 (58.3) -> 17.9 (58.8) MB, 1.6 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 102149 ms: Scavenge 32.3 (58.8) -> 19.5 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 102154 ms: Mark-sweep 19.5 (59.3) -> 9.3 (59.3) MB, 1.4 / 0.5 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
70000 | |
[81445:0x103b26000] 102216 ms: Scavenge 25.4 (59.3) -> 11.3 (59.3) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102270 ms: Scavenge 25.8 (59.3) -> 13.2 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102325 ms: Scavenge 27.6 (59.3) -> 14.8 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102377 ms: Scavenge 29.2 (59.3) -> 16.4 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102430 ms: Scavenge 30.8 (59.3) -> 18.0 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102485 ms: Scavenge 32.9 (59.8) -> 20.0 (60.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102491 ms: Mark-sweep 20.1 (60.3) -> 9.6 (60.3) MB, 1.5 / 0.5 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 102555 ms: Scavenge 25.6 (60.3) -> 11.6 (60.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102608 ms: Scavenge 26.1 (60.3) -> 13.4 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102665 ms: Scavenge 27.8 (60.3) -> 15.0 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102717 ms: Scavenge 29.4 (60.3) -> 16.6 (60.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102770 ms: Scavenge 31.0 (60.3) -> 18.2 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102825 ms: Scavenge 32.6 (60.3) -> 19.8 (61.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 102830 ms: Mark-sweep 19.8 (61.3) -> 9.3 (58.8) MB, 1.4 / 0.4 ms (+ 3.4 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 102884 ms: Scavenge 25.4 (58.8) -> 11.3 (58.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 102929 ms: Scavenge 25.9 (58.8) -> 13.2 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 102981 ms: Scavenge 27.6 (59.3) -> 14.8 (59.3) MB, 2.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 103037 ms: Scavenge 29.2 (59.3) -> 16.4 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 103094 ms: Scavenge 30.8 (59.3) -> 18.0 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 103142 ms: Scavenge 32.4 (59.8) -> 19.6 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 103148 ms: Mark-sweep 19.6 (60.3) -> 9.3 (58.8) MB, 1.7 / 0.5 ms (+ 4.3 ms in 5 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 103203 ms: Scavenge 25.4 (58.8) -> 11.4 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 103251 ms: Scavenge 25.8 (58.8) -> 13.2 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 103301 ms: Scavenge 27.6 (58.8) -> 14.8 (58.8) MB, 1.8 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 103351 ms: Scavenge 29.2 (58.8) -> 16.4 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 103403 ms: Scavenge 30.8 (58.8) -> 18.0 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 103458 ms: Scavenge 32.4 (59.3) -> 19.5 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 103463 ms: Mark-sweep 19.6 (59.3) -> 9.3 (59.3) MB, 1.4 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 103526 ms: Scavenge 25.4 (59.3) -> 11.3 (59.3) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 103582 ms: Scavenge 25.9 (59.3) -> 13.2 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 103638 ms: Scavenge 27.6 (59.3) -> 14.8 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 103697 ms: Scavenge 29.2 (59.3) -> 16.4 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 103752 ms: Scavenge 30.8 (59.3) -> 18.0 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 103807 ms: Scavenge 32.4 (59.8) -> 19.6 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 103812 ms: Mark-sweep 19.7 (59.8) -> 9.4 (58.8) MB, 1.5 / 0.4 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 103873 ms: Scavenge 25.4 (58.8) -> 11.3 (58.8) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 103927 ms: Scavenge 25.9 (58.8) -> 13.1 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 103982 ms: Scavenge 27.6 (58.8) -> 14.7 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 104034 ms: Scavenge 29.2 (58.8) -> 16.4 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 104091 ms: Scavenge 30.7 (58.8) -> 17.9 (59.8) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 104148 ms: Scavenge 32.4 (59.8) -> 19.5 (60.3) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 104155 ms: Mark-sweep 19.6 (60.3) -> 9.4 (59.3) MB, 2.0 / 0.6 ms (+ 4.4 ms in 5 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 104217 ms: Scavenge 25.4 (59.3) -> 11.4 (59.3) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 104270 ms: Scavenge 25.9 (59.3) -> 13.2 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 104323 ms: Scavenge 27.6 (59.3) -> 14.8 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 104374 ms: Scavenge 29.2 (59.3) -> 16.4 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 104425 ms: Scavenge 30.8 (59.3) -> 18.0 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 104479 ms: Scavenge 32.4 (59.3) -> 19.6 (60.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 104485 ms: Mark-sweep 19.6 (60.3) -> 9.3 (58.3) MB, 1.5 / 0.5 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 104548 ms: Scavenge 25.4 (58.3) -> 11.3 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 104599 ms: Scavenge 25.9 (58.3) -> 13.2 (58.3) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 104657 ms: Scavenge 27.6 (58.3) -> 14.8 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 104726 ms: Scavenge 29.2 (58.3) -> 16.4 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 104780 ms: Scavenge 30.8 (58.3) -> 18.0 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 104836 ms: Scavenge 32.4 (58.8) -> 19.6 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 104841 ms: Mark-sweep 19.7 (59.3) -> 9.4 (59.3) MB, 1.5 / 0.5 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 104902 ms: Scavenge 25.4 (59.3) -> 11.4 (59.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 104953 ms: Scavenge 25.9 (59.3) -> 13.2 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 105000 ms: Scavenge 27.6 (59.3) -> 14.8 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 105055 ms: Scavenge 29.2 (59.3) -> 16.4 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 105118 ms: Scavenge 30.8 (59.3) -> 18.0 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 105177 ms: Scavenge 32.4 (59.8) -> 19.6 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 105183 ms: Mark-sweep 19.7 (59.8) -> 9.4 (59.8) MB, 1.4 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 105257 ms: Scavenge 25.4 (59.8) -> 11.4 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 105339 ms: Scavenge 25.9 (59.8) -> 13.2 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 105389 ms: Scavenge 27.7 (59.8) -> 14.8 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 105439 ms: Scavenge 29.2 (59.8) -> 16.4 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 105488 ms: Scavenge 30.8 (59.8) -> 18.0 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 105539 ms: Scavenge 32.4 (59.8) -> 19.6 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 105545 ms: Mark-sweep 19.7 (59.8) -> 9.4 (59.8) MB, 1.4 / 0.4 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 105604 ms: Scavenge 25.5 (59.8) -> 11.4 (59.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 105656 ms: Scavenge 25.9 (59.8) -> 13.3 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 105714 ms: Scavenge 27.7 (59.8) -> 14.8 (59.8) MB, 1.6 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 105769 ms: Scavenge 29.2 (59.8) -> 16.5 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 105827 ms: Scavenge 30.8 (59.8) -> 18.0 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 105883 ms: Scavenge 32.4 (59.8) -> 19.6 (60.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 105889 ms: Mark-sweep 19.6 (60.8) -> 9.4 (59.3) MB, 1.6 / 0.5 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 105950 ms: Scavenge 25.5 (59.3) -> 11.4 (59.3) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 105997 ms: Scavenge 25.9 (59.3) -> 13.2 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106046 ms: Scavenge 27.7 (59.3) -> 14.9 (59.3) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106103 ms: Scavenge 29.2 (59.3) -> 16.4 (59.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106158 ms: Scavenge 30.8 (59.3) -> 18.1 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106211 ms: Scavenge 32.4 (59.8) -> 19.6 (59.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106216 ms: Mark-sweep 19.6 (59.8) -> 9.5 (59.8) MB, 1.3 / 0.4 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 106274 ms: Scavenge 25.5 (59.8) -> 11.5 (59.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106328 ms: Scavenge 26.0 (59.8) -> 13.3 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106377 ms: Scavenge 27.7 (59.8) -> 14.9 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106428 ms: Scavenge 29.3 (59.8) -> 16.5 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106483 ms: Scavenge 30.9 (59.8) -> 18.1 (59.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106534 ms: Scavenge 32.5 (59.8) -> 19.6 (60.8) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106539 ms: Mark-sweep 19.7 (60.8) -> 9.4 (59.3) MB, 1.6 / 0.5 ms (+ 3.5 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 106600 ms: Scavenge 25.5 (59.3) -> 11.4 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 106650 ms: Scavenge 25.9 (59.3) -> 13.3 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 106702 ms: Scavenge 27.7 (59.3) -> 14.9 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 106752 ms: Scavenge 29.3 (59.3) -> 16.5 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 106807 ms: Scavenge 30.8 (59.3) -> 18.0 (59.3) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 106859 ms: Scavenge 32.4 (59.3) -> 19.6 (59.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 106864 ms: Mark-sweep 19.8 (59.8) -> 9.4 (59.8) MB, 1.3 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 106923 ms: Scavenge 25.5 (59.8) -> 11.4 (59.8) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 106974 ms: Scavenge 25.9 (59.8) -> 13.3 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 107025 ms: Scavenge 27.7 (59.8) -> 14.9 (59.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 107079 ms: Scavenge 29.3 (59.8) -> 16.5 (59.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 107130 ms: Scavenge 30.9 (59.8) -> 18.1 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 107184 ms: Scavenge 32.4 (59.8) -> 19.6 (60.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 107189 ms: Mark-sweep 19.7 (60.8) -> 9.5 (60.8) MB, 1.4 / 0.4 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 107259 ms: Scavenge 25.5 (60.8) -> 11.5 (60.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 107312 ms: Scavenge 26.0 (60.8) -> 13.3 (60.8) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 107360 ms: Scavenge 27.7 (60.8) -> 14.9 (60.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 107408 ms: Scavenge 29.3 (60.8) -> 16.5 (60.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 107456 ms: Scavenge 30.9 (60.8) -> 18.1 (60.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 107504 ms: Scavenge 32.5 (60.8) -> 19.7 (61.8) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 107510 ms: Mark-sweep 19.8 (61.8) -> 9.5 (58.3) MB, 1.7 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 107574 ms: Scavenge 25.5 (58.3) -> 11.5 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 107629 ms: Scavenge 26.0 (58.3) -> 13.3 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 107678 ms: Scavenge 27.7 (58.3) -> 14.9 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 107725 ms: Scavenge 29.3 (58.3) -> 16.5 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 107775 ms: Scavenge 30.9 (58.3) -> 18.1 (59.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 107827 ms: Scavenge 33.0 (59.8) -> 20.2 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 107833 ms: Mark-sweep 20.3 (59.8) -> 9.7 (58.8) MB, 1.6 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 107890 ms: Scavenge 25.8 (58.8) -> 11.7 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 107947 ms: Scavenge 26.2 (58.8) -> 13.6 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 108005 ms: Scavenge 28.0 (58.8) -> 15.2 (58.8) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 108058 ms: Scavenge 29.6 (58.8) -> 16.8 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 108111 ms: Scavenge 31.1 (58.8) -> 18.4 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 108167 ms: Scavenge 32.8 (59.3) -> 20.0 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 108172 ms: Mark-sweep 20.0 (59.3) -> 9.5 (57.8) MB, 1.7 / 0.5 ms (+ 3.8 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 108232 ms: Scavenge 25.5 (57.8) -> 11.5 (57.8) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 108294 ms: Scavenge 26.0 (57.8) -> 13.4 (57.8) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 108362 ms: Scavenge 27.7 (57.8) -> 14.9 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 108434 ms: Scavenge 29.3 (57.8) -> 16.5 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 108504 ms: Scavenge 30.9 (57.8) -> 18.1 (57.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 108573 ms: Scavenge 32.5 (57.8) -> 19.7 (57.8) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 108579 ms: Mark-sweep 19.8 (57.8) -> 9.5 (57.8) MB, 1.5 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 108654 ms: Scavenge 25.5 (57.8) -> 11.4 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 108703 ms: Scavenge 26.0 (57.8) -> 13.3 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 108754 ms: Scavenge 27.7 (57.8) -> 14.9 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 108812 ms: Scavenge 29.3 (57.8) -> 16.5 (58.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 108865 ms: Scavenge 30.9 (58.3) -> 18.1 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 108920 ms: Scavenge 32.5 (58.3) -> 19.7 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 108926 ms: Mark-sweep 19.7 (58.8) -> 9.5 (58.8) MB, 1.5 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 108987 ms: Scavenge 25.5 (58.8) -> 11.5 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 109037 ms: Scavenge 26.0 (58.8) -> 13.3 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 109089 ms: Scavenge 27.7 (58.8) -> 14.9 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 109139 ms: Scavenge 29.3 (58.8) -> 16.6 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 109193 ms: Scavenge 30.9 (58.8) -> 18.1 (59.8) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 109243 ms: Scavenge 32.5 (59.8) -> 19.7 (60.3) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 109248 ms: Mark-sweep 19.8 (60.3) -> 9.5 (57.8) MB, 1.4 / 0.4 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 109306 ms: Scavenge 25.6 (57.8) -> 11.5 (57.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109363 ms: Scavenge 26.0 (57.8) -> 13.4 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109419 ms: Scavenge 27.8 (57.8) -> 15.0 (57.8) MB, 1.4 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109473 ms: Scavenge 29.4 (57.8) -> 16.5 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109523 ms: Scavenge 30.9 (58.3) -> 18.1 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109574 ms: Scavenge 32.5 (58.3) -> 19.8 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109580 ms: Mark-sweep 19.8 (58.3) -> 9.5 (56.8) MB, 1.4 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 109644 ms: Scavenge 25.6 (56.8) -> 11.5 (56.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109692 ms: Scavenge 26.0 (56.8) -> 13.4 (56.8) MB, 1.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109743 ms: Scavenge 27.8 (56.8) -> 15.0 (56.8) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109792 ms: Scavenge 29.4 (56.8) -> 16.6 (57.3) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109842 ms: Scavenge 30.9 (57.3) -> 18.1 (58.3) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109894 ms: Scavenge 33.0 (58.8) -> 20.2 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 109899 ms: Mark-sweep 20.3 (58.8) -> 9.7 (58.8) MB, 1.3 / 0.4 ms (+ 3.5 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 109962 ms: Scavenge 25.8 (58.8) -> 11.8 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 110016 ms: Scavenge 26.3 (58.8) -> 13.7 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 110073 ms: Scavenge 28.0 (58.8) -> 15.2 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 110130 ms: Scavenge 29.6 (58.8) -> 16.8 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 110184 ms: Scavenge 31.2 (58.8) -> 18.4 (59.8) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 110238 ms: Scavenge 32.8 (59.8) -> 20.0 (60.3) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 110245 ms: Mark-sweep 20.1 (60.3) -> 9.5 (57.8) MB, 1.6 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 110311 ms: Scavenge 25.6 (57.8) -> 11.5 (57.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 110366 ms: Scavenge 26.0 (57.8) -> 13.3 (57.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 110420 ms: Scavenge 27.8 (57.8) -> 15.0 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 110473 ms: Scavenge 29.4 (57.8) -> 16.5 (57.8) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 110531 ms: Scavenge 30.9 (57.8) -> 18.1 (58.8) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 110589 ms: Scavenge 32.5 (58.8) -> 19.7 (58.8) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 110597 ms: Mark-sweep 19.8 (58.8) -> 9.5 (58.8) MB, 1.5 / 0.5 ms (+ 5.0 ms in 6 steps since start of marking, biggest step 1.9 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 110665 ms: Scavenge 25.8 (58.8) -> 11.8 (58.8) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 110717 ms: Scavenge 26.0 (58.8) -> 13.4 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 110774 ms: Scavenge 27.8 (58.8) -> 15.0 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 110830 ms: Scavenge 29.4 (58.8) -> 16.6 (58.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 110883 ms: Scavenge 31.0 (58.8) -> 18.2 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 110934 ms: Scavenge 32.6 (59.8) -> 19.8 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 110942 ms: Mark-sweep 19.8 (59.8) -> 9.5 (59.3) MB, 3.2 / 1.3 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 8 ms) (average mu = 0.981, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 111005 ms: Scavenge 25.6 (59.3) -> 11.6 (59.3) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 111053 ms: Scavenge 26.1 (59.3) -> 13.4 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 111105 ms: Scavenge 27.8 (59.3) -> 15.0 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 111157 ms: Scavenge 29.4 (59.3) -> 16.6 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 111205 ms: Scavenge 31.0 (59.3) -> 18.2 (59.3) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 111259 ms: Scavenge 33.1 (59.8) -> 20.3 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 111264 ms: Mark-sweep 20.3 (59.8) -> 9.8 (59.8) MB, 1.4 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 111330 ms: Scavenge 25.9 (59.8) -> 11.8 (59.8) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111380 ms: Scavenge 26.3 (59.8) -> 13.7 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111430 ms: Scavenge 28.1 (59.8) -> 15.3 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111482 ms: Scavenge 29.6 (59.8) -> 16.8 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111531 ms: Scavenge 31.2 (59.8) -> 18.4 (60.3) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111585 ms: Scavenge 32.8 (60.3) -> 20.0 (60.8) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111590 ms: Mark-sweep 20.1 (60.8) -> 9.6 (59.8) MB, 1.5 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 111648 ms: Scavenge 25.6 (59.8) -> 11.5 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111697 ms: Scavenge 26.1 (59.8) -> 13.4 (59.8) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111749 ms: Scavenge 27.8 (59.8) -> 15.0 (59.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111799 ms: Scavenge 29.4 (59.8) -> 16.6 (59.8) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111851 ms: Scavenge 31.0 (59.8) -> 18.2 (60.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111904 ms: Scavenge 32.5 (60.3) -> 19.7 (60.3) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 111910 ms: Mark-sweep 19.7 (60.3) -> 9.5 (58.3) MB, 1.5 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 111967 ms: Scavenge 25.6 (58.3) -> 11.6 (58.3) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 112020 ms: Scavenge 26.1 (58.3) -> 13.4 (58.3) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 112074 ms: Scavenge 27.8 (58.3) -> 15.0 (58.3) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 112124 ms: Scavenge 29.4 (58.3) -> 16.6 (58.3) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 112175 ms: Scavenge 31.0 (58.3) -> 18.2 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 112224 ms: Scavenge 32.6 (58.8) -> 19.8 (58.8) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 112229 ms: Mark-sweep 19.8 (58.8) -> 9.6 (58.8) MB, 1.2 / 0.4 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 112287 ms: Scavenge 25.6 (58.8) -> 11.6 (58.8) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 112343 ms: Scavenge 26.1 (58.8) -> 13.4 (58.8) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 112402 ms: Scavenge 27.8 (58.8) -> 15.0 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 112456 ms: Scavenge 29.4 (58.8) -> 16.6 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 112512 ms: Scavenge 31.0 (58.8) -> 18.2 (58.8) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 112569 ms: Scavenge 33.1 (59.3) -> 20.3 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 112574 ms: Mark-sweep 20.3 (59.3) -> 9.8 (59.3) MB, 1.5 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 112634 ms: Scavenge 25.9 (59.3) -> 11.8 (59.3) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 112690 ms: Scavenge 26.4 (59.3) -> 13.7 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 112744 ms: Scavenge 28.1 (59.3) -> 15.3 (59.3) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 112800 ms: Scavenge 30.6 (60.2) -> 17.7 (60.2) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 112856 ms: Scavenge 32.2 (60.2) -> 19.3 (60.2) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 112862 ms: Mark-sweep 19.5 (60.2) -> 9.9 (58.1) MB, 1.4 / 0.4 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 112924 ms: Scavenge 25.9 (58.1) -> 11.8 (58.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 112979 ms: Scavenge 26.4 (58.1) -> 13.7 (58.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 113032 ms: Scavenge 28.1 (58.1) -> 15.3 (58.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 113088 ms: Scavenge 29.7 (58.1) -> 16.9 (58.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 113143 ms: Scavenge 31.3 (58.6) -> 18.5 (58.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 113197 ms: Scavenge 32.9 (58.6) -> 20.0 (59.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 113203 ms: Mark-sweep 20.2 (59.1) -> 9.9 (59.1) MB, 1.3 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 113261 ms: Scavenge 26.0 (59.1) -> 11.9 (59.1) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113313 ms: Scavenge 26.4 (59.1) -> 13.7 (59.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113363 ms: Scavenge 28.2 (59.1) -> 15.3 (59.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113418 ms: Scavenge 29.7 (59.1) -> 16.9 (59.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113471 ms: Scavenge 31.3 (59.1) -> 18.5 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113522 ms: Scavenge 32.9 (59.6) -> 20.1 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113527 ms: Mark-sweep 20.2 (59.6) -> 9.9 (59.6) MB, 1.3 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 113592 ms: Scavenge 26.0 (59.6) -> 11.9 (59.6) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113641 ms: Scavenge 26.4 (59.6) -> 13.8 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113695 ms: Scavenge 28.2 (59.6) -> 15.4 (59.6) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113742 ms: Scavenge 29.8 (59.6) -> 17.0 (59.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113793 ms: Scavenge 31.4 (59.6) -> 18.5 (60.1) MB, 1.7 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113848 ms: Scavenge 33.5 (60.6) -> 20.6 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 113853 ms: Mark-sweep 20.7 (61.6) -> 10.2 (59.6) MB, 1.5 / 0.4 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 113912 ms: Scavenge 26.2 (59.6) -> 12.2 (59.6) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 113965 ms: Scavenge 26.7 (59.6) -> 14.0 (59.6) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 114021 ms: Scavenge 28.4 (59.6) -> 15.6 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 114080 ms: Scavenge 30.0 (59.6) -> 17.2 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 114135 ms: Scavenge 31.6 (59.6) -> 18.8 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 114192 ms: Scavenge 33.2 (60.1) -> 20.4 (60.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 114200 ms: Mark-sweep 20.5 (60.1) -> 9.9 (59.6) MB, 2.7 / 1.1 ms (+ 4.6 ms in 6 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 8 ms) (average mu = 0.981, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 114264 ms: Scavenge 26.0 (59.6) -> 12.0 (59.6) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 114320 ms: Scavenge 26.4 (59.6) -> 13.8 (59.6) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 114376 ms: Scavenge 28.2 (59.6) -> 15.4 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 114431 ms: Scavenge 29.8 (59.6) -> 17.0 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 114485 ms: Scavenge 31.4 (59.6) -> 18.6 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 114540 ms: Scavenge 33.5 (60.6) -> 20.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 114547 ms: Mark-sweep 20.7 (60.6) -> 10.2 (60.6) MB, 2.5 / 0.9 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 114609 ms: Scavenge 26.2 (60.6) -> 12.2 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 114665 ms: Scavenge 26.7 (60.6) -> 14.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 114724 ms: Scavenge 28.4 (60.6) -> 15.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 114778 ms: Scavenge 30.0 (60.6) -> 17.2 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 114835 ms: Scavenge 31.6 (60.6) -> 18.8 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 114887 ms: Scavenge 33.7 (61.6) -> 20.9 (62.1) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 114894 ms: Mark-sweep 20.9 (62.1) -> 10.2 (60.6) MB, 1.9 / 0.6 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 114955 ms: Scavenge 26.2 (60.6) -> 12.2 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 115007 ms: Scavenge 26.7 (60.6) -> 14.1 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 115060 ms: Scavenge 28.5 (60.6) -> 15.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 115118 ms: Scavenge 30.0 (60.6) -> 17.3 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 115182 ms: Scavenge 31.6 (60.6) -> 18.8 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 115236 ms: Scavenge 33.2 (61.1) -> 20.4 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 115243 ms: Mark-sweep 20.5 (61.1) -> 10.0 (60.6) MB, 2.2 / 0.9 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 115305 ms: Scavenge 26.0 (60.6) -> 11.9 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 115382 ms: Scavenge 26.5 (60.6) -> 13.8 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 115454 ms: Scavenge 28.2 (60.6) -> 15.4 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 115506 ms: Scavenge 29.8 (60.6) -> 17.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 115559 ms: Scavenge 31.4 (60.6) -> 18.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 115612 ms: Scavenge 33.0 (60.6) -> 20.2 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 115618 ms: Mark-sweep 20.3 (60.6) -> 10.0 (60.6) MB, 1.5 / 0.6 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 115677 ms: Scavenge 26.0 (60.6) -> 12.0 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 115729 ms: Scavenge 26.5 (60.6) -> 13.8 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 115775 ms: Scavenge 28.2 (60.6) -> 15.4 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 115828 ms: Scavenge 29.8 (60.6) -> 17.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 115874 ms: Scavenge 31.4 (60.6) -> 18.6 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 115924 ms: Scavenge 33.5 (62.1) -> 20.7 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 115929 ms: Mark-sweep 20.8 (62.1) -> 10.2 (61.6) MB, 1.4 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 115985 ms: Scavenge 26.3 (61.6) -> 12.2 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 116033 ms: Scavenge 26.7 (61.6) -> 14.0 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 116083 ms: Scavenge 28.5 (61.6) -> 15.7 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 116134 ms: Scavenge 30.0 (61.6) -> 17.2 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 116185 ms: Scavenge 31.6 (61.6) -> 18.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 116239 ms: Scavenge 33.7 (62.6) -> 21.0 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 116245 ms: Mark-sweep 21.1 (63.1) -> 10.2 (60.1) MB, 1.6 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 116306 ms: Scavenge 26.3 (60.1) -> 12.2 (60.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116360 ms: Scavenge 26.8 (60.1) -> 14.1 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116412 ms: Scavenge 28.5 (60.1) -> 15.7 (60.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116464 ms: Scavenge 30.1 (60.1) -> 17.3 (60.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116518 ms: Scavenge 31.7 (60.1) -> 18.9 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116570 ms: Scavenge 33.8 (60.6) -> 20.9 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116576 ms: Mark-sweep 21.0 (60.6) -> 10.2 (59.6) MB, 1.7 / 0.5 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 116636 ms: Scavenge 26.3 (59.6) -> 12.3 (59.6) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116687 ms: Scavenge 26.8 (59.6) -> 14.1 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116739 ms: Scavenge 28.5 (59.6) -> 15.7 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116792 ms: Scavenge 30.1 (60.1) -> 17.3 (60.1) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116850 ms: Scavenge 31.7 (60.1) -> 18.9 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116906 ms: Scavenge 33.8 (61.1) -> 21.0 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 116912 ms: Mark-sweep 21.1 (61.1) -> 10.3 (60.6) MB, 1.6 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 116970 ms: Scavenge 26.3 (60.6) -> 12.2 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 117022 ms: Scavenge 26.8 (60.6) -> 14.1 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 117078 ms: Scavenge 28.5 (60.6) -> 15.7 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 117129 ms: Scavenge 30.1 (60.6) -> 17.3 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 117180 ms: Scavenge 31.7 (60.6) -> 18.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 117233 ms: Scavenge 33.3 (61.6) -> 20.5 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 117238 ms: Mark-sweep 20.5 (61.6) -> 10.0 (61.1) MB, 1.3 / 0.4 ms (+ 3.6 ms in 5 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 117302 ms: Scavenge 26.1 (61.1) -> 12.0 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 117354 ms: Scavenge 26.5 (61.1) -> 13.8 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 117405 ms: Scavenge 28.2 (61.1) -> 15.4 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 117459 ms: Scavenge 29.8 (61.1) -> 17.0 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 117512 ms: Scavenge 31.4 (61.1) -> 18.6 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 117564 ms: Scavenge 33.0 (61.6) -> 20.2 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 117570 ms: Mark-sweep 20.3 (61.6) -> 10.0 (59.6) MB, 1.6 / 0.5 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 117631 ms: Scavenge 26.1 (59.6) -> 12.0 (59.6) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 117680 ms: Scavenge 26.5 (59.6) -> 13.9 (59.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 117732 ms: Scavenge 28.3 (59.6) -> 15.5 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 117787 ms: Scavenge 29.9 (59.6) -> 17.1 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 117841 ms: Scavenge 31.4 (59.6) -> 18.6 (59.6) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 117902 ms: Scavenge 33.0 (59.6) -> 20.3 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 117909 ms: Mark-sweep 20.3 (59.6) -> 10.0 (58.6) MB, 1.5 / 0.5 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 117968 ms: Scavenge 26.1 (58.6) -> 12.1 (58.6) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118013 ms: Scavenge 26.5 (58.6) -> 13.9 (58.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118066 ms: Scavenge 28.3 (58.6) -> 15.5 (58.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118115 ms: Scavenge 29.9 (58.6) -> 17.1 (58.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118166 ms: Scavenge 31.5 (58.6) -> 18.7 (59.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118219 ms: Scavenge 33.1 (59.1) -> 20.3 (59.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118224 ms: Mark-sweep 20.4 (59.1) -> 10.0 (59.1) MB, 1.6 / 0.6 ms (+ 3.6 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 118282 ms: Scavenge 26.1 (59.1) -> 12.0 (59.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118337 ms: Scavenge 26.6 (59.1) -> 13.9 (59.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118393 ms: Scavenge 28.3 (59.1) -> 15.5 (59.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118447 ms: Scavenge 29.9 (59.1) -> 17.1 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118501 ms: Scavenge 31.5 (59.6) -> 18.6 (60.1) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118555 ms: Scavenge 33.0 (60.1) -> 20.2 (60.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118561 ms: Mark-sweep 20.2 (60.1) -> 10.0 (60.1) MB, 1.3 / 0.4 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 118623 ms: Scavenge 26.1 (60.1) -> 12.1 (60.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118675 ms: Scavenge 26.6 (60.1) -> 13.9 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118729 ms: Scavenge 28.3 (60.1) -> 15.5 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118784 ms: Scavenge 29.9 (60.1) -> 17.1 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118837 ms: Scavenge 31.5 (60.1) -> 18.7 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118884 ms: Scavenge 33.1 (60.1) -> 20.3 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 118890 ms: Mark-sweep 20.4 (60.1) -> 10.0 (60.1) MB, 1.3 / 0.4 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 118949 ms: Scavenge 26.1 (60.1) -> 12.1 (60.1) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
80000 | |
[81445:0x103b26000] 119010 ms: Scavenge 26.6 (60.1) -> 13.9 (60.1) MB, 1.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 119068 ms: Scavenge 28.3 (60.1) -> 15.6 (60.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 119123 ms: Scavenge 29.9 (60.1) -> 17.1 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 119176 ms: Scavenge 31.5 (60.1) -> 18.6 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 119229 ms: Scavenge 33.1 (60.6) -> 20.2 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 119234 ms: Mark-sweep 20.3 (60.6) -> 10.1 (60.6) MB, 1.3 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 119296 ms: Scavenge 26.4 (60.6) -> 12.4 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 119350 ms: Scavenge 26.6 (60.6) -> 13.9 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 119401 ms: Scavenge 28.4 (60.6) -> 15.5 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 119450 ms: Scavenge 29.9 (60.6) -> 17.1 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 119505 ms: Scavenge 31.5 (60.6) -> 18.7 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 119558 ms: Scavenge 33.6 (62.1) -> 20.8 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 119564 ms: Mark-sweep 20.9 (62.1) -> 10.3 (60.6) MB, 1.6 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 119621 ms: Scavenge 26.4 (60.6) -> 12.3 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 119670 ms: Scavenge 26.8 (60.6) -> 14.2 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 119718 ms: Scavenge 28.6 (60.6) -> 15.7 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 119770 ms: Scavenge 30.2 (60.6) -> 17.3 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 119821 ms: Scavenge 31.7 (61.1) -> 19.0 (62.1) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 119878 ms: Scavenge 33.3 (62.1) -> 20.5 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 119884 ms: Mark-sweep 20.6 (62.1) -> 10.0 (57.6) MB, 1.8 / 0.5 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 119942 ms: Scavenge 26.1 (57.6) -> 12.1 (57.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 120013 ms: Scavenge 26.6 (57.6) -> 14.0 (57.6) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 120081 ms: Scavenge 28.3 (57.6) -> 15.5 (57.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 120156 ms: Scavenge 29.9 (57.6) -> 17.1 (58.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 120214 ms: Scavenge 31.5 (58.1) -> 18.7 (58.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 120272 ms: Scavenge 33.1 (58.1) -> 20.3 (58.1) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 120279 ms: Mark-sweep 20.4 (58.1) -> 10.1 (56.1) MB, 1.8 / 0.6 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 120343 ms: Scavenge 26.1 (56.1) -> 12.1 (56.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 120400 ms: Scavenge 26.6 (56.1) -> 14.0 (56.1) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 120457 ms: Scavenge 28.4 (56.1) -> 15.6 (56.1) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 120516 ms: Scavenge 29.9 (56.1) -> 17.1 (56.6) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 120575 ms: Scavenge 31.5 (56.6) -> 18.7 (56.6) MB, 1.6 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 120636 ms: Scavenge 33.1 (56.6) -> 20.3 (56.6) MB, 1.6 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 120643 ms: Mark-sweep 20.4 (56.6) -> 10.1 (56.6) MB, 2.2 / 0.9 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 120707 ms: Scavenge 26.2 (56.6) -> 12.1 (56.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 120761 ms: Scavenge 26.6 (56.6) -> 14.0 (56.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 120817 ms: Scavenge 28.4 (56.6) -> 15.6 (56.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 120873 ms: Scavenge 29.9 (56.6) -> 17.1 (57.1) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 120926 ms: Scavenge 31.5 (57.1) -> 18.7 (57.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 120982 ms: Scavenge 33.1 (57.1) -> 20.3 (57.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 120989 ms: Mark-sweep 20.3 (57.1) -> 10.1 (55.6) MB, 2.1 / 0.9 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 121064 ms: Scavenge 26.2 (55.6) -> 12.1 (55.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 121121 ms: Scavenge 26.6 (55.6) -> 14.0 (55.6) MB, 1.8 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 121178 ms: Scavenge 28.4 (55.6) -> 15.6 (55.6) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 121234 ms: Scavenge 30.0 (55.6) -> 17.2 (55.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 121287 ms: Scavenge 31.6 (55.6) -> 18.8 (55.6) MB, 1.7 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 121344 ms: Scavenge 33.6 (56.1) -> 20.9 (56.1) MB, 1.7 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 121354 ms: Mark-sweep 21.0 (56.1) -> 10.4 (56.1) MB, 3.9 / 1.8 ms (+ 5.2 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 10 ms) (average mu = 0.979, current mu = 0.975) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 121424 ms: Scavenge 26.4 (56.1) -> 12.4 (56.1) MB, 0.9 / 0.0 ms (average mu = 0.979, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 121484 ms: Scavenge 26.9 (56.1) -> 14.2 (56.1) MB, 1.1 / 0.0 ms (average mu = 0.979, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 121536 ms: Scavenge 28.6 (56.1) -> 15.8 (56.6) MB, 1.1 / 0.0 ms (average mu = 0.979, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 121592 ms: Scavenge 30.2 (56.6) -> 17.4 (57.1) MB, 1.3 / 0.0 ms (average mu = 0.979, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 121648 ms: Scavenge 31.8 (57.1) -> 19.0 (57.1) MB, 1.6 / 0.0 ms (average mu = 0.979, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 121703 ms: Scavenge 33.4 (57.1) -> 20.6 (57.6) MB, 1.2 / 0.0 ms (average mu = 0.979, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 121709 ms: Mark-sweep 20.6 (57.6) -> 10.1 (57.1) MB, 1.5 / 0.5 ms (+ 4.1 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 121775 ms: Scavenge 26.2 (57.1) -> 12.1 (57.1) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 121831 ms: Scavenge 26.6 (57.1) -> 14.0 (57.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 121886 ms: Scavenge 28.4 (57.1) -> 15.5 (57.1) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 121943 ms: Scavenge 30.0 (57.1) -> 17.2 (58.1) MB, 1.6 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 121998 ms: Scavenge 31.6 (58.1) -> 18.7 (58.1) MB, 1.7 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122057 ms: Scavenge 33.2 (58.1) -> 20.3 (58.6) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122063 ms: Mark-sweep 20.4 (58.6) -> 10.1 (58.1) MB, 1.6 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 122140 ms: Scavenge 26.2 (58.1) -> 12.1 (58.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122198 ms: Scavenge 26.7 (58.1) -> 14.0 (58.1) MB, 1.7 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122250 ms: Scavenge 28.4 (58.1) -> 15.6 (58.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122304 ms: Scavenge 30.0 (58.1) -> 17.2 (58.6) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122362 ms: Scavenge 31.6 (58.6) -> 18.8 (58.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122422 ms: Scavenge 33.1 (58.6) -> 20.3 (58.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 122428 ms: Mark-sweep 20.4 (58.6) -> 10.1 (58.6) MB, 1.4 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 122502 ms: Scavenge 26.2 (58.6) -> 12.1 (58.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 122580 ms: Scavenge 26.7 (58.6) -> 14.0 (58.6) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 122644 ms: Scavenge 28.4 (58.6) -> 15.6 (58.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 122697 ms: Scavenge 30.0 (58.6) -> 17.2 (58.6) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 122751 ms: Scavenge 31.6 (58.6) -> 18.8 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 122805 ms: Scavenge 33.1 (59.6) -> 20.3 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 122814 ms: Mark-sweep 20.4 (59.6) -> 10.2 (59.6) MB, 4.1 / 0.9 ms (+ 4.6 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 9 ms) (average mu = 0.981, current mu = 0.977) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 122876 ms: Scavenge 26.2 (59.6) -> 12.2 (59.6) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 122935 ms: Scavenge 26.7 (59.6) -> 14.0 (59.6) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 122991 ms: Scavenge 28.4 (59.6) -> 15.6 (59.6) MB, 1.6 / 0.0 ms (average mu = 0.981, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 123049 ms: Scavenge 30.0 (59.6) -> 17.2 (59.6) MB, 1.7 / 0.0 ms (average mu = 0.981, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 123105 ms: Scavenge 31.6 (59.6) -> 18.7 (59.6) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 123160 ms: Scavenge 33.2 (59.6) -> 20.4 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 123167 ms: Mark-sweep 20.5 (60.1) -> 10.2 (59.6) MB, 1.7 / 0.6 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 123230 ms: Scavenge 26.2 (59.6) -> 12.2 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 123284 ms: Scavenge 26.7 (59.6) -> 14.0 (59.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 123342 ms: Scavenge 28.4 (59.6) -> 15.6 (59.6) MB, 1.7 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 123401 ms: Scavenge 30.0 (59.6) -> 17.2 (59.6) MB, 1.8 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 123458 ms: Scavenge 31.6 (59.6) -> 18.8 (60.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 123516 ms: Scavenge 33.7 (60.6) -> 21.0 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 123523 ms: Mark-sweep 21.0 (60.6) -> 10.4 (60.6) MB, 2.1 / 0.8 ms (+ 4.7 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 123604 ms: Scavenge 26.5 (60.6) -> 12.4 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 123661 ms: Scavenge 26.9 (60.6) -> 14.3 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 123720 ms: Scavenge 28.7 (60.6) -> 15.8 (60.6) MB, 1.5 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 123776 ms: Scavenge 30.3 (60.6) -> 17.5 (60.6) MB, 1.6 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 123834 ms: Scavenge 31.8 (60.6) -> 19.1 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 123890 ms: Scavenge 33.9 (61.6) -> 21.1 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 123899 ms: Mark-sweep 21.1 (61.6) -> 10.4 (60.1) MB, 2.7 / 0.9 ms (+ 5.5 ms in 6 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 9 ms) (average mu = 0.980, current mu = 0.978) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 123963 ms: Scavenge 26.5 (60.1) -> 12.4 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 124018 ms: Scavenge 26.9 (60.1) -> 14.3 (60.1) MB, 1.7 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 124073 ms: Scavenge 28.7 (60.1) -> 15.9 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 124135 ms: Scavenge 30.3 (60.1) -> 17.5 (60.1) MB, 1.5 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 124192 ms: Scavenge 31.9 (60.1) -> 19.1 (60.1) MB, 2.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 124249 ms: Scavenge 33.5 (60.1) -> 20.7 (60.1) MB, 1.8 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 124257 ms: Mark-sweep 20.8 (60.1) -> 10.2 (59.6) MB, 2.6 / 0.9 ms (+ 4.9 ms in 7 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 8 ms) (average mu = 0.979, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 124325 ms: Scavenge 26.2 (59.6) -> 12.2 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 124382 ms: Scavenge 26.7 (59.6) -> 14.0 (59.6) MB, 1.6 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 124448 ms: Scavenge 28.5 (59.6) -> 15.7 (59.6) MB, 1.4 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 124502 ms: Scavenge 30.0 (59.6) -> 17.2 (59.6) MB, 2.1 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 124560 ms: Scavenge 31.6 (59.6) -> 18.9 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 124613 ms: Scavenge 33.2 (59.6) -> 20.4 (59.6) MB, 1.3 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 124621 ms: Mark-sweep 20.5 (59.6) -> 10.2 (59.6) MB, 3.2 / 1.5 ms (+ 3.9 ms in 7 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 8 ms) (average mu = 0.980, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 124687 ms: Scavenge 26.3 (59.6) -> 12.2 (59.6) MB, 1.0 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 124747 ms: Scavenge 26.7 (59.6) -> 14.1 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 124818 ms: Scavenge 28.5 (59.6) -> 15.7 (59.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 124873 ms: Scavenge 30.1 (59.6) -> 17.3 (60.1) MB, 1.5 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 124928 ms: Scavenge 31.7 (60.1) -> 18.8 (60.1) MB, 1.6 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 124989 ms: Scavenge 33.8 (60.6) -> 20.9 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 124996 ms: Mark-sweep 21.1 (60.6) -> 10.5 (60.6) MB, 1.9 / 0.8 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 125078 ms: Scavenge 26.5 (60.6) -> 12.5 (60.6) MB, 1.8 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 125162 ms: Scavenge 27.0 (60.6) -> 14.3 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 125238 ms: Scavenge 28.7 (60.6) -> 15.9 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 125323 ms: Scavenge 30.3 (60.6) -> 17.5 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 125402 ms: Scavenge 31.9 (60.6) -> 19.1 (61.6) MB, 2.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 125475 ms: Scavenge 33.5 (61.6) -> 20.7 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 125482 ms: Mark-sweep 20.7 (61.6) -> 10.2 (59.1) MB, 2.1 / 0.7 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 7 ms) (average mu = 0.985, current mu = 0.987) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 125579 ms: Scavenge 26.3 (59.1) -> 12.2 (59.1) MB, 0.9 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 125637 ms: Scavenge 26.7 (59.1) -> 14.1 (59.1) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 125693 ms: Scavenge 28.5 (59.1) -> 15.6 (59.1) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 125746 ms: Scavenge 30.1 (59.1) -> 17.3 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 125794 ms: Scavenge 31.6 (59.6) -> 18.8 (59.6) MB, 1.7 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 125854 ms: Scavenge 33.7 (60.1) -> 20.9 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.987) allocation failure | |
[81445:0x103b26000] 125859 ms: Mark-sweep 21.0 (60.6) -> 10.5 (60.6) MB, 1.6 / 0.5 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 125919 ms: Scavenge 26.5 (60.6) -> 12.5 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 125970 ms: Scavenge 27.0 (60.6) -> 14.3 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126024 ms: Scavenge 28.7 (60.6) -> 15.9 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126086 ms: Scavenge 30.3 (60.6) -> 17.5 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126141 ms: Scavenge 31.9 (60.6) -> 19.1 (61.6) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126195 ms: Scavenge 33.5 (61.6) -> 20.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126202 ms: Mark-sweep 20.7 (61.6) -> 10.2 (59.6) MB, 1.6 / 0.7 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 126265 ms: Scavenge 26.3 (59.6) -> 12.3 (59.6) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 126319 ms: Scavenge 26.8 (59.6) -> 14.1 (59.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 126377 ms: Scavenge 28.5 (59.6) -> 15.7 (59.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 126446 ms: Scavenge 30.1 (59.6) -> 17.3 (59.6) MB, 5.3 / 0.3 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 126538 ms: Scavenge 31.7 (59.6) -> 18.9 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 126588 ms: Scavenge 33.8 (60.6) -> 21.0 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 126594 ms: Mark-sweep 21.1 (60.6) -> 10.5 (59.6) MB, 1.6 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 126656 ms: Scavenge 26.5 (59.6) -> 12.5 (59.6) MB, 1.3 / 0.1 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126711 ms: Scavenge 27.0 (59.6) -> 14.4 (60.1) MB, 1.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126762 ms: Scavenge 28.8 (60.1) -> 16.0 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126810 ms: Scavenge 30.4 (60.1) -> 17.6 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126863 ms: Scavenge 31.9 (60.1) -> 19.1 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126925 ms: Scavenge 33.5 (60.1) -> 20.7 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 126933 ms: Mark-sweep 21.3 (60.6) -> 11.2 (60.1) MB, 2.1 / 0.6 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 8 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via stack guard GC in old space requested | |
[81445:0x103b26000] 126991 ms: Scavenge 27.1 (60.1) -> 13.0 (60.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127041 ms: Scavenge 27.2 (60.1) -> 14.6 (60.1) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127095 ms: Scavenge 29.0 (60.1) -> 16.1 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127150 ms: Scavenge 30.5 (60.1) -> 17.7 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127212 ms: Scavenge 32.1 (60.1) -> 19.3 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127266 ms: Scavenge 33.7 (60.6) -> 20.9 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127318 ms: Scavenge 35.3 (60.6) -> 22.5 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 127324 ms: Mark-sweep 22.5 (60.6) -> 10.5 (60.6) MB, 1.9 / 0.6 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 127386 ms: Scavenge 26.9 (60.6) -> 12.9 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 127439 ms: Scavenge 27.1 (60.6) -> 14.4 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 127489 ms: Scavenge 28.8 (60.6) -> 16.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 127539 ms: Scavenge 30.4 (60.6) -> 17.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 127596 ms: Scavenge 32.0 (60.6) -> 19.2 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 127658 ms: Scavenge 34.1 (61.1) -> 21.3 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 127664 ms: Mark-sweep 21.4 (61.1) -> 10.5 (60.6) MB, 1.5 / 0.4 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 127723 ms: Scavenge 26.6 (60.6) -> 12.6 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 127773 ms: Scavenge 27.0 (60.6) -> 14.4 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 127828 ms: Scavenge 28.8 (60.6) -> 16.0 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 127883 ms: Scavenge 30.4 (60.6) -> 17.6 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 127948 ms: Scavenge 32.0 (60.6) -> 19.1 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 128012 ms: Scavenge 34.1 (61.6) -> 21.3 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 128018 ms: Mark-sweep 21.3 (61.6) -> 10.5 (59.6) MB, 1.7 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 128087 ms: Scavenge 26.6 (59.6) -> 12.6 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128144 ms: Scavenge 27.1 (59.6) -> 14.4 (59.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128198 ms: Scavenge 28.8 (59.6) -> 16.0 (59.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128250 ms: Scavenge 30.4 (59.6) -> 17.6 (59.6) MB, 1.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128306 ms: Scavenge 32.0 (59.6) -> 19.2 (60.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128366 ms: Scavenge 34.1 (61.1) -> 21.3 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128373 ms: Mark-sweep 21.4 (61.1) -> 10.6 (60.6) MB, 1.5 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 128438 ms: Scavenge 26.6 (60.6) -> 12.6 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128491 ms: Scavenge 27.1 (60.6) -> 14.4 (60.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128540 ms: Scavenge 28.8 (60.6) -> 16.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128596 ms: Scavenge 30.4 (60.6) -> 17.6 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128650 ms: Scavenge 32.0 (60.6) -> 19.2 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128704 ms: Scavenge 34.1 (61.6) -> 21.3 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128709 ms: Mark-sweep 21.4 (62.6) -> 10.6 (61.6) MB, 1.5 / 0.4 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 128765 ms: Scavenge 26.6 (61.6) -> 12.6 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128821 ms: Scavenge 27.1 (61.6) -> 14.4 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128878 ms: Scavenge 28.8 (61.6) -> 16.0 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128933 ms: Scavenge 30.4 (61.6) -> 17.6 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 128979 ms: Scavenge 32.0 (61.6) -> 19.2 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 129033 ms: Scavenge 34.1 (62.6) -> 21.3 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 129039 ms: Mark-sweep 21.3 (62.6) -> 10.5 (62.1) MB, 1.3 / 0.4 ms (+ 3.7 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 129095 ms: Scavenge 26.6 (62.1) -> 12.6 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 129143 ms: Scavenge 27.1 (62.1) -> 14.4 (62.1) MB, 1.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 129197 ms: Scavenge 28.8 (62.1) -> 16.0 (62.1) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 129246 ms: Scavenge 30.4 (62.1) -> 17.6 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 129299 ms: Scavenge 32.0 (62.1) -> 19.2 (62.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 129354 ms: Scavenge 33.6 (62.6) -> 20.8 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 129361 ms: Mark-sweep 20.8 (62.6) -> 10.3 (62.1) MB, 2.1 / 0.9 ms (+ 4.6 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 129422 ms: Scavenge 26.4 (62.1) -> 12.3 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 129473 ms: Scavenge 26.8 (62.1) -> 14.2 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 129522 ms: Scavenge 28.6 (62.1) -> 15.8 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 129576 ms: Scavenge 30.2 (62.1) -> 17.4 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 129624 ms: Scavenge 31.8 (62.1) -> 19.0 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 129676 ms: Scavenge 33.9 (62.6) -> 21.1 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 129682 ms: Mark-sweep 21.2 (62.6) -> 10.6 (62.6) MB, 1.5 / 0.4 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 129745 ms: Scavenge 26.6 (62.6) -> 12.6 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 129799 ms: Scavenge 27.1 (62.6) -> 14.4 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 129852 ms: Scavenge 28.9 (62.6) -> 16.1 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 129909 ms: Scavenge 30.4 (62.6) -> 17.7 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 129963 ms: Scavenge 32.0 (63.1) -> 19.2 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130016 ms: Scavenge 33.6 (63.1) -> 20.8 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130022 ms: Mark-sweep 20.9 (63.1) -> 10.3 (60.1) MB, 1.7 / 0.6 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 130089 ms: Scavenge 26.4 (60.1) -> 12.3 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130138 ms: Scavenge 26.9 (60.1) -> 14.2 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130188 ms: Scavenge 28.6 (60.1) -> 15.8 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130237 ms: Scavenge 30.2 (60.1) -> 17.4 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130287 ms: Scavenge 31.8 (60.1) -> 18.9 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130345 ms: Scavenge 33.3 (60.1) -> 20.5 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 130351 ms: Mark-sweep 20.6 (60.1) -> 10.3 (60.1) MB, 1.5 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 130410 ms: Scavenge 26.4 (60.1) -> 12.3 (60.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130463 ms: Scavenge 26.9 (60.1) -> 14.2 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130518 ms: Scavenge 28.6 (60.1) -> 15.8 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130572 ms: Scavenge 30.2 (60.1) -> 17.4 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130625 ms: Scavenge 31.8 (60.1) -> 19.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130681 ms: Scavenge 33.9 (61.1) -> 21.1 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130687 ms: Mark-sweep 21.1 (61.1) -> 10.6 (61.1) MB, 1.6 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 130747 ms: Scavenge 26.7 (61.1) -> 12.6 (61.1) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130802 ms: Scavenge 27.1 (61.1) -> 14.4 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130857 ms: Scavenge 28.9 (61.1) -> 16.0 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130912 ms: Scavenge 30.4 (61.1) -> 17.6 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 130963 ms: Scavenge 32.0 (61.1) -> 19.2 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131013 ms: Scavenge 34.1 (63.1) -> 21.3 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131019 ms: Mark-sweep 21.4 (63.1) -> 10.6 (61.1) MB, 1.7 / 0.5 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 131095 ms: Scavenge 26.9 (61.1) -> 12.9 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131151 ms: Scavenge 27.1 (61.1) -> 14.5 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131208 ms: Scavenge 28.9 (61.1) -> 16.1 (61.1) MB, 2.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131261 ms: Scavenge 30.5 (61.1) -> 17.7 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131316 ms: Scavenge 32.1 (61.1) -> 19.3 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131371 ms: Scavenge 34.2 (62.6) -> 21.4 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 131377 ms: Mark-sweep 21.4 (63.1) -> 10.6 (60.6) MB, 1.7 / 0.6 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 131439 ms: Scavenge 26.7 (60.6) -> 12.6 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 131497 ms: Scavenge 27.1 (60.6) -> 14.5 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 131552 ms: Scavenge 28.9 (60.6) -> 16.1 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 131603 ms: Scavenge 30.5 (60.6) -> 17.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 131655 ms: Scavenge 32.1 (60.6) -> 19.2 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 131705 ms: Scavenge 33.6 (61.1) -> 20.8 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 131711 ms: Mark-sweep 20.9 (61.1) -> 10.3 (60.6) MB, 1.4 / 0.5 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 131768 ms: Scavenge 26.4 (60.6) -> 12.4 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 131823 ms: Scavenge 26.9 (60.6) -> 14.2 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 131876 ms: Scavenge 28.6 (60.6) -> 15.9 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 131929 ms: Scavenge 30.2 (60.6) -> 17.4 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 131985 ms: Scavenge 31.8 (60.6) -> 19.0 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 132036 ms: Scavenge 33.9 (61.6) -> 21.1 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 132043 ms: Mark-sweep 21.2 (61.6) -> 10.6 (61.6) MB, 1.7 / 0.6 ms (+ 4.8 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 132109 ms: Scavenge 26.7 (61.6) -> 12.6 (61.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 132163 ms: Scavenge 27.2 (61.6) -> 14.5 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 132217 ms: Scavenge 28.9 (61.6) -> 16.1 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 132272 ms: Scavenge 30.5 (61.6) -> 17.6 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 132331 ms: Scavenge 32.1 (62.6) -> 19.3 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 132384 ms: Scavenge 34.2 (63.1) -> 21.4 (63.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 132390 ms: Mark-sweep 21.4 (63.1) -> 10.6 (61.1) MB, 1.7 / 0.6 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 132450 ms: Scavenge 26.7 (61.1) -> 12.6 (61.1) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 132506 ms: Scavenge 27.2 (61.1) -> 14.5 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 132557 ms: Scavenge 28.9 (61.1) -> 16.1 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 132614 ms: Scavenge 30.5 (61.1) -> 17.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 132664 ms: Scavenge 32.1 (61.6) -> 19.3 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 132717 ms: Scavenge 33.7 (61.6) -> 20.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 132723 ms: Mark-sweep 21.0 (61.6) -> 10.4 (61.1) MB, 1.4 / 0.4 ms (+ 4.2 ms in 6 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 132782 ms: Scavenge 26.5 (61.1) -> 12.5 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 132835 ms: Scavenge 26.9 (61.1) -> 14.2 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 132888 ms: Scavenge 28.7 (61.1) -> 15.9 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 132942 ms: Scavenge 30.3 (61.1) -> 17.4 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 132995 ms: Scavenge 31.9 (61.1) -> 19.0 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133048 ms: Scavenge 34.0 (61.6) -> 21.1 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133055 ms: Mark-sweep 21.2 (61.6) -> 10.6 (61.6) MB, 1.7 / 0.6 ms (+ 4.6 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 133122 ms: Scavenge 26.7 (61.6) -> 12.7 (61.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133173 ms: Scavenge 27.2 (61.6) -> 14.5 (61.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133230 ms: Scavenge 28.9 (61.6) -> 16.1 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133284 ms: Scavenge 30.5 (61.6) -> 17.7 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133336 ms: Scavenge 32.1 (62.1) -> 19.3 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133384 ms: Scavenge 34.2 (63.1) -> 21.4 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133391 ms: Mark-sweep 21.6 (63.1) -> 10.7 (62.6) MB, 1.6 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 133451 ms: Scavenge 26.7 (62.6) -> 12.7 (62.6) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133503 ms: Scavenge 27.2 (62.6) -> 14.5 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133560 ms: Scavenge 28.9 (62.6) -> 16.1 (62.6) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133617 ms: Scavenge 30.5 (62.6) -> 17.7 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133674 ms: Scavenge 32.1 (62.6) -> 19.3 (63.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133735 ms: Scavenge 34.2 (63.6) -> 21.4 (63.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 133742 ms: Mark-sweep 21.4 (63.6) -> 10.7 (62.1) MB, 2.3 / 0.9 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 133804 ms: Scavenge 26.7 (62.1) -> 12.7 (62.1) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133850 ms: Scavenge 27.2 (62.1) -> 14.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133899 ms: Scavenge 29.0 (62.1) -> 16.2 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 133952 ms: Scavenge 30.5 (62.1) -> 17.7 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 134004 ms: Scavenge 32.1 (62.1) -> 19.3 (63.6) MB, 2.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 134057 ms: Scavenge 34.2 (64.1) -> 21.4 (64.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 134063 ms: Mark-sweep 21.5 (64.6) -> 10.7 (60.6) MB, 1.9 / 0.4 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 134122 ms: Scavenge 26.7 (60.6) -> 12.7 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 134176 ms: Scavenge 27.2 (60.6) -> 14.6 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 134226 ms: Scavenge 29.0 (60.6) -> 16.1 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 134276 ms: Scavenge 30.5 (60.6) -> 17.7 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 134328 ms: Scavenge 32.1 (60.6) -> 19.3 (60.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 134378 ms: Scavenge 34.2 (61.1) -> 21.4 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 134384 ms: Mark-sweep 21.5 (61.1) -> 10.7 (60.6) MB, 1.4 / 0.4 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 134448 ms: Scavenge 26.8 (60.6) -> 12.7 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 134525 ms: Scavenge 27.2 (60.6) -> 14.5 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 134589 ms: Scavenge 29.0 (60.6) -> 16.1 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 134643 ms: Scavenge 30.5 (60.6) -> 17.7 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 134697 ms: Scavenge 32.1 (60.6) -> 19.3 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 134749 ms: Scavenge 34.2 (61.1) -> 21.4 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 134755 ms: Mark-sweep 21.4 (61.1) -> 10.7 (60.6) MB, 1.3 / 0.4 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 5 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 134812 ms: Scavenge 26.8 (60.6) -> 12.7 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 134865 ms: Scavenge 27.2 (60.6) -> 14.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 134917 ms: Scavenge 29.0 (60.6) -> 16.2 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 134968 ms: Scavenge 30.6 (60.6) -> 17.8 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 135017 ms: Scavenge 32.2 (60.6) -> 19.4 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 135071 ms: Scavenge 34.2 (61.6) -> 21.4 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 135077 ms: Mark-sweep 21.5 (61.6) -> 10.7 (61.1) MB, 1.3 / 0.4 ms (+ 4.0 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 135140 ms: Scavenge 26.8 (61.1) -> 12.7 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 135195 ms: Scavenge 27.2 (61.1) -> 14.5 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 135270 ms: Scavenge 29.0 (61.1) -> 16.2 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 135355 ms: Scavenge 30.5 (61.1) -> 17.7 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 135410 ms: Scavenge 32.1 (61.6) -> 19.3 (62.1) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 135466 ms: Scavenge 33.7 (62.1) -> 20.9 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 135475 ms: Mark-sweep 21.0 (62.1) -> 10.5 (60.1) MB, 1.9 / 0.5 ms (+ 5.6 ms in 6 steps since start of marking, biggest step 1.9 ms, walltime since start of marking 8 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 135541 ms: Scavenge 26.5 (60.1) -> 12.5 (60.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 135653 ms: Scavenge 27.0 (60.1) -> 14.3 (60.1) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 135705 ms: Scavenge 28.7 (60.1) -> 15.9 (60.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 135764 ms: Scavenge 30.3 (60.1) -> 17.5 (60.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 135819 ms: Scavenge 31.9 (60.1) -> 19.1 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 135877 ms: Scavenge 34.0 (61.6) -> 21.2 (61.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 135884 ms: Mark-sweep 21.3 (61.6) -> 10.7 (61.1) MB, 1.6 / 0.5 ms (+ 4.7 ms in 7 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 135948 ms: Scavenge 26.8 (61.1) -> 12.7 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136012 ms: Scavenge 27.2 (61.1) -> 14.6 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136079 ms: Scavenge 29.0 (61.1) -> 16.2 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136133 ms: Scavenge 30.6 (61.1) -> 17.8 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136187 ms: Scavenge 32.2 (61.1) -> 19.3 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136238 ms: Scavenge 34.2 (61.6) -> 21.4 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136244 ms: Mark-sweep 21.5 (61.6) -> 10.7 (61.1) MB, 1.5 / 0.4 ms (+ 4.2 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 136302 ms: Scavenge 26.8 (61.1) -> 12.8 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136355 ms: Scavenge 27.3 (61.1) -> 14.6 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136405 ms: Scavenge 29.0 (61.1) -> 16.2 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136454 ms: Scavenge 30.6 (61.1) -> 17.8 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136503 ms: Scavenge 32.1 (61.1) -> 19.4 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136554 ms: Scavenge 33.7 (61.6) -> 20.9 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 136560 ms: Mark-sweep 21.0 (61.6) -> 10.5 (60.1) MB, 1.5 / 0.4 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 136616 ms: Scavenge 26.8 (60.1) -> 12.8 (60.1) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 136665 ms: Scavenge 27.0 (60.1) -> 14.4 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 136717 ms: Scavenge 28.8 (60.1) -> 15.9 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
90000 | |
[81445:0x103b26000] 136771 ms: Scavenge 30.4 (60.1) -> 17.6 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 136826 ms: Scavenge 31.9 (61.1) -> 19.2 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 136883 ms: Scavenge 34.0 (62.1) -> 21.2 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 136889 ms: Mark-sweep 21.3 (62.1) -> 10.8 (62.1) MB, 1.6 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 136952 ms: Scavenge 26.8 (62.1) -> 12.8 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 137009 ms: Scavenge 27.3 (62.1) -> 14.6 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 137062 ms: Scavenge 29.0 (62.1) -> 16.2 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 137113 ms: Scavenge 30.6 (62.1) -> 17.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 137167 ms: Scavenge 32.2 (62.1) -> 19.4 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 137220 ms: Scavenge 34.3 (63.1) -> 21.5 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 137226 ms: Mark-sweep 21.6 (63.1) -> 10.8 (62.6) MB, 1.6 / 0.5 ms (+ 4.7 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 137287 ms: Scavenge 26.8 (62.6) -> 12.8 (62.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 137341 ms: Scavenge 27.3 (62.6) -> 14.6 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 137397 ms: Scavenge 29.1 (62.6) -> 16.2 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 137445 ms: Scavenge 30.6 (62.6) -> 17.8 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 137502 ms: Scavenge 32.2 (62.6) -> 19.4 (62.6) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 137556 ms: Scavenge 34.3 (63.1) -> 21.5 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 137562 ms: Mark-sweep 21.6 (63.1) -> 10.8 (62.6) MB, 1.4 / 0.4 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 137619 ms: Scavenge 26.8 (62.6) -> 12.8 (62.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 137670 ms: Scavenge 27.3 (62.6) -> 14.6 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 137727 ms: Scavenge 29.0 (62.6) -> 16.2 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 137778 ms: Scavenge 30.6 (62.6) -> 17.8 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 137831 ms: Scavenge 32.2 (62.6) -> 19.4 (63.1) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 137888 ms: Scavenge 34.3 (63.6) -> 21.5 (63.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 137895 ms: Mark-sweep 21.6 (63.6) -> 10.8 (61.1) MB, 2.0 / 0.7 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 137953 ms: Scavenge 26.9 (61.1) -> 12.8 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 138012 ms: Scavenge 27.3 (61.1) -> 14.7 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 138072 ms: Scavenge 29.1 (61.1) -> 16.2 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 138124 ms: Scavenge 30.7 (61.1) -> 17.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 138176 ms: Scavenge 32.2 (61.6) -> 19.4 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 138229 ms: Scavenge 34.4 (62.6) -> 21.5 (62.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 138235 ms: Mark-sweep 21.6 (62.6) -> 10.8 (62.1) MB, 1.5 / 0.4 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 138294 ms: Scavenge 26.9 (62.1) -> 12.8 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 138349 ms: Scavenge 27.3 (62.1) -> 14.7 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 138403 ms: Scavenge 29.1 (62.1) -> 16.2 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 138454 ms: Scavenge 30.7 (62.1) -> 17.8 (62.1) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 138503 ms: Scavenge 32.2 (62.1) -> 19.4 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 138558 ms: Scavenge 33.8 (62.6) -> 21.0 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 138564 ms: Mark-sweep 21.1 (62.6) -> 10.6 (62.1) MB, 1.5 / 0.5 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 138635 ms: Scavenge 26.7 (62.1) -> 12.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 138706 ms: Scavenge 27.1 (62.1) -> 14.4 (62.1) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 138775 ms: Scavenge 28.9 (62.1) -> 16.1 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 138851 ms: Scavenge 30.5 (62.1) -> 17.6 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 138925 ms: Scavenge 32.0 (62.1) -> 19.2 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 139001 ms: Scavenge 34.1 (63.1) -> 21.3 (63.1) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 139009 ms: Mark-sweep 21.4 (63.1) -> 10.8 (62.1) MB, 2.2 / 0.8 ms (+ 5.0 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 8 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 139076 ms: Scavenge 26.9 (62.1) -> 12.9 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139128 ms: Scavenge 27.3 (62.1) -> 14.7 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139186 ms: Scavenge 29.1 (62.1) -> 16.3 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139243 ms: Scavenge 30.7 (62.1) -> 17.9 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139298 ms: Scavenge 32.3 (62.1) -> 19.5 (62.6) MB, 1.7 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139357 ms: Scavenge 34.4 (63.1) -> 21.6 (63.1) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139363 ms: Mark-sweep 21.7 (63.1) -> 10.8 (62.1) MB, 1.5 / 0.4 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 139424 ms: Scavenge 26.9 (62.1) -> 12.9 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139477 ms: Scavenge 27.3 (62.1) -> 14.7 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139527 ms: Scavenge 29.1 (62.1) -> 16.3 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139581 ms: Scavenge 30.7 (62.1) -> 17.9 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139632 ms: Scavenge 32.3 (62.1) -> 19.5 (63.1) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139690 ms: Scavenge 34.4 (63.6) -> 21.5 (63.6) MB, 1.3 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 139697 ms: Mark-sweep 21.7 (63.6) -> 10.9 (61.6) MB, 2.0 / 0.8 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 139754 ms: Scavenge 26.9 (61.6) -> 12.8 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 139805 ms: Scavenge 27.4 (61.6) -> 14.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 139853 ms: Scavenge 29.1 (61.6) -> 16.3 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 139908 ms: Scavenge 30.7 (61.6) -> 17.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 139962 ms: Scavenge 32.3 (61.6) -> 19.5 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140018 ms: Scavenge 34.4 (63.1) -> 21.7 (63.1) MB, 1.6 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140025 ms: Mark-sweep 21.7 (63.1) -> 10.9 (61.6) MB, 1.8 / 0.6 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 140094 ms: Scavenge 26.9 (61.6) -> 12.9 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140143 ms: Scavenge 27.4 (61.6) -> 14.7 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140197 ms: Scavenge 29.1 (61.6) -> 16.3 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140246 ms: Scavenge 30.7 (61.6) -> 17.9 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140294 ms: Scavenge 32.3 (61.6) -> 19.5 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140347 ms: Scavenge 34.4 (63.1) -> 21.6 (63.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 140353 ms: Mark-sweep 21.7 (63.6) -> 10.9 (61.6) MB, 1.6 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 140417 ms: Scavenge 26.9 (61.6) -> 12.9 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140471 ms: Scavenge 27.4 (61.6) -> 14.7 (61.6) MB, 1.3 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140517 ms: Scavenge 29.1 (61.6) -> 16.3 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140568 ms: Scavenge 30.7 (61.6) -> 17.9 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140616 ms: Scavenge 32.3 (61.6) -> 19.4 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140668 ms: Scavenge 34.4 (62.1) -> 21.6 (62.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140675 ms: Mark-sweep 21.7 (62.6) -> 10.9 (62.1) MB, 1.7 / 0.6 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 140738 ms: Scavenge 26.9 (62.1) -> 12.9 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140792 ms: Scavenge 27.4 (62.1) -> 14.7 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140849 ms: Scavenge 29.1 (62.1) -> 16.4 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140900 ms: Scavenge 30.7 (62.1) -> 17.9 (62.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 140951 ms: Scavenge 32.3 (62.1) -> 19.5 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141000 ms: Scavenge 34.4 (62.6) -> 21.6 (63.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141006 ms: Mark-sweep 21.7 (63.6) -> 10.9 (61.6) MB, 1.5 / 0.4 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 141068 ms: Scavenge 26.9 (61.6) -> 12.9 (61.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 141118 ms: Scavenge 27.4 (61.6) -> 14.7 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 141167 ms: Scavenge 29.1 (61.6) -> 16.3 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 141220 ms: Scavenge 30.7 (61.6) -> 17.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 141274 ms: Scavenge 32.3 (61.6) -> 19.5 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 141334 ms: Scavenge 34.4 (63.1) -> 21.6 (63.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 141341 ms: Mark-sweep 21.7 (63.6) -> 10.9 (62.6) MB, 1.7 / 0.5 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 141401 ms: Scavenge 27.0 (62.6) -> 12.9 (62.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141458 ms: Scavenge 27.4 (62.6) -> 14.8 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141508 ms: Scavenge 29.2 (62.6) -> 16.4 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141559 ms: Scavenge 30.8 (62.6) -> 17.9 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141615 ms: Scavenge 32.4 (62.6) -> 19.6 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141665 ms: Scavenge 34.5 (63.1) -> 21.7 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141671 ms: Mark-sweep 21.8 (63.1) -> 10.9 (61.6) MB, 1.7 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 141727 ms: Scavenge 27.0 (61.6) -> 12.9 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141778 ms: Scavenge 27.4 (61.6) -> 14.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141834 ms: Scavenge 29.2 (61.6) -> 16.3 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141887 ms: Scavenge 30.7 (61.6) -> 18.0 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141938 ms: Scavenge 32.3 (61.6) -> 19.6 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 141999 ms: Scavenge 34.4 (62.1) -> 21.6 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142005 ms: Mark-sweep 21.6 (62.6) -> 10.9 (62.1) MB, 1.5 / 0.5 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 142070 ms: Scavenge 27.0 (62.1) -> 12.9 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142129 ms: Scavenge 27.4 (62.1) -> 14.8 (62.1) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142185 ms: Scavenge 29.2 (62.1) -> 16.3 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142234 ms: Scavenge 30.7 (62.1) -> 18.0 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142284 ms: Scavenge 32.4 (62.1) -> 19.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142342 ms: Scavenge 34.4 (62.6) -> 21.6 (63.1) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 142348 ms: Mark-sweep 21.8 (63.1) -> 10.9 (62.6) MB, 1.4 / 0.5 ms (+ 4.0 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 142404 ms: Scavenge 27.0 (62.6) -> 12.9 (62.6) MB, 0.8 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 142454 ms: Scavenge 27.4 (62.6) -> 14.8 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 142506 ms: Scavenge 29.2 (62.6) -> 16.3 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 142559 ms: Scavenge 30.8 (62.6) -> 18.0 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 142612 ms: Scavenge 32.3 (62.6) -> 19.6 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 142668 ms: Scavenge 34.4 (63.1) -> 21.6 (63.1) MB, 1.0 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 142675 ms: Mark-sweep 21.7 (63.1) -> 10.9 (62.6) MB, 2.5 / 0.9 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 142733 ms: Scavenge 27.0 (62.6) -> 12.9 (62.6) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 142779 ms: Scavenge 27.4 (62.6) -> 14.7 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 142834 ms: Scavenge 29.2 (62.6) -> 16.4 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 142886 ms: Scavenge 30.8 (62.6) -> 17.9 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 142937 ms: Scavenge 32.3 (62.6) -> 19.5 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 142990 ms: Scavenge 34.5 (63.1) -> 21.7 (64.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 142997 ms: Mark-sweep 21.7 (64.6) -> 10.9 (62.1) MB, 1.5 / 0.5 ms (+ 5.2 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.980, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 143058 ms: Scavenge 27.0 (62.1) -> 13.0 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 143109 ms: Scavenge 27.5 (62.1) -> 14.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 143162 ms: Scavenge 29.2 (62.1) -> 16.4 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 143213 ms: Scavenge 30.7 (62.1) -> 17.9 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 143264 ms: Scavenge 32.3 (62.1) -> 19.5 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 143319 ms: Scavenge 34.4 (63.1) -> 21.6 (63.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 143325 ms: Mark-sweep 21.7 (63.6) -> 10.9 (62.6) MB, 1.4 / 0.5 ms (+ 4.5 ms in 7 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 143384 ms: Scavenge 27.0 (62.6) -> 13.0 (62.6) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 143433 ms: Scavenge 27.5 (62.6) -> 14.8 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 143484 ms: Scavenge 29.2 (63.1) -> 16.4 (63.1) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 143532 ms: Scavenge 30.8 (63.1) -> 18.0 (63.1) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 143585 ms: Scavenge 32.4 (63.1) -> 19.6 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 143637 ms: Scavenge 34.5 (63.6) -> 21.7 (64.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 143644 ms: Mark-sweep 21.8 (64.6) -> 11.0 (61.6) MB, 2.1 / 0.6 ms (+ 4.8 ms in 7 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 7 ms) (average mu = 0.980, current mu = 0.978) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 143703 ms: Scavenge 27.0 (61.6) -> 12.9 (61.6) MB, 0.9 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 143754 ms: Scavenge 27.5 (61.6) -> 14.8 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 143809 ms: Scavenge 29.2 (61.6) -> 16.4 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 143861 ms: Scavenge 30.8 (61.6) -> 18.0 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 143914 ms: Scavenge 32.4 (61.6) -> 19.6 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 143965 ms: Scavenge 34.5 (63.1) -> 21.7 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 143971 ms: Mark-sweep 21.8 (63.1) -> 11.0 (61.1) MB, 1.6 / 0.5 ms (+ 4.2 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 144035 ms: Scavenge 27.0 (61.1) -> 13.0 (61.1) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144090 ms: Scavenge 27.5 (61.1) -> 14.8 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144150 ms: Scavenge 29.2 (61.1) -> 16.4 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144207 ms: Scavenge 30.8 (61.1) -> 18.0 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144261 ms: Scavenge 32.4 (61.1) -> 19.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144313 ms: Scavenge 34.5 (62.6) -> 21.7 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144319 ms: Mark-sweep 21.7 (62.6) -> 10.9 (62.1) MB, 1.4 / 0.5 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 144378 ms: Scavenge 27.0 (62.1) -> 13.0 (62.1) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144425 ms: Scavenge 27.5 (62.1) -> 14.8 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144477 ms: Scavenge 29.2 (62.6) -> 16.4 (62.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144527 ms: Scavenge 30.8 (62.6) -> 18.0 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144580 ms: Scavenge 32.4 (62.6) -> 19.6 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144631 ms: Scavenge 34.5 (63.1) -> 21.7 (64.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 144637 ms: Mark-sweep 21.7 (64.1) -> 10.9 (62.1) MB, 1.7 / 0.7 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 144695 ms: Scavenge 27.0 (62.1) -> 13.0 (62.1) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 144749 ms: Scavenge 27.5 (62.1) -> 14.9 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 144800 ms: Scavenge 29.2 (62.1) -> 16.4 (62.1) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 144852 ms: Scavenge 30.8 (62.1) -> 18.0 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 144903 ms: Scavenge 32.4 (62.1) -> 19.7 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 144956 ms: Scavenge 34.5 (62.6) -> 21.7 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 144963 ms: Mark-sweep 21.8 (62.6) -> 11.0 (62.1) MB, 1.9 / 0.7 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 145020 ms: Scavenge 27.0 (62.1) -> 13.0 (62.1) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 145071 ms: Scavenge 27.5 (62.1) -> 14.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 145129 ms: Scavenge 29.2 (62.1) -> 16.4 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 145180 ms: Scavenge 30.8 (62.1) -> 18.0 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 145236 ms: Scavenge 32.4 (62.1) -> 19.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 145289 ms: Scavenge 34.5 (62.6) -> 21.7 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 145299 ms: Mark-sweep 21.8 (62.6) -> 11.1 (62.1) MB, 2.2 / 0.8 ms (+ 6.7 ms in 6 steps since start of marking, biggest step 2.6 ms, walltime since start of marking 10 ms) (average mu = 0.978, current mu = 0.974) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 145360 ms: Scavenge 27.1 (62.1) -> 13.1 (62.1) MB, 0.8 / 0.0 ms (average mu = 0.978, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 145408 ms: Scavenge 27.6 (62.1) -> 14.9 (62.1) MB, 1.3 / 0.0 ms (average mu = 0.978, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 145460 ms: Scavenge 29.3 (62.1) -> 16.4 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.978, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 145514 ms: Scavenge 30.9 (62.1) -> 18.1 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.978, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 145570 ms: Scavenge 32.5 (62.1) -> 19.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.978, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 145623 ms: Scavenge 34.6 (62.6) -> 21.8 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.978, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 145629 ms: Mark-sweep 21.9 (63.1) -> 11.0 (61.6) MB, 1.4 / 0.5 ms (+ 4.0 ms in 8 steps since start of marking, biggest step 0.8 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 145715 ms: Scavenge 27.3 (61.6) -> 13.3 (61.6) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 145781 ms: Scavenge 27.5 (61.6) -> 14.8 (61.6) MB, 1.5 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 145855 ms: Scavenge 29.3 (61.6) -> 16.4 (61.6) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 145915 ms: Scavenge 30.8 (61.6) -> 18.0 (61.6) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 145973 ms: Scavenge 32.4 (61.6) -> 19.6 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 146043 ms: Scavenge 34.5 (62.1) -> 21.7 (62.1) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 146054 ms: Mark-sweep 21.7 (62.1) -> 11.0 (60.1) MB, 4.4 / 1.2 ms (+ 5.7 ms in 7 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 11 ms) (average mu = 0.978, current mu = 0.976) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 146120 ms: Scavenge 27.1 (60.1) -> 13.0 (60.1) MB, 0.8 / 0.0 ms (average mu = 0.978, current mu = 0.976) allocation failure | |
[81445:0x103b26000] 146169 ms: Scavenge 27.5 (60.1) -> 14.9 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.978, current mu = 0.976) allocation failure | |
[81445:0x103b26000] 146219 ms: Scavenge 29.3 (60.1) -> 16.5 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.978, current mu = 0.976) allocation failure | |
[81445:0x103b26000] 146278 ms: Scavenge 30.9 (60.1) -> 18.1 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.978, current mu = 0.976) allocation failure | |
[81445:0x103b26000] 146331 ms: Scavenge 32.5 (60.1) -> 19.7 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.978, current mu = 0.976) allocation failure | |
[81445:0x103b26000] 146382 ms: Scavenge 34.5 (61.6) -> 21.7 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.978, current mu = 0.976) allocation failure | |
[81445:0x103b26000] 146388 ms: Mark-sweep 21.9 (61.6) -> 11.0 (61.1) MB, 1.5 / 0.5 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.980, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 146452 ms: Scavenge 27.1 (61.1) -> 13.1 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.980, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 146502 ms: Scavenge 27.5 (61.1) -> 14.9 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 146557 ms: Scavenge 29.3 (61.1) -> 16.5 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.980, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 146610 ms: Scavenge 30.9 (61.1) -> 18.1 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 146660 ms: Scavenge 32.4 (61.1) -> 19.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 146718 ms: Scavenge 34.5 (62.1) -> 21.7 (62.1) MB, 2.1 / 0.0 ms (average mu = 0.980, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 146724 ms: Mark-sweep 21.8 (62.1) -> 11.0 (61.6) MB, 1.5 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 146783 ms: Scavenge 27.1 (61.6) -> 13.1 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 146836 ms: Scavenge 27.6 (61.6) -> 14.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 146888 ms: Scavenge 29.3 (61.6) -> 16.5 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 146940 ms: Scavenge 30.9 (61.6) -> 18.0 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 146990 ms: Scavenge 32.5 (61.6) -> 19.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147043 ms: Scavenge 34.6 (62.1) -> 21.7 (62.1) MB, 1.7 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147050 ms: Mark-sweep 21.7 (62.1) -> 11.1 (60.6) MB, 2.2 / 0.8 ms (+ 4.9 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 8 ms) (average mu = 0.980, current mu = 0.978) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 147116 ms: Scavenge 27.1 (60.6) -> 13.1 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 147173 ms: Scavenge 27.6 (60.6) -> 14.9 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 147230 ms: Scavenge 29.3 (60.6) -> 16.5 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 147280 ms: Scavenge 30.9 (61.1) -> 18.2 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 147337 ms: Scavenge 32.5 (61.6) -> 19.7 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 147389 ms: Scavenge 34.6 (62.1) -> 21.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 147396 ms: Mark-sweep 22.0 (62.1) -> 11.1 (61.6) MB, 1.7 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 147461 ms: Scavenge 27.4 (61.6) -> 13.3 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147511 ms: Scavenge 27.6 (61.6) -> 14.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147563 ms: Scavenge 29.3 (61.6) -> 16.5 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147616 ms: Scavenge 30.9 (61.6) -> 18.1 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147664 ms: Scavenge 32.5 (62.1) -> 19.7 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147723 ms: Scavenge 34.6 (62.6) -> 21.8 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147729 ms: Mark-sweep 21.8 (62.6) -> 11.0 (62.1) MB, 1.5 / 0.5 ms (+ 4.5 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 147794 ms: Scavenge 27.1 (62.1) -> 13.1 (62.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147844 ms: Scavenge 27.6 (62.1) -> 14.9 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147893 ms: Scavenge 29.3 (62.1) -> 16.5 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147943 ms: Scavenge 30.9 (62.1) -> 18.1 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 147993 ms: Scavenge 32.5 (62.1) -> 19.7 (62.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148048 ms: Scavenge 34.6 (63.1) -> 21.8 (63.1) MB, 1.6 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148055 ms: Mark-sweep 21.9 (63.1) -> 11.1 (62.6) MB, 1.8 / 0.6 ms (+ 5.1 ms in 6 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 8 ms) (average mu = 0.980, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 148117 ms: Scavenge 27.4 (62.6) -> 13.3 (62.6) MB, 0.8 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 148168 ms: Scavenge 27.6 (62.6) -> 14.9 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 148226 ms: Scavenge 29.3 (62.6) -> 16.6 (62.6) MB, 1.8 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 148278 ms: Scavenge 30.9 (62.6) -> 18.1 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 148332 ms: Scavenge 32.5 (62.6) -> 19.7 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 148380 ms: Scavenge 34.6 (63.1) -> 21.8 (63.1) MB, 1.0 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 148387 ms: Mark-sweep 21.8 (63.1) -> 11.0 (61.6) MB, 1.7 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 148446 ms: Scavenge 27.1 (61.6) -> 13.1 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148498 ms: Scavenge 27.6 (62.1) -> 14.9 (62.6) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148559 ms: Scavenge 29.3 (62.6) -> 16.5 (62.6) MB, 2.5 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148631 ms: Scavenge 30.9 (62.6) -> 18.1 (62.6) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148695 ms: Scavenge 32.5 (62.6) -> 19.7 (62.6) MB, 2.9 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148752 ms: Scavenge 34.6 (63.1) -> 21.8 (63.1) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 148759 ms: Mark-sweep 21.9 (63.1) -> 11.1 (61.1) MB, 2.6 / 1.0 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 8 ms) (average mu = 0.981, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 148823 ms: Scavenge 27.1 (61.1) -> 13.1 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 148871 ms: Scavenge 27.6 (61.1) -> 15.0 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 148923 ms: Scavenge 29.4 (61.1) -> 16.5 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 148986 ms: Scavenge 30.9 (61.1) -> 18.1 (61.6) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 149043 ms: Scavenge 32.5 (61.6) -> 19.7 (61.6) MB, 1.7 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 149103 ms: Scavenge 34.6 (62.1) -> 21.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 149109 ms: Mark-sweep 21.9 (62.1) -> 11.1 (60.1) MB, 1.7 / 0.5 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 149165 ms: Scavenge 27.1 (60.1) -> 13.1 (60.1) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149220 ms: Scavenge 27.6 (60.1) -> 14.9 (60.1) MB, 1.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149276 ms: Scavenge 29.4 (60.1) -> 16.6 (60.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149338 ms: Scavenge 31.0 (60.1) -> 18.2 (60.1) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149396 ms: Scavenge 32.5 (60.1) -> 19.8 (60.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149453 ms: Scavenge 34.7 (60.6) -> 21.8 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149459 ms: Mark-sweep 21.8 (61.1) -> 11.1 (60.6) MB, 1.6 / 0.4 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 149520 ms: Scavenge 27.2 (60.6) -> 13.1 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 149573 ms: Scavenge 27.6 (60.6) -> 15.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 149626 ms: Scavenge 29.4 (60.6) -> 16.6 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 149672 ms: Scavenge 30.9 (60.6) -> 18.1 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 149722 ms: Scavenge 32.5 (60.6) -> 19.7 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 149772 ms: Scavenge 34.1 (60.6) -> 21.3 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 149779 ms: Mark-sweep 21.4 (60.6) -> 10.9 (60.1) MB, 1.4 / 0.5 ms (+ 4.5 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 149838 ms: Scavenge 26.9 (60.1) -> 12.9 (60.1) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149889 ms: Scavenge 27.4 (60.1) -> 14.7 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149939 ms: Scavenge 29.1 (60.1) -> 16.3 (60.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 149999 ms: Scavenge 30.7 (60.1) -> 17.9 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 150053 ms: Scavenge 32.3 (60.6) -> 19.5 (60.6) MB, 1.4 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 150109 ms: Scavenge 34.4 (61.1) -> 21.6 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 150115 ms: Mark-sweep 21.7 (61.6) -> 11.1 (61.6) MB, 1.4 / 0.4 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 150174 ms: Scavenge 27.2 (61.6) -> 13.1 (61.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 150226 ms: Scavenge 27.6 (61.6) -> 14.9 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 150280 ms: Scavenge 29.4 (61.6) -> 16.5 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 150336 ms: Scavenge 30.9 (61.6) -> 18.1 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 150390 ms: Scavenge 32.5 (62.1) -> 19.7 (62.1) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 150455 ms: Scavenge 34.6 (62.6) -> 21.8 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 150462 ms: Mark-sweep 21.8 (62.6) -> 11.1 (60.6) MB, 1.7 / 0.4 ms (+ 4.8 ms in 7 steps since start of marking, biggest step 2.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 150519 ms: Scavenge 27.2 (60.6) -> 13.2 (60.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 150569 ms: Scavenge 27.6 (60.6) -> 15.0 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 150620 ms: Scavenge 29.4 (61.1) -> 16.6 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 150675 ms: Scavenge 31.0 (61.1) -> 18.2 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 150729 ms: Scavenge 32.6 (61.1) -> 19.8 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 150783 ms: Scavenge 34.7 (62.1) -> 21.8 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 150791 ms: Mark-sweep 22.0 (62.1) -> 11.3 (60.6) MB, 2.1 / 0.6 ms (+ 4.9 ms in 6 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 8 ms) (average mu = 0.980, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 150852 ms: Scavenge 27.3 (60.6) -> 13.2 (60.6) MB, 0.9 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 150906 ms: Scavenge 27.7 (60.6) -> 15.1 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 150958 ms: Scavenge 29.5 (60.6) -> 16.6 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 151011 ms: Scavenge 31.1 (60.6) -> 18.2 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 151069 ms: Scavenge 32.6 (61.1) -> 19.8 (61.6) MB, 1.4 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 151124 ms: Scavenge 34.7 (62.1) -> 22.0 (62.6) MB, 1.4 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 151132 ms: Mark-sweep 22.0 (62.6) -> 11.1 (62.1) MB, 1.8 / 0.5 ms (+ 6.0 ms in 6 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 8 ms) (average mu = 0.979, current mu = 0.977) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 151197 ms: Scavenge 27.5 (62.1) -> 13.4 (62.1) MB, 1.0 / 0.0 ms (average mu = 0.979, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 151250 ms: Scavenge 27.7 (62.1) -> 15.0 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.979, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 151308 ms: Scavenge 29.4 (62.1) -> 16.6 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.979, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 151357 ms: Scavenge 31.0 (62.1) -> 18.2 (62.1) MB, 1.1 / 0.0 ms (average mu = 0.979, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 151417 ms: Scavenge 32.6 (62.1) -> 19.8 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.979, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 151475 ms: Scavenge 34.7 (63.1) -> 21.9 (63.1) MB, 1.2 / 0.0 ms (average mu = 0.979, current mu = 0.977) allocation failure | |
[81445:0x103b26000] 151482 ms: Mark-sweep 22.0 (63.1) -> 11.2 (62.1) MB, 1.7 / 0.5 ms (+ 4.5 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 151551 ms: Scavenge 27.2 (62.1) -> 13.2 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 151603 ms: Scavenge 27.7 (62.1) -> 15.0 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 151661 ms: Scavenge 29.4 (62.6) -> 16.6 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 151714 ms: Scavenge 31.0 (62.6) -> 18.2 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 151763 ms: Scavenge 32.6 (63.1) -> 19.8 (63.6) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 151819 ms: Scavenge 34.7 (64.1) -> 21.9 (64.1) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 151825 ms: Mark-sweep 22.0 (64.1) -> 11.2 (62.6) MB, 1.5 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 151883 ms: Scavenge 27.2 (62.6) -> 13.1 (62.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 151936 ms: Scavenge 27.7 (62.6) -> 15.0 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 151984 ms: Scavenge 29.4 (62.6) -> 16.6 (62.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 152044 ms: Scavenge 31.0 (62.6) -> 18.2 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 152097 ms: Scavenge 32.6 (62.6) -> 19.8 (63.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 152149 ms: Scavenge 34.7 (64.1) -> 21.9 (64.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 152155 ms: Mark-sweep 21.9 (64.6) -> 11.3 (62.6) MB, 1.7 / 0.5 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 152216 ms: Scavenge 27.4 (62.6) -> 13.3 (62.6) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 152266 ms: Scavenge 27.8 (62.6) -> 15.1 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 152317 ms: Scavenge 29.5 (62.6) -> 16.7 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 152365 ms: Scavenge 31.1 (62.6) -> 18.3 (62.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 152417 ms: Scavenge 32.7 (62.6) -> 19.9 (63.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 152474 ms: Scavenge 34.8 (63.6) -> 22.0 (64.1) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 152481 ms: Mark-sweep 22.0 (64.1) -> 11.2 (60.6) MB, 1.8 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 152554 ms: Scavenge 27.5 (60.6) -> 13.5 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 152614 ms: Scavenge 27.7 (60.6) -> 15.0 (60.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 152664 ms: Scavenge 29.5 (60.6) -> 16.7 (60.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 152713 ms: Scavenge 31.0 (60.6) -> 18.3 (60.6) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 152763 ms: Scavenge 32.7 (60.6) -> 19.8 (61.1) MB, 1.9 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 152820 ms: Scavenge 34.7 (61.6) -> 21.9 (62.1) MB, 1.4 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 152826 ms: Mark-sweep 22.0 (62.1) -> 11.2 (61.1) MB, 1.5 / 0.5 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.982, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 152881 ms: Scavenge 27.2 (61.1) -> 13.2 (61.1) MB, 0.9 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 152935 ms: Scavenge 27.7 (61.1) -> 15.0 (61.1) MB, 1.2 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 152987 ms: Scavenge 29.5 (61.1) -> 16.6 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 153037 ms: Scavenge 31.0 (61.1) -> 18.2 (61.1) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 153089 ms: Scavenge 32.6 (61.1) -> 19.9 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 153141 ms: Scavenge 34.7 (62.1) -> 21.9 (62.1) MB, 1.5 / 0.0 ms (average mu = 0.982, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 153148 ms: Mark-sweep 22.0 (62.1) -> 11.2 (61.6) MB, 1.6 / 0.5 ms (+ 4.8 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 153209 ms: Scavenge 27.3 (61.6) -> 13.2 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 153258 ms: Scavenge 27.7 (61.6) -> 15.1 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 153312 ms: Scavenge 29.5 (61.6) -> 16.6 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 153364 ms: Scavenge 31.0 (61.6) -> 18.2 (61.6) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 153417 ms: Scavenge 32.6 (61.6) -> 19.9 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 153473 ms: Scavenge 34.7 (62.1) -> 21.9 (62.6) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 153479 ms: Mark-sweep 22.0 (62.6) -> 11.2 (61.1) MB, 1.9 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 153537 ms: Scavenge 27.3 (61.1) -> 13.2 (61.1) MB, 0.8 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 153595 ms: Scavenge 27.7 (61.1) -> 15.1 (61.1) MB, 1.3 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 153647 ms: Scavenge 29.5 (61.1) -> 16.7 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 153700 ms: Scavenge 31.1 (61.1) -> 18.3 (61.1) MB, 1.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 153756 ms: Scavenge 32.7 (61.1) -> 19.9 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 153811 ms: Scavenge 34.8 (62.1) -> 22.0 (62.1) MB, 1.2 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 153818 ms: Mark-sweep 22.1 (62.1) -> 11.2 (61.6) MB, 1.6 / 0.5 ms (+ 4.6 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 153878 ms: Scavenge 27.3 (61.6) -> 13.2 (61.6) MB, 0.8 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 153931 ms: Scavenge 27.7 (61.6) -> 15.1 (61.6) MB, 1.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 153984 ms: Scavenge 29.5 (61.6) -> 16.6 (61.6) MB, 1.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
treedb: sets { min: '0.000 ms', max: '56.145 ms', avg: '1.536 ms' } | |
0 | |
[81445:0x103b26000] 154081 ms: Scavenge 31.0 (61.6) -> 19.9 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 154163 ms: Scavenge 32.5 (61.6) -> 22.9 (61.6) MB, 2.3 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 154169 ms: Mark-sweep 22.9 (61.6) -> 10.9 (61.1) MB, 1.4 / 0.5 ms (+ 4.2 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 154270 ms: Scavenge 27.2 (61.1) -> 15.4 (61.1) MB, 1.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 154342 ms: Scavenge 27.3 (61.1) -> 18.3 (61.1) MB, 2.9 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 154419 ms: Scavenge 31.1 (61.1) -> 21.4 (61.1) MB, 1.7 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 154498 ms: Scavenge 34.1 (61.1) -> 24.5 (61.1) MB, 2.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 154504 ms: Mark-sweep 24.5 (61.1) -> 10.8 (61.1) MB, 1.6 / 0.5 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 154604 ms: Scavenge 27.1 (61.1) -> 15.4 (61.1) MB, 1.7 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 154677 ms: Scavenge 27.3 (61.1) -> 18.3 (61.1) MB, 2.1 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 154755 ms: Scavenge 31.2 (61.1) -> 21.5 (61.1) MB, 1.7 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 154834 ms: Scavenge 34.1 (61.1) -> 24.6 (61.1) MB, 1.9 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 154840 ms: Mark-sweep 24.6 (61.1) -> 10.8 (61.1) MB, 1.4 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 154944 ms: Scavenge 27.2 (61.1) -> 15.4 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 155017 ms: Scavenge 27.3 (61.1) -> 18.4 (61.1) MB, 2.4 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 155107 ms: Scavenge 31.3 (61.1) -> 21.6 (61.1) MB, 2.1 / 0.0 ms (average mu = 0.983, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 155188 ms: Mark-sweep 31.2 (61.6) -> 11.1 (60.1) MB, 1.8 / 0.5 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.982, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 155317 ms: Scavenge 27.4 (60.1) -> 15.7 (60.1) MB, 1.7 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 155413 ms: Scavenge 27.6 (60.1) -> 18.6 (60.6) MB, 2.1 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 155506 ms: Scavenge 31.5 (60.6) -> 21.9 (60.6) MB, 2.0 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 155587 ms: Scavenge 34.9 (61.1) -> 25.4 (61.1) MB, 1.9 / 0.0 ms (average mu = 0.982, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 155593 ms: Mark-sweep 25.5 (61.1) -> 11.1 (60.6) MB, 1.7 / 0.6 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 155696 ms: Scavenge 27.5 (60.6) -> 15.7 (60.6) MB, 1.7 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 155783 ms: Scavenge 27.6 (60.6) -> 18.7 (60.6) MB, 2.2 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 155899 ms: Scavenge 31.5 (60.6) -> 21.8 (60.6) MB, 2.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 156002 ms: Scavenge 35.0 (61.1) -> 25.5 (61.1) MB, 1.8 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 156008 ms: Mark-sweep 25.5 (61.1) -> 11.1 (60.6) MB, 1.6 / 0.6 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 2.0 ms, walltime since start of marking 6 ms) (average mu = 0.985, current mu = 0.986) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 156111 ms: Scavenge 27.5 (60.6) -> 15.8 (60.6) MB, 1.6 / 0.1 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 156181 ms: Scavenge 27.6 (60.6) -> 18.7 (60.6) MB, 1.9 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 156255 ms: Scavenge 31.5 (60.6) -> 21.9 (60.6) MB, 1.8 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 156331 ms: Scavenge 35.0 (61.1) -> 25.5 (61.1) MB, 2.2 / 0.0 ms (average mu = 0.985, current mu = 0.986) allocation failure | |
[81445:0x103b26000] 156338 ms: Mark-sweep 25.5 (61.1) -> 11.1 (60.6) MB, 1.6 / 0.5 ms (+ 4.6 ms in 6 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 7 ms) (average mu = 0.983, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 156441 ms: Scavenge 27.5 (60.6) -> 15.7 (60.6) MB, 1.6 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 156519 ms: Scavenge 27.6 (60.6) -> 18.7 (60.6) MB, 2.4 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 156605 ms: Scavenge 31.6 (60.6) -> 21.9 (61.1) MB, 1.9 / 0.0 ms (average mu = 0.983, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 156681 ms: Mark-sweep 34.3 (61.6) -> 11.1 (61.1) MB, 1.6 / 0.6 ms (+ 3.8 ms in 6 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.984) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 156786 ms: Scavenge 27.5 (61.1) -> 15.8 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 156878 ms: Scavenge 27.6 (61.1) -> 18.7 (61.1) MB, 2.2 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 156966 ms: Scavenge 31.6 (61.1) -> 22.0 (61.1) MB, 1.8 / 0.0 ms (average mu = 0.984, current mu = 0.984) allocation failure | |
[81445:0x103b26000] 157039 ms: Mark-sweep 34.4 (61.6) -> 11.1 (61.1) MB, 1.4 / 0.5 ms (+ 4.1 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 6 ms) (average mu = 0.984, current mu = 0.985) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 157134 ms: Scavenge 27.5 (61.1) -> 15.8 (61.6) MB, 1.5 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 157199 ms: Scavenge 27.6 (61.6) -> 18.7 (61.6) MB, 2.0 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
[81445:0x103b26000] 157281 ms: Scavenge 31.6 (61.6) -> 21.9 (61.6) MB, 1.9 / 0.0 ms (average mu = 0.984, current mu = 0.985) allocation failure | |
10000 | |
[81445:0x103b26000] 157362 ms: Mark-sweep 33.9 (62.1) -> 11.1 (61.6) MB, 1.6 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.982) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 157456 ms: Scavenge 27.5 (61.6) -> 15.8 (61.6) MB, 1.5 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 157550 ms: Scavenge 27.7 (61.6) -> 18.7 (61.6) MB, 3.6 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 157641 ms: Scavenge 31.6 (61.6) -> 21.9 (61.6) MB, 2.2 / 0.0 ms (average mu = 0.983, current mu = 0.982) allocation failure | |
[81445:0x103b26000] 157699 ms: Mark-sweep 29.9 (62.1) -> 11.1 (61.6) MB, 1.6 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.983, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 157793 ms: Scavenge 27.5 (61.6) -> 15.8 (61.6) MB, 3.1 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 157866 ms: Scavenge 27.7 (61.6) -> 18.7 (61.6) MB, 2.0 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 157947 ms: Scavenge 31.6 (61.6) -> 22.0 (61.6) MB, 1.9 / 0.0 ms (average mu = 0.983, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 158003 ms: Mark-sweep 31.5 (62.1) -> 11.1 (61.6) MB, 1.7 / 0.5 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 158101 ms: Scavenge 27.5 (61.6) -> 15.8 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 158166 ms: Scavenge 27.7 (61.6) -> 18.7 (61.6) MB, 2.0 / 0.1 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 158242 ms: Scavenge 31.6 (61.6) -> 21.9 (61.6) MB, 1.8 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 158294 ms: Mark-sweep 30.3 (62.1) -> 11.1 (61.6) MB, 1.6 / 0.5 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.980, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 158389 ms: Scavenge 27.5 (61.6) -> 15.8 (61.6) MB, 1.6 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 158463 ms: Scavenge 27.7 (61.6) -> 18.7 (61.6) MB, 2.2 / 0.1 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 158548 ms: Scavenge 31.6 (61.6) -> 22.0 (61.6) MB, 2.2 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 158604 ms: Mark-sweep 30.0 (62.1) -> 11.1 (61.6) MB, 2.2 / 0.8 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.979, current mu = 0.978) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 158719 ms: Scavenge 27.5 (61.6) -> 15.8 (61.6) MB, 1.4 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 158792 ms: Scavenge 27.7 (61.6) -> 18.7 (61.6) MB, 2.4 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 158880 ms: Scavenge 32.1 (62.1) -> 22.5 (62.1) MB, 1.8 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 158934 ms: Mark-sweep 29.6 (62.1) -> 11.1 (61.1) MB, 1.6 / 0.6 ms (+ 3.9 ms in 6 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 6 ms) (average mu = 0.981, current mu = 0.983) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 159043 ms: Scavenge 27.5 (61.1) -> 15.8 (61.1) MB, 1.5 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 159115 ms: Scavenge 27.7 (61.1) -> 18.8 (61.1) MB, 2.1 / 0.0 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 159203 ms: Scavenge 32.1 (61.6) -> 22.5 (61.6) MB, 1.9 / 0.1 ms (average mu = 0.981, current mu = 0.983) allocation failure | |
[81445:0x103b26000] 159256 ms: Mark-sweep 28.3 (61.6) -> 11.1 (61.1) MB, 1.7 / 0.6 ms (+ 4.5 ms in 6 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 159365 ms: Scavenge 27.5 (61.1) -> 15.8 (61.1) MB, 1.6 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 159441 ms: Scavenge 27.7 (61.1) -> 18.7 (61.1) MB, 2.1 / 0.0 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 159527 ms: Scavenge 32.1 (61.6) -> 22.4 (61.6) MB, 2.5 / 0.1 ms (average mu = 0.981, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 159580 ms: Mark-sweep 29.5 (61.6) -> 11.1 (59.1) MB, 2.0 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 7 ms) (average mu = 0.981, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 159688 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 1.8 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 159770 ms: Scavenge 27.7 (59.1) -> 18.7 (59.1) MB, 2.0 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 159854 ms: Scavenge 32.1 (59.6) -> 22.5 (59.6) MB, 2.0 / 0.0 ms (average mu = 0.981, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 159895 ms: Mark-sweep 27.8 (59.6) -> 11.1 (59.1) MB, 1.9 / 0.8 ms (+ 4.6 ms in 6 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 7 ms) (average mu = 0.980, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 159998 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 1.5 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 160075 ms: Scavenge 27.7 (59.1) -> 18.7 (59.1) MB, 2.1 / 0.1 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 160157 ms: Scavenge 32.1 (59.6) -> 22.5 (59.6) MB, 1.9 / 0.0 ms (average mu = 0.980, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 160197 ms: Mark-sweep 28.1 (59.6) -> 11.1 (59.1) MB, 2.0 / 0.8 ms (+ 4.4 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 7 ms) (average mu = 0.979, current mu = 0.979) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 160304 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 2.2 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 160380 ms: Scavenge 27.7 (59.1) -> 18.7 (59.1) MB, 2.0 / 0.1 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 160463 ms: Scavenge 32.1 (59.6) -> 22.5 (59.6) MB, 1.9 / 0.0 ms (average mu = 0.979, current mu = 0.979) allocation failure | |
[81445:0x103b26000] 160509 ms: Mark-sweep 28.3 (59.6) -> 11.1 (59.1) MB, 1.9 / 0.7 ms (+ 6.0 ms in 6 steps since start of marking, biggest step 2.1 ms, walltime since start of marking 8 ms) (average mu = 0.977, current mu = 0.975) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 160613 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 1.6 / 0.0 ms (average mu = 0.977, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 160686 ms: Scavenge 27.7 (59.1) -> 18.7 (59.1) MB, 3.1 / 0.0 ms (average mu = 0.977, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 160771 ms: Scavenge 32.1 (59.6) -> 22.4 (59.6) MB, 1.8 / 0.0 ms (average mu = 0.977, current mu = 0.975) allocation failure | |
[81445:0x103b26000] 160809 ms: Mark-sweep 27.7 (59.6) -> 11.1 (59.1) MB, 1.4 / 0.5 ms (+ 4.3 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.979, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
20000 | |
[81445:0x103b26000] 160916 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 1.6 / 0.0 ms (average mu = 0.979, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 160995 ms: Scavenge 27.7 (59.1) -> 18.8 (59.1) MB, 2.6 / 0.0 ms (average mu = 0.979, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 161080 ms: Scavenge 32.1 (59.6) -> 22.5 (59.6) MB, 2.0 / 0.1 ms (average mu = 0.979, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 161118 ms: Mark-sweep 27.7 (59.6) -> 11.1 (59.1) MB, 1.5 / 0.5 ms (+ 4.2 ms in 7 steps since start of marking, biggest step 0.9 ms, walltime since start of marking 6 ms) (average mu = 0.980, current mu = 0.981) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 161223 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 1.7 / 0.1 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 161302 ms: Scavenge 27.7 (59.1) -> 18.7 (59.1) MB, 3.1 / 0.0 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 161386 ms: Scavenge 32.1 (59.6) -> 22.5 (59.6) MB, 1.9 / 0.1 ms (average mu = 0.980, current mu = 0.981) allocation failure | |
[81445:0x103b26000] 161425 ms: Mark-sweep 27.9 (59.6) -> 11.1 (59.1) MB, 1.7 / 0.6 ms (+ 4.3 ms in 6 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 6 ms) (average mu = 0.980, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 161529 ms: Scavenge 27.5 (59.1) -> 15.8 (59.1) MB, 1.5 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 161607 ms: Scavenge 27.7 (59.1) -> 18.8 (59.1) MB, 2.7 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 161692 ms: Scavenge 32.1 (59.6) -> 22.5 (59.6) MB, 2.3 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 161719 ms: Mark-sweep 25.8 (59.6) -> 11.1 (59.1) MB, 1.5 / 0.5 ms (+ 4.4 ms in 7 steps since start of marking, biggest step 2.0 ms, walltime since start of marking 6 ms) (average mu = 0.980, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 161824 ms: Scavenge 27.4 (59.1) -> 15.9 (59.1) MB, 1.6 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 161890 ms: Scavenge 27.4 (59.1) -> 19.1 (59.1) MB, 2.5 / 0.1 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 161962 ms: Scavenge 31.4 (59.1) -> 22.6 (59.1) MB, 2.2 / 0.1 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 162029 ms: Scavenge 34.6 (59.1) -> 26.1 (59.1) MB, 2.2 / 0.1 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 162036 ms: Mark-sweep 26.1 (59.1) -> 12.0 (58.6) MB, 1.7 / 0.6 ms (+ 4.7 ms in 6 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 7 ms) (average mu = 0.980, current mu = 0.980) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 162134 ms: Scavenge 27.8 (58.6) -> 17.0 (58.6) MB, 1.8 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 162197 ms: Scavenge 27.8 (58.6) -> 20.0 (58.6) MB, 3.9 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 162276 ms: Scavenge 32.4 (58.6) -> 23.7 (58.6) MB, 2.2 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 162349 ms: Scavenge 35.5 (58.6) -> 27.0 (61.6) MB, 2.5 / 0.0 ms (average mu = 0.980, current mu = 0.980) allocation failure | |
[81445:0x103b26000] 162357 ms: Mark-sweep 27.0 (61.6) -> 13.3 (59.6) MB, 1.6 / 0.6 ms (+ 5.4 ms in 7 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 7 ms) (average mu = 0.979, current mu = 0.978) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 162449 ms: Scavenge 29.0 (59.6) -> 18.0 (59.6) MB, 2.0 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 162512 ms: Scavenge 29.0 (59.6) -> 21.1 (59.6) MB, 2.0 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 162583 ms: Scavenge 33.5 (59.6) -> 25.2 (59.6) MB, 2.5 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 162647 ms: Scavenge 36.6 (59.6) -> 28.2 (62.6) MB, 2.4 / 0.0 ms (average mu = 0.979, current mu = 0.978) allocation failure | |
[81445:0x103b26000] 162655 ms: Mark-sweep 28.2 (62.6) -> 14.8 (60.6) MB, 1.5 / 0.5 ms (+ 6.1 ms in 7 steps since start of marking, biggest step 1.8 ms, walltime since start of marking 8 ms) (average mu = 0.977, current mu = 0.974) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 162744 ms: Scavenge 30.5 (60.6) -> 19.5 (60.6) MB, 2.1 / 0.0 ms (average mu = 0.977, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 162813 ms: Scavenge 30.5 (60.6) -> 22.5 (61.1) MB, 2.5 / 0.0 ms (average mu = 0.977, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 162883 ms: Scavenge 35.5 (61.7) -> 26.7 (61.7) MB, 2.4 / 0.0 ms (average mu = 0.977, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 162954 ms: Scavenge 38.7 (61.7) -> 30.1 (64.2) MB, 2.5 / 0.0 ms (average mu = 0.977, current mu = 0.974) allocation failure | |
[81445:0x103b26000] 162963 ms: Mark-sweep 30.1 (64.2) -> 16.3 (62.2) MB, 1.7 / 0.6 ms (+ 6.7 ms in 9 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 9 ms) (average mu = 0.975, current mu = 0.973) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 163059 ms: Scavenge 32.0 (62.2) -> 21.0 (62.2) MB, 2.1 / 0.0 ms (average mu = 0.975, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163124 ms: Scavenge 32.0 (62.2) -> 24.1 (62.2) MB, 2.4 / 0.1 ms (average mu = 0.975, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163192 ms: Scavenge 36.5 (62.2) -> 27.6 (62.2) MB, 2.1 / 0.0 ms (average mu = 0.975, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163264 ms: Scavenge 39.6 (62.2) -> 31.0 (64.7) MB, 2.7 / 0.0 ms (average mu = 0.975, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163337 ms: Scavenge 43.1 (64.7) -> 34.5 (68.2) MB, 2.4 / 0.0 ms (average mu = 0.975, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163348 ms: Mark-sweep 34.5 (68.2) -> 18.0 (65.2) MB, 2.7 / 1.0 ms (+ 7.5 ms in 10 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 11 ms) (average mu = 0.974, current mu = 0.973) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 163440 ms: Scavenge 34.5 (66.1) -> 23.5 (66.1) MB, 2.0 / 0.0 ms (average mu = 0.974, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163505 ms: Scavenge 34.5 (66.1) -> 26.6 (66.1) MB, 2.4 / 0.1 ms (average mu = 0.974, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163579 ms: Scavenge 39.0 (66.1) -> 30.2 (66.1) MB, 2.3 / 0.0 ms (average mu = 0.974, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163646 ms: Scavenge 42.1 (66.1) -> 33.6 (68.6) MB, 2.8 / 0.0 ms (average mu = 0.974, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163720 ms: Scavenge 45.7 (68.6) -> 37.0 (71.6) MB, 2.6 / 0.1 ms (average mu = 0.974, current mu = 0.973) allocation failure | |
[81445:0x103b26000] 163732 ms: Mark-sweep 37.0 (71.6) -> 19.9 (68.5) MB, 1.9 / 0.7 ms (+ 9.7 ms in 11 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 12 ms) (average mu = 0.972, current mu = 0.970) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 163835 ms: Scavenge 35.6 (68.5) -> 24.6 (68.5) MB, 2.1 / 0.0 ms (average mu = 0.972, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 163899 ms: Scavenge 35.6 (68.5) -> 27.7 (68.5) MB, 3.2 / 0.0 ms (average mu = 0.972, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 163973 ms: Scavenge 40.1 (68.5) -> 31.2 (68.5) MB, 2.2 / 0.0 ms (average mu = 0.972, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 164045 ms: Scavenge 43.2 (68.5) -> 34.6 (68.5) MB, 2.4 / 0.0 ms (average mu = 0.972, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 164122 ms: Scavenge 46.7 (68.5) -> 38.1 (72.5) MB, 3.6 / 0.0 ms (average mu = 0.972, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 164199 ms: Scavenge 50.2 (72.5) -> 41.5 (76.0) MB, 2.8 / 0.0 ms (average mu = 0.972, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 164212 ms: Mark-sweep 41.6 (76.0) -> 21.9 (70.0) MB, 2.1 / 0.8 ms (+ 11.2 ms in 13 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 14 ms) (average mu = 0.972, current mu = 0.972) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 164309 ms: Scavenge 38.9 (71.3) -> 27.9 (71.3) MB, 2.1 / 0.0 ms (average mu = 0.972, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 164373 ms: Scavenge 38.9 (71.3) -> 31.0 (71.3) MB, 2.8 / 0.0 ms (average mu = 0.972, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 164444 ms: Scavenge 43.4 (71.3) -> 34.5 (71.3) MB, 2.2 / 0.0 ms (average mu = 0.972, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 164515 ms: Scavenge 46.5 (71.3) -> 37.9 (71.3) MB, 2.4 / 0.0 ms (average mu = 0.972, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 164591 ms: Scavenge 50.0 (71.3) -> 41.4 (76.3) MB, 4.1 / 0.0 ms (average mu = 0.972, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 164665 ms: Scavenge 53.4 (76.3) -> 44.8 (79.3) MB, 3.7 / 0.0 ms (average mu = 0.972, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 164680 ms: Mark-sweep 44.8 (79.3) -> 24.3 (76.4) MB, 1.9 / 0.7 ms (+ 12.4 ms in 14 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 15 ms) (average mu = 0.971, current mu = 0.969) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 164805 ms: Scavenge 40.0 (76.4) -> 29.0 (76.4) MB, 2.0 / 0.0 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 164873 ms: Scavenge 40.0 (76.4) -> 32.0 (76.4) MB, 3.2 / 0.0 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 164955 ms: Scavenge 44.5 (76.4) -> 35.6 (76.4) MB, 3.2 / 0.0 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 165032 ms: Scavenge 47.6 (76.4) -> 39.0 (76.9) MB, 3.6 / 0.0 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 165121 ms: Scavenge 51.1 (76.9) -> 42.4 (76.9) MB, 2.4 / 0.0 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 165201 ms: Scavenge 54.5 (76.9) -> 45.9 (80.9) MB, 4.3 / 0.0 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 165283 ms: Scavenge 58.0 (80.9) -> 49.4 (83.9) MB, 4.0 / 0.1 ms (average mu = 0.971, current mu = 0.969) allocation failure | |
[81445:0x103b26000] 165302 ms: Mark-sweep 49.4 (83.9) -> 26.6 (79.4) MB, 2.8 / 1.3 ms (+ 14.8 ms in 16 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 19 ms) (average mu = 0.971, current mu = 0.972) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 165409 ms: Scavenge 42.3 (79.4) -> 31.3 (79.4) MB, 3.5 / 0.0 ms (average mu = 0.971, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 165483 ms: Scavenge 42.3 (79.4) -> 34.3 (79.4) MB, 2.9 / 0.0 ms (average mu = 0.971, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 165563 ms: Scavenge 46.8 (79.4) -> 37.9 (79.4) MB, 3.6 / 0.0 ms (average mu = 0.971, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 165640 ms: Scavenge 51.8 (81.4) -> 43.3 (81.4) MB, 2.2 / 0.0 ms (average mu = 0.971, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 165711 ms: Scavenge 55.4 (81.4) -> 46.7 (81.4) MB, 3.2 / 0.0 ms (average mu = 0.971, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 165788 ms: Scavenge 58.8 (81.4) -> 50.2 (84.9) MB, 2.5 / 0.0 ms (average mu = 0.971, current mu = 0.972) allocation failure | |
[81445:0x103b26000] 165807 ms: Mark-sweep 50.2 (84.9) -> 29.2 (80.6) MB, 2.1 / 0.9 ms (+ 16.2 ms in 18 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 19 ms) (average mu = 0.968, current mu = 0.964) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 165904 ms: Scavenge 44.9 (80.6) -> 33.9 (80.6) MB, 2.6 / 0.0 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166011 ms: Scavenge 44.9 (80.6) -> 37.0 (80.6) MB, 2.2 / 0.0 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166089 ms: Scavenge 49.4 (80.6) -> 40.5 (80.6) MB, 2.5 / 0.0 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166170 ms: Scavenge 52.5 (80.6) -> 43.9 (80.6) MB, 3.1 / 0.1 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166247 ms: Scavenge 56.0 (80.6) -> 47.4 (80.6) MB, 2.9 / 0.0 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166329 ms: Scavenge 59.4 (80.6) -> 50.8 (85.1) MB, 4.0 / 0.1 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166405 ms: Scavenge 62.9 (85.1) -> 54.2 (88.1) MB, 2.6 / 0.0 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166473 ms: Scavenge 66.3 (88.1) -> 57.7 (92.1) MB, 3.6 / 0.0 ms (average mu = 0.968, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 166495 ms: Mark-sweep 57.7 (92.1) -> 31.8 (85.6) MB, 3.6 / 1.5 ms (+ 17.4 ms in 19 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 22 ms) (average mu = 0.969, current mu = 0.970) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 166590 ms: Scavenge 47.5 (85.6) -> 36.5 (85.6) MB, 1.9 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 166653 ms: Scavenge 47.5 (85.6) -> 39.6 (85.6) MB, 3.0 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 166729 ms: Scavenge 52.0 (85.6) -> 43.1 (85.6) MB, 2.1 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 166804 ms: Scavenge 55.1 (85.6) -> 46.5 (85.6) MB, 4.8 / 0.1 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 166873 ms: Scavenge 58.6 (85.6) -> 50.0 (85.6) MB, 3.1 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 166948 ms: Scavenge 62.0 (85.6) -> 53.4 (88.1) MB, 2.5 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 167014 ms: Scavenge 65.5 (88.1) -> 56.9 (91.1) MB, 2.9 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 167083 ms: Scavenge 68.9 (91.1) -> 60.3 (94.6) MB, 2.7 / 0.0 ms (average mu = 0.969, current mu = 0.970) allocation failure | |
[81445:0x103b26000] 167107 ms: Mark-sweep 60.3 (94.6) -> 34.4 (88.1) MB, 2.9 / 1.2 ms (+ 19.2 ms in 22 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 23 ms) (average mu = 0.966, current mu = 0.964) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 167206 ms: Scavenge 50.1 (88.1) -> 39.1 (88.1) MB, 1.9 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167272 ms: Scavenge 50.1 (88.1) -> 42.2 (88.1) MB, 4.1 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167349 ms: Scavenge 54.6 (88.1) -> 45.7 (88.1) MB, 2.1 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167415 ms: Scavenge 57.7 (88.1) -> 49.2 (88.1) MB, 2.3 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167481 ms: Scavenge 61.3 (88.1) -> 52.6 (88.1) MB, 2.2 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167553 ms: Scavenge 67.6 (91.1) -> 59.0 (93.6) MB, 3.4 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167623 ms: Scavenge 71.0 (93.6) -> 62.4 (97.1) MB, 2.7 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167689 ms: Scavenge 74.5 (97.1) -> 65.9 (100.6) MB, 2.6 / 0.0 ms (average mu = 0.966, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 167711 ms: Mark-sweep 65.9 (100.6) -> 38.0 (93.1) MB, 2.8 / 1.5 ms (+ 18.1 ms in 24 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 22 ms) (average mu = 0.966, current mu = 0.965) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 167815 ms: Scavenge 53.7 (93.1) -> 42.7 (93.1) MB, 2.1 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 167877 ms: Scavenge 53.7 (93.1) -> 45.8 (93.1) MB, 2.3 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 167948 ms: Scavenge 58.2 (93.1) -> 49.3 (93.1) MB, 2.1 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168015 ms: Scavenge 61.3 (93.1) -> 52.7 (93.1) MB, 2.2 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168087 ms: Scavenge 64.8 (93.1) -> 56.2 (93.6) MB, 2.4 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168157 ms: Scavenge 68.2 (93.6) -> 59.6 (93.6) MB, 2.4 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168223 ms: Scavenge 71.7 (93.6) -> 63.0 (98.6) MB, 2.6 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168293 ms: Scavenge 75.1 (98.6) -> 66.4 (101.6) MB, 2.7 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168367 ms: Scavenge 78.5 (101.6) -> 69.9 (105.1) MB, 2.5 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168437 ms: Scavenge 82.0 (105.1) -> 73.3 (109.1) MB, 2.8 / 0.0 ms (average mu = 0.966, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 168464 ms: Mark-sweep 73.4 (109.1) -> 41.3 (100.6) MB, 5.0 / 2.5 ms (+ 20.8 ms in 25 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 27 ms) (average mu = 0.966, current mu = 0.966) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 168561 ms: Scavenge 56.9 (100.6) -> 45.9 (100.6) MB, 2.0 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 168623 ms: Scavenge 57.0 (100.6) -> 49.0 (100.6) MB, 2.3 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 168692 ms: Scavenge 61.4 (100.6) -> 52.6 (100.6) MB, 2.2 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 168761 ms: Scavenge 64.5 (100.6) -> 56.0 (100.6) MB, 2.3 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 168835 ms: Scavenge 68.1 (100.6) -> 59.4 (100.6) MB, 2.3 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 168906 ms: Scavenge 71.5 (100.6) -> 62.8 (101.1) MB, 2.5 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 168982 ms: Scavenge 74.9 (101.1) -> 66.3 (101.1) MB, 2.2 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 169087 ms: Scavenge 78.3 (101.1) -> 69.7 (104.6) MB, 2.8 / 0.1 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 169190 ms: Scavenge 81.8 (104.6) -> 73.1 (108.6) MB, 2.8 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 169293 ms: Scavenge 85.2 (108.6) -> 76.5 (111.6) MB, 3.8 / 0.0 ms (average mu = 0.966, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 169332 ms: Mark-sweep 76.6 (111.6) -> 44.5 (105.1) MB, 5.1 / 2.3 ms (+ 31.6 ms in 24 steps since start of marking, biggest step 2.5 ms, walltime since start of marking 38 ms) (average mu = 0.961, current mu = 0.958) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 169440 ms: Scavenge 60.2 (105.1) -> 49.2 (105.1) MB, 1.9 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169502 ms: Scavenge 60.2 (105.1) -> 52.2 (105.1) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169577 ms: Scavenge 64.6 (105.1) -> 55.8 (105.1) MB, 2.4 / 0.1 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169646 ms: Scavenge 67.8 (105.1) -> 59.2 (105.1) MB, 2.2 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169719 ms: Scavenge 71.3 (105.1) -> 62.6 (105.1) MB, 2.2 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169795 ms: Scavenge 74.7 (105.1) -> 66.1 (105.6) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169870 ms: Scavenge 78.1 (105.6) -> 69.5 (105.6) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 169944 ms: Scavenge 81.6 (105.6) -> 72.9 (108.1) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 170016 ms: Scavenge 85.0 (108.1) -> 76.4 (111.6) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 170090 ms: Scavenge 88.4 (111.6) -> 79.8 (114.1) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 170162 ms: Scavenge 91.9 (114.1) -> 83.2 (119.1) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 170194 ms: Mark-sweep 83.3 (119.1) -> 48.1 (112.6) MB, 3.3 / 1.7 ms (+ 27.6 ms in 28 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 32 ms) (average mu = 0.963, current mu = 0.964) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 170294 ms: Scavenge 63.7 (112.6) -> 52.7 (112.6) MB, 2.0 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170361 ms: Scavenge 63.7 (112.6) -> 55.8 (112.6) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170439 ms: Scavenge 72.6 (117.0) -> 63.7 (117.0) MB, 2.5 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170509 ms: Scavenge 75.7 (117.0) -> 67.1 (117.0) MB, 2.6 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170583 ms: Scavenge 79.3 (117.0) -> 70.6 (117.0) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170652 ms: Scavenge 82.7 (117.0) -> 74.1 (117.0) MB, 2.1 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170729 ms: Scavenge 86.1 (117.0) -> 77.5 (117.5) MB, 2.7 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170808 ms: Scavenge 89.6 (117.5) -> 80.9 (117.5) MB, 3.4 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170887 ms: Scavenge 93.0 (117.5) -> 84.3 (120.0) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170963 ms: Scavenge 96.4 (120.0) -> 87.7 (123.5) MB, 2.5 / 0.0 ms (average mu = 0.963, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 170994 ms: Mark-sweep 87.8 (123.5) -> 52.8 (116.1) MB, 3.3 / 1.6 ms (+ 25.9 ms in 32 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 30 ms) (average mu = 0.963, current mu = 0.963) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 171096 ms: Scavenge 68.4 (116.1) -> 57.4 (116.1) MB, 2.2 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171163 ms: Scavenge 68.5 (116.1) -> 60.5 (116.1) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171243 ms: Scavenge 72.9 (116.1) -> 64.1 (116.1) MB, 2.8 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171321 ms: Scavenge 76.0 (116.1) -> 67.5 (116.1) MB, 3.7 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171400 ms: Scavenge 79.6 (116.1) -> 70.9 (116.1) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171473 ms: Scavenge 83.0 (116.1) -> 74.3 (116.1) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171544 ms: Scavenge 86.4 (116.1) -> 77.8 (116.6) MB, 3.4 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171620 ms: Scavenge 89.8 (116.6) -> 81.2 (116.6) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171691 ms: Scavenge 93.3 (116.6) -> 84.6 (119.1) MB, 2.6 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171764 ms: Scavenge 96.7 (119.1) -> 88.1 (124.1) MB, 3.3 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171836 ms: Scavenge 100.1 (124.1) -> 91.5 (127.1) MB, 2.8 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171906 ms: Scavenge 103.6 (127.1) -> 94.9 (130.1) MB, 2.7 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 171979 ms: Scavenge 107.0 (130.1) -> 98.4 (134.1) MB, 2.5 / 0.0 ms (average mu = 0.963, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 172015 ms: Mark-sweep 98.5 (134.1) -> 57.0 (126.1) MB, 4.8 / 2.7 ms (+ 30.1 ms in 34 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 36 ms) (average mu = 0.965, current mu = 0.966) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 172114 ms: Scavenge 72.6 (126.1) -> 61.6 (126.1) MB, 2.0 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172176 ms: Scavenge 72.6 (126.1) -> 64.7 (126.1) MB, 2.7 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172244 ms: Scavenge 77.1 (126.1) -> 68.2 (126.1) MB, 2.3 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172316 ms: Scavenge 80.2 (126.1) -> 71.6 (126.1) MB, 4.1 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172388 ms: Scavenge 83.8 (126.1) -> 75.1 (126.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172453 ms: Scavenge 87.2 (126.1) -> 78.5 (126.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172520 ms: Scavenge 90.6 (126.1) -> 82.0 (126.1) MB, 2.2 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172594 ms: Scavenge 94.0 (126.1) -> 85.4 (126.1) MB, 2.5 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172660 ms: Scavenge 97.5 (126.1) -> 88.8 (126.1) MB, 3.0 / 0.1 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172731 ms: Scavenge 100.9 (126.1) -> 92.3 (127.1) MB, 3.9 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172804 ms: Scavenge 104.3 (127.1) -> 95.7 (130.6) MB, 3.0 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172875 ms: Scavenge 107.8 (130.6) -> 99.1 (134.1) MB, 2.6 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 172946 ms: Scavenge 111.2 (134.1) -> 102.5 (138.1) MB, 2.8 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 173013 ms: Scavenge 114.6 (138.1) -> 106.0 (140.6) MB, 2.5 / 0.0 ms (average mu = 0.965, current mu = 0.966) allocation failure | |
[81445:0x103b26000] 173051 ms: Mark-sweep 106.1 (140.6) -> 61.5 (135.1) MB, 5.1 / 2.9 ms (+ 31.2 ms in 37 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 37 ms) (average mu = 0.965, current mu = 0.965) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 173144 ms: Scavenge 77.1 (135.1) -> 66.1 (135.1) MB, 2.1 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173208 ms: Scavenge 77.1 (135.1) -> 69.2 (135.1) MB, 2.5 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173281 ms: Scavenge 81.6 (135.1) -> 72.7 (135.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173352 ms: Scavenge 84.7 (135.1) -> 76.2 (135.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173421 ms: Scavenge 88.2 (135.1) -> 79.6 (135.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173490 ms: Scavenge 91.7 (135.1) -> 83.0 (135.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173562 ms: Scavenge 95.1 (135.1) -> 86.4 (135.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173632 ms: Scavenge 98.5 (135.1) -> 89.9 (135.1) MB, 2.5 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173697 ms: Scavenge 102.0 (135.1) -> 93.3 (135.1) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173766 ms: Scavenge 105.4 (135.1) -> 96.8 (135.6) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173835 ms: Scavenge 108.8 (135.6) -> 100.2 (135.6) MB, 2.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173905 ms: Scavenge 112.2 (135.6) -> 103.6 (139.1) MB, 2.7 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 173979 ms: Scavenge 115.7 (139.1) -> 107.0 (142.1) MB, 2.6 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 174049 ms: Scavenge 119.1 (142.1) -> 110.4 (146.6) MB, 3.4 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 174122 ms: Scavenge 122.5 (146.6) -> 113.8 (149.6) MB, 2.7 / 0.0 ms (average mu = 0.965, current mu = 0.965) allocation failure | |
[81445:0x103b26000] 174166 ms: Mark-sweep 114.0 (149.6) -> 66.3 (141.1) MB, 5.0 / 2.8 ms (+ 37.6 ms in 39 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 44 ms) (average mu = 0.963, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 174263 ms: Scavenge 82.0 (141.1) -> 70.9 (141.1) MB, 2.0 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174329 ms: Scavenge 82.0 (141.1) -> 74.0 (141.1) MB, 2.4 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174401 ms: Scavenge 86.4 (141.1) -> 77.5 (141.1) MB, 2.2 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174479 ms: Scavenge 89.5 (141.1) -> 80.9 (141.1) MB, 2.4 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174548 ms: Scavenge 93.1 (141.1) -> 84.5 (141.1) MB, 3.3 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174623 ms: Scavenge 103.1 (147.7) -> 94.5 (147.7) MB, 2.3 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174690 ms: Scavenge 106.6 (147.7) -> 97.9 (147.7) MB, 2.2 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174759 ms: Scavenge 110.0 (147.7) -> 101.3 (147.7) MB, 2.4 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174830 ms: Scavenge 113.4 (147.7) -> 104.8 (147.7) MB, 3.0 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174904 ms: Scavenge 116.8 (147.7) -> 108.2 (147.7) MB, 2.2 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 174976 ms: Scavenge 120.3 (147.7) -> 111.6 (147.7) MB, 2.6 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 175048 ms: Scavenge 123.7 (147.7) -> 115.1 (150.7) MB, 3.9 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 175127 ms: Scavenge 127.1 (150.7) -> 118.5 (153.2) MB, 2.6 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 175198 ms: Scavenge 130.6 (153.2) -> 121.9 (157.7) MB, 4.0 / 0.0 ms (average mu = 0.963, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 175246 ms: Mark-sweep 122.1 (157.7) -> 73.0 (148.3) MB, 4.4 / 2.2 ms (+ 42.1 ms in 44 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 48 ms) (average mu = 0.960, current mu = 0.957) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 175346 ms: Scavenge 88.7 (148.3) -> 77.6 (148.3) MB, 1.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175409 ms: Scavenge 88.7 (148.3) -> 80.7 (148.3) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175482 ms: Scavenge 93.1 (148.3) -> 84.3 (148.3) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175559 ms: Scavenge 96.2 (148.3) -> 87.7 (148.3) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175630 ms: Scavenge 99.8 (148.3) -> 91.1 (148.3) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175705 ms: Scavenge 103.2 (148.3) -> 94.5 (148.3) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175780 ms: Scavenge 106.6 (148.3) -> 97.9 (148.3) MB, 2.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175850 ms: Scavenge 110.1 (148.3) -> 101.4 (148.3) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175926 ms: Scavenge 113.5 (148.3) -> 104.9 (148.3) MB, 2.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 175999 ms: Scavenge 116.9 (148.3) -> 108.3 (148.3) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176116 ms: Scavenge 120.4 (148.3) -> 111.7 (148.3) MB, 2.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176187 ms: Scavenge 123.8 (148.3) -> 115.2 (150.8) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176261 ms: Scavenge 127.2 (150.8) -> 118.6 (153.8) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176338 ms: Scavenge 130.7 (153.8) -> 122.0 (157.8) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176416 ms: Scavenge 134.1 (157.8) -> 125.5 (160.3) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176483 ms: Scavenge 137.5 (160.3) -> 128.9 (165.3) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176556 ms: Scavenge 141.0 (165.3) -> 132.3 (167.8) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 176611 ms: Mark-sweep 132.5 (167.8) -> 78.5 (157.8) MB, 6.5 / 3.9 ms (+ 46.2 ms in 51 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 55 ms) (average mu = 0.961, current mu = 0.961) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 176708 ms: Scavenge 94.1 (157.8) -> 83.1 (157.8) MB, 2.1 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 176772 ms: Scavenge 94.1 (157.8) -> 86.2 (157.8) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 176852 ms: Scavenge 98.6 (157.8) -> 89.7 (157.8) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 176925 ms: Scavenge 101.7 (157.8) -> 93.1 (157.8) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 176996 ms: Scavenge 105.2 (157.8) -> 96.6 (157.8) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177070 ms: Scavenge 108.6 (157.8) -> 100.0 (157.8) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177147 ms: Scavenge 112.1 (157.8) -> 103.4 (157.8) MB, 2.2 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177216 ms: Scavenge 115.5 (157.8) -> 106.9 (157.8) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177286 ms: Scavenge 118.9 (157.8) -> 110.3 (157.8) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177359 ms: Scavenge 122.4 (157.8) -> 113.7 (157.8) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177431 ms: Scavenge 125.8 (157.8) -> 117.1 (158.3) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177498 ms: Scavenge 129.2 (158.3) -> 120.6 (158.3) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177571 ms: Scavenge 132.7 (158.3) -> 124.0 (160.8) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177639 ms: Scavenge 136.1 (160.8) -> 127.5 (163.8) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177711 ms: Scavenge 139.5 (163.8) -> 130.8 (166.3) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177782 ms: Scavenge 143.0 (166.3) -> 134.3 (170.8) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177854 ms: Scavenge 146.4 (170.8) -> 137.7 (173.8) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177928 ms: Scavenge 149.8 (173.8) -> 141.1 (177.8) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 177983 ms: Mark-sweep 141.3 (177.8) -> 84.3 (169.3) MB, 5.7 / 3.0 ms (+ 47.4 ms in 56 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 55 ms) (average mu = 0.961, current mu = 0.961) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 178086 ms: Scavenge 99.9 (169.3) -> 88.8 (169.3) MB, 2.2 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178150 ms: Scavenge 99.9 (169.3) -> 91.9 (169.3) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178221 ms: Scavenge 104.3 (169.3) -> 95.5 (169.3) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178291 ms: Scavenge 107.5 (169.3) -> 98.9 (169.3) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178364 ms: Scavenge 111.0 (169.3) -> 102.4 (169.3) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178433 ms: Scavenge 114.4 (169.3) -> 105.8 (169.3) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178502 ms: Scavenge 117.8 (169.3) -> 109.2 (169.3) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178573 ms: Scavenge 121.3 (169.3) -> 112.6 (169.3) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178640 ms: Scavenge 124.7 (169.3) -> 116.0 (169.3) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178707 ms: Scavenge 128.1 (169.3) -> 119.5 (169.3) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178788 ms: Scavenge 131.6 (169.3) -> 122.9 (169.3) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178862 ms: Scavenge 135.0 (169.3) -> 126.4 (169.8) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 178938 ms: Scavenge 138.4 (169.8) -> 129.8 (169.8) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179014 ms: Scavenge 141.9 (169.8) -> 133.2 (169.8) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179092 ms: Scavenge 145.3 (169.8) -> 136.7 (173.3) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179166 ms: Scavenge 148.7 (173.3) -> 140.1 (176.3) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179242 ms: Scavenge 152.2 (176.3) -> 143.5 (180.3) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179319 ms: Scavenge 155.6 (180.3) -> 146.9 (183.3) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179400 ms: Scavenge 159.0 (183.3) -> 150.4 (187.3) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179473 ms: Scavenge 162.5 (187.3) -> 153.8 (189.8) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179535 ms: Mark-sweep 154.0 (189.8) -> 90.7 (179.8) MB, 7.4 / 3.5 ms (+ 52.7 ms in 59 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 62 ms) (average mu = 0.961, current mu = 0.961) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 179638 ms: Scavenge 106.3 (179.8) -> 95.3 (179.8) MB, 2.0 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179708 ms: Scavenge 106.3 (179.8) -> 98.3 (179.8) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179785 ms: Scavenge 110.7 (179.8) -> 101.9 (179.8) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179864 ms: Scavenge 113.9 (179.8) -> 105.3 (179.8) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 179936 ms: Scavenge 117.4 (179.8) -> 108.7 (179.8) MB, 2.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180005 ms: Scavenge 120.8 (179.8) -> 112.2 (179.8) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180078 ms: Scavenge 124.2 (179.8) -> 115.6 (179.8) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180159 ms: Scavenge 127.7 (179.8) -> 119.0 (179.8) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180240 ms: Scavenge 131.1 (179.8) -> 122.5 (179.8) MB, 5.0 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180321 ms: Scavenge 134.5 (179.8) -> 125.9 (179.8) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180401 ms: Scavenge 138.0 (179.8) -> 129.3 (179.8) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180482 ms: Scavenge 141.4 (179.8) -> 132.7 (179.8) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180561 ms: Scavenge 144.8 (179.8) -> 136.2 (179.8) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180643 ms: Scavenge 148.3 (179.8) -> 139.6 (179.8) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180719 ms: Scavenge 151.7 (179.8) -> 143.1 (179.8) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180796 ms: Scavenge 155.1 (179.8) -> 146.5 (182.3) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180866 ms: Scavenge 158.6 (182.3) -> 149.9 (185.8) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 180941 ms: Scavenge 162.0 (185.8) -> 153.3 (189.8) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 181011 ms: Scavenge 165.4 (189.8) -> 156.8 (192.8) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.961) allocation failure | |
[81445:0x103b26000] 181142 ms: Mark-sweep 176.9 (202.7) -> 100.4 (192.6) MB, 5.1 / 2.5 ms (+ 55.3 ms in 58 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 62 ms) (average mu = 0.962, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 181239 ms: Scavenge 115.7 (192.6) -> 104.8 (192.6) MB, 2.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181305 ms: Scavenge 116.0 (192.6) -> 107.9 (192.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181376 ms: Scavenge 120.3 (192.6) -> 111.5 (192.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181450 ms: Scavenge 123.5 (192.6) -> 114.8 (192.6) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181522 ms: Scavenge 127.0 (192.6) -> 118.3 (192.6) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181599 ms: Scavenge 130.4 (192.6) -> 121.8 (192.6) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181676 ms: Scavenge 133.8 (192.6) -> 125.1 (192.6) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181750 ms: Scavenge 137.3 (192.6) -> 128.6 (192.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181828 ms: Scavenge 140.7 (192.6) -> 132.0 (192.6) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181904 ms: Scavenge 144.1 (192.6) -> 135.4 (192.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 181977 ms: Scavenge 147.5 (192.6) -> 138.9 (192.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182050 ms: Scavenge 151.0 (192.6) -> 142.3 (192.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182122 ms: Scavenge 154.4 (192.6) -> 145.7 (192.6) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182195 ms: Scavenge 157.8 (192.6) -> 149.2 (193.1) MB, 4.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182265 ms: Scavenge 161.3 (193.1) -> 152.6 (193.1) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182349 ms: Scavenge 164.7 (193.1) -> 156.0 (193.1) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182431 ms: Scavenge 168.1 (193.1) -> 159.5 (195.6) MB, 3.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182514 ms: Scavenge 171.6 (195.6) -> 162.9 (199.6) MB, 4.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182608 ms: Scavenge 175.0 (199.6) -> 166.4 (202.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182682 ms: Scavenge 178.5 (202.6) -> 169.8 (206.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182753 ms: Scavenge 181.9 (206.1) -> 173.2 (210.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182837 ms: Scavenge 185.3 (210.1) -> 176.7 (213.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182916 ms: Scavenge 188.7 (213.1) -> 180.1 (217.1) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 182988 ms: Mark-sweep 180.3 (217.1) -> 107.7 (204.1) MB, 6.2 / 2.9 ms (+ 62.6 ms in 67 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 71 ms) (average mu = 0.962, current mu = 0.963) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 183087 ms: Scavenge 123.3 (204.1) -> 112.3 (204.1) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183158 ms: Scavenge 123.3 (204.1) -> 115.3 (204.1) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183232 ms: Scavenge 127.7 (204.1) -> 118.9 (204.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183306 ms: Scavenge 130.9 (204.1) -> 122.3 (204.1) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183378 ms: Scavenge 134.4 (204.1) -> 125.7 (204.1) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183445 ms: Scavenge 137.8 (204.1) -> 129.2 (204.1) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183514 ms: Scavenge 141.2 (204.1) -> 132.6 (204.1) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183592 ms: Scavenge 144.7 (204.1) -> 136.0 (204.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183675 ms: Scavenge 148.1 (204.1) -> 139.5 (204.1) MB, 4.7 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183762 ms: Scavenge 151.5 (204.1) -> 142.9 (204.1) MB, 7.0 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183847 ms: Scavenge 155.0 (204.1) -> 146.3 (204.1) MB, 4.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 183933 ms: Scavenge 158.4 (204.1) -> 149.8 (204.1) MB, 4.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184017 ms: Scavenge 161.8 (204.1) -> 153.1 (204.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184095 ms: Scavenge 165.2 (204.1) -> 156.6 (204.1) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184180 ms: Scavenge 168.7 (204.1) -> 160.0 (204.1) MB, 4.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184257 ms: Scavenge 172.1 (204.1) -> 163.4 (204.1) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184344 ms: Scavenge 175.5 (204.1) -> 166.9 (204.1) MB, 6.8 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184430 ms: Scavenge 179.0 (204.1) -> 170.4 (206.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184512 ms: Scavenge 182.4 (206.6) -> 173.7 (210.1) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184599 ms: Scavenge 185.8 (210.1) -> 177.2 (214.1) MB, 6.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184690 ms: Scavenge 189.3 (214.1) -> 180.6 (217.1) MB, 7.5 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184777 ms: Scavenge 192.7 (217.1) -> 184.0 (220.6) MB, 8.2 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184864 ms: Scavenge 196.1 (220.6) -> 187.5 (224.1) MB, 3.1 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 184950 ms: Scavenge 199.6 (224.1) -> 190.9 (227.1) MB, 5.1 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 185036 ms: Scavenge 203.0 (227.1) -> 194.4 (231.6) MB, 5.7 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 185149 ms: Mark-sweep 194.6 (231.6) -> 115.7 (219.1) MB, 19.3 / 12.2 ms (+ 87.2 ms in 72 steps since start of marking, biggest step 2.4 ms, walltime since start of marking 113 ms) (average mu = 0.956, current mu = 0.951) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 185330 ms: Scavenge 131.3 (219.1) -> 120.2 (219.1) MB, 2.9 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 185445 ms: Scavenge 131.3 (219.1) -> 123.3 (219.1) MB, 4.0 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 185560 ms: Scavenge 135.7 (219.1) -> 126.9 (219.1) MB, 2.8 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 185643 ms: Scavenge 138.8 (219.1) -> 130.3 (219.1) MB, 2.5 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 185731 ms: Scavenge 142.4 (219.1) -> 133.8 (219.1) MB, 2.9 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 185830 ms: Scavenge 145.8 (219.1) -> 137.2 (219.1) MB, 6.9 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 185932 ms: Scavenge 149.2 (219.1) -> 140.6 (219.1) MB, 6.8 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186027 ms: Scavenge 152.6 (219.1) -> 144.0 (219.1) MB, 3.5 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186125 ms: Scavenge 156.1 (219.1) -> 147.4 (219.1) MB, 8.0 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186246 ms: Scavenge 159.5 (219.1) -> 150.8 (219.1) MB, 7.4 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186341 ms: Scavenge 162.9 (219.1) -> 154.3 (219.1) MB, 7.8 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186424 ms: Scavenge 166.4 (219.1) -> 157.7 (219.1) MB, 2.5 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186510 ms: Scavenge 169.8 (219.1) -> 161.2 (219.1) MB, 7.6 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186595 ms: Scavenge 173.2 (219.1) -> 164.6 (219.1) MB, 2.6 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186678 ms: Scavenge 176.7 (219.1) -> 168.0 (219.1) MB, 6.8 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186762 ms: Scavenge 180.1 (219.1) -> 171.4 (219.6) MB, 2.6 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186843 ms: Scavenge 183.5 (219.6) -> 174.9 (219.6) MB, 2.4 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 186929 ms: Scavenge 187.0 (219.6) -> 178.3 (219.6) MB, 6.7 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187014 ms: Scavenge 190.4 (219.6) -> 181.7 (219.6) MB, 3.8 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187100 ms: Scavenge 193.8 (219.6) -> 185.2 (222.1) MB, 6.7 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187186 ms: Scavenge 197.3 (222.1) -> 188.6 (225.6) MB, 3.2 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187277 ms: Scavenge 200.7 (225.6) -> 192.1 (229.1) MB, 8.3 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187365 ms: Scavenge 204.1 (229.1) -> 195.4 (232.6) MB, 3.4 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187453 ms: Scavenge 207.5 (232.6) -> 198.9 (236.6) MB, 6.1 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187539 ms: Scavenge 211.0 (236.6) -> 202.3 (239.6) MB, 7.6 / 0.1 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187626 ms: Scavenge 214.4 (239.6) -> 205.7 (243.1) MB, 3.0 / 0.0 ms (average mu = 0.956, current mu = 0.951) allocation failure | |
[81445:0x103b26000] 187723 ms: Mark-sweep 206.1 (243.1) -> 124.1 (233.1) MB, 11.6 / 7.1 ms (+ 80.9 ms in 92 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 97 ms) (average mu = 0.961, current mu = 0.964) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 187842 ms: Scavenge 139.6 (233.1) -> 128.5 (233.1) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 187923 ms: Scavenge 139.6 (233.1) -> 131.6 (233.1) MB, 6.0 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188009 ms: Scavenge 144.0 (233.1) -> 135.1 (233.1) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188096 ms: Scavenge 147.1 (233.1) -> 138.5 (233.1) MB, 7.1 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188178 ms: Scavenge 150.6 (233.1) -> 141.9 (233.1) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188262 ms: Scavenge 154.1 (233.1) -> 145.4 (233.1) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188338 ms: Scavenge 157.5 (233.1) -> 148.9 (233.1) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188411 ms: Scavenge 160.9 (233.1) -> 152.3 (233.1) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188492 ms: Scavenge 164.4 (233.1) -> 155.7 (233.1) MB, 4.1 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188577 ms: Scavenge 167.8 (233.1) -> 159.2 (233.1) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188666 ms: Scavenge 171.2 (233.1) -> 162.6 (233.1) MB, 7.1 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188755 ms: Scavenge 174.7 (233.1) -> 166.0 (233.1) MB, 6.6 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188845 ms: Scavenge 178.1 (233.1) -> 169.4 (233.1) MB, 5.1 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 188934 ms: Scavenge 181.5 (233.1) -> 172.9 (233.1) MB, 4.4 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189023 ms: Scavenge 185.0 (233.1) -> 176.3 (233.1) MB, 6.8 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189120 ms: Scavenge 188.4 (233.1) -> 179.7 (233.1) MB, 6.5 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189211 ms: Scavenge 191.8 (233.1) -> 183.2 (233.1) MB, 7.9 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189299 ms: Scavenge 195.3 (233.1) -> 186.6 (233.1) MB, 3.9 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189387 ms: Scavenge 198.7 (233.1) -> 190.0 (233.1) MB, 4.7 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189473 ms: Scavenge 202.1 (233.1) -> 193.5 (233.1) MB, 6.8 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189558 ms: Scavenge 205.6 (233.1) -> 197.0 (233.1) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189639 ms: Scavenge 209.0 (233.1) -> 200.4 (236.6) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189721 ms: Scavenge 212.4 (236.6) -> 203.8 (241.1) MB, 4.8 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189810 ms: Scavenge 215.9 (241.1) -> 207.3 (244.1) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189897 ms: Scavenge 219.3 (244.1) -> 210.6 (247.1) MB, 8.0 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 189986 ms: Scavenge 222.7 (247.1) -> 214.1 (252.1) MB, 5.2 / 0.1 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 190075 ms: Scavenge 226.2 (252.1) -> 217.6 (254.6) MB, 6.9 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 190159 ms: Scavenge 229.6 (254.6) -> 221.0 (258.1) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.964) allocation failure | |
[81445:0x103b26000] 190272 ms: Mark-sweep 221.3 (258.1) -> 133.0 (243.6) MB, 9.5 / 4.2 ms (+ 98.0 ms in 98 steps since start of marking, biggest step 1.8 ms, walltime since start of marking 113 ms) (average mu = 0.959, current mu = 0.958) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 190397 ms: Scavenge 148.5 (243.6) -> 137.4 (243.6) MB, 6.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190478 ms: Scavenge 148.5 (243.6) -> 140.5 (243.6) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190569 ms: Scavenge 152.9 (243.6) -> 144.1 (243.6) MB, 7.5 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190658 ms: Scavenge 156.1 (243.6) -> 147.5 (243.6) MB, 7.4 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190744 ms: Scavenge 159.6 (243.6) -> 150.9 (243.6) MB, 3.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190832 ms: Scavenge 163.0 (243.6) -> 154.3 (243.6) MB, 3.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190908 ms: Scavenge 166.4 (243.6) -> 157.7 (243.6) MB, 2.5 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 190993 ms: Scavenge 169.8 (243.6) -> 161.2 (243.6) MB, 7.7 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191079 ms: Scavenge 173.3 (243.6) -> 164.7 (243.6) MB, 3.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191166 ms: Scavenge 176.7 (243.6) -> 168.0 (243.6) MB, 5.6 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191252 ms: Scavenge 180.1 (243.6) -> 171.5 (243.6) MB, 3.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191338 ms: Scavenge 183.6 (243.6) -> 174.9 (243.6) MB, 4.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191413 ms: Scavenge 187.0 (243.6) -> 178.4 (243.6) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191483 ms: Scavenge 190.4 (243.6) -> 181.8 (243.6) MB, 2.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191557 ms: Scavenge 193.9 (243.6) -> 185.2 (243.6) MB, 2.5 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191630 ms: Scavenge 197.3 (243.6) -> 188.7 (243.6) MB, 2.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191700 ms: Scavenge 200.7 (243.6) -> 192.1 (243.6) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191770 ms: Scavenge 204.2 (243.6) -> 195.6 (244.1) MB, 2.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191858 ms: Scavenge 207.6 (244.1) -> 199.0 (244.1) MB, 2.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 191939 ms: Scavenge 211.1 (244.1) -> 202.4 (244.1) MB, 3.5 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192012 ms: Scavenge 214.5 (244.1) -> 205.9 (244.1) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192088 ms: Scavenge 217.9 (244.1) -> 209.2 (246.6) MB, 2.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192178 ms: Scavenge 236.3 (261.5) -> 227.6 (265.0) MB, 4.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192266 ms: Scavenge 239.7 (265.0) -> 231.1 (268.5) MB, 7.5 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192361 ms: Scavenge 243.1 (268.5) -> 234.5 (272.0) MB, 6.3 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192451 ms: Scavenge 246.6 (272.0) -> 237.9 (275.5) MB, 8.9 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 192578 ms: Mark-sweep 238.3 (275.5) -> 146.3 (253.6) MB, 8.4 / 3.7 ms (+ 112.4 ms in 117 steps since start of marking, biggest step 2.1 ms, walltime since start of marking 128 ms) (average mu = 0.953, current mu = 0.948) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 192701 ms: Scavenge 161.8 (253.6) -> 150.7 (253.6) MB, 2.1 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 192766 ms: Scavenge 161.8 (253.6) -> 153.8 (253.6) MB, 3.1 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 192850 ms: Scavenge 166.2 (253.6) -> 157.3 (253.6) MB, 2.7 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 192920 ms: Scavenge 169.3 (253.6) -> 160.8 (253.6) MB, 2.6 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 192991 ms: Scavenge 172.9 (253.6) -> 164.2 (253.6) MB, 2.5 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193071 ms: Scavenge 176.3 (253.6) -> 167.6 (253.6) MB, 4.8 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193162 ms: Scavenge 179.7 (253.6) -> 171.1 (253.6) MB, 8.1 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193248 ms: Scavenge 183.1 (253.6) -> 174.5 (253.6) MB, 2.7 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193340 ms: Scavenge 186.6 (253.6) -> 177.9 (253.6) MB, 6.1 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193428 ms: Scavenge 190.0 (253.6) -> 181.3 (253.6) MB, 2.5 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193516 ms: Scavenge 193.4 (253.6) -> 184.8 (253.6) MB, 7.6 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193603 ms: Scavenge 196.8 (253.6) -> 188.2 (253.6) MB, 5.5 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193696 ms: Scavenge 200.3 (253.6) -> 191.6 (253.6) MB, 8.5 / 0.2 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193783 ms: Scavenge 203.7 (253.6) -> 195.0 (253.6) MB, 4.0 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193877 ms: Scavenge 207.1 (253.6) -> 198.5 (253.6) MB, 7.9 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 193972 ms: Scavenge 210.6 (253.6) -> 202.0 (253.6) MB, 7.0 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194061 ms: Scavenge 214.0 (253.6) -> 205.4 (253.6) MB, 2.7 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194149 ms: Scavenge 217.4 (253.6) -> 208.8 (253.6) MB, 4.2 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194239 ms: Scavenge 220.9 (253.6) -> 212.2 (253.6) MB, 6.7 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194325 ms: Scavenge 224.3 (253.6) -> 215.6 (253.6) MB, 2.7 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194417 ms: Scavenge 227.7 (253.6) -> 219.1 (256.1) MB, 7.9 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194502 ms: Scavenge 231.2 (256.1) -> 222.5 (259.6) MB, 3.7 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194606 ms: Scavenge 234.6 (259.6) -> 226.0 (263.6) MB, 3.7 / 0.1 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194681 ms: Scavenge 238.0 (263.6) -> 229.4 (266.6) MB, 3.5 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194749 ms: Scavenge 241.5 (266.6) -> 232.8 (270.6) MB, 3.6 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194822 ms: Scavenge 244.9 (270.6) -> 236.3 (273.6) MB, 2.9 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194895 ms: Scavenge 248.3 (273.6) -> 239.7 (277.6) MB, 2.8 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 194967 ms: Scavenge 251.8 (277.6) -> 243.1 (280.1) MB, 3.4 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 195036 ms: Scavenge 255.2 (280.1) -> 246.5 (284.6) MB, 3.1 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 195120 ms: Scavenge 258.6 (284.6) -> 249.9 (288.1) MB, 3.1 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 195190 ms: Scavenge 262.1 (288.1) -> 253.4 (291.1) MB, 2.9 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 195308 ms: Scavenge 265.5 (291.1) -> 256.9 (294.6) MB, 3.1 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 195382 ms: Scavenge 268.9 (294.6) -> 260.3 (298.1) MB, 3.3 / 0.0 ms (average mu = 0.953, current mu = 0.948) allocation failure | |
[81445:0x103b26000] 195477 ms: Mark-sweep 260.7 (298.1) -> 156.9 (274.6) MB, 8.1 / 4.1 ms (+ 83.3 ms in 134 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 95 ms) (average mu = 0.962, current mu = 0.968) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 195578 ms: Scavenge 172.3 (274.6) -> 161.2 (274.6) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 195641 ms: Scavenge 172.3 (274.6) -> 164.3 (274.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 195710 ms: Scavenge 176.7 (274.6) -> 167.8 (274.6) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 195775 ms: Scavenge 179.8 (274.6) -> 171.2 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 195852 ms: Scavenge 183.4 (274.6) -> 174.7 (274.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 195934 ms: Scavenge 186.8 (274.6) -> 178.1 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196006 ms: Scavenge 190.2 (274.6) -> 181.5 (274.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196083 ms: Scavenge 193.6 (274.6) -> 185.0 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196155 ms: Scavenge 197.1 (274.6) -> 188.4 (274.6) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196228 ms: Scavenge 200.5 (274.6) -> 191.9 (274.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196306 ms: Scavenge 203.9 (274.6) -> 195.3 (274.6) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196384 ms: Scavenge 207.4 (274.6) -> 198.7 (274.6) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196458 ms: Scavenge 210.8 (274.6) -> 202.1 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196533 ms: Scavenge 214.2 (274.6) -> 205.6 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196611 ms: Scavenge 217.7 (274.6) -> 209.0 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196684 ms: Scavenge 221.1 (274.6) -> 212.4 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196754 ms: Scavenge 224.5 (274.6) -> 215.9 (274.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196827 ms: Scavenge 228.0 (274.6) -> 219.3 (274.6) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196899 ms: Scavenge 231.4 (274.6) -> 222.7 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 196974 ms: Scavenge 234.8 (274.6) -> 226.2 (274.6) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197047 ms: Scavenge 238.3 (274.6) -> 229.6 (274.6) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197118 ms: Scavenge 241.7 (274.6) -> 233.0 (274.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197185 ms: Scavenge 245.1 (274.6) -> 236.5 (274.6) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197254 ms: Scavenge 248.5 (274.6) -> 239.9 (277.6) MB, 4.1 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197331 ms: Scavenge 252.0 (277.6) -> 243.3 (280.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197406 ms: Scavenge 255.4 (280.6) -> 246.8 (284.6) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197475 ms: Scavenge 258.8 (284.6) -> 250.2 (287.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197548 ms: Scavenge 262.3 (287.6) -> 253.6 (291.6) MB, 4.3 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197622 ms: Scavenge 265.7 (291.6) -> 257.0 (294.6) MB, 3.9 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197694 ms: Scavenge 269.1 (294.6) -> 260.5 (298.1) MB, 4.2 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197763 ms: Scavenge 272.6 (298.1) -> 264.0 (301.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197835 ms: Scavenge 276.0 (301.6) -> 267.3 (305.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197909 ms: Scavenge 279.4 (305.1) -> 270.8 (309.1) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 197979 ms: Scavenge 282.8 (309.1) -> 274.2 (312.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 198057 ms: Scavenge 286.3 (312.1) -> 277.7 (316.1) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.968) allocation failure | |
[81445:0x103b26000] 198164 ms: Mark-sweep 278.1 (316.1) -> 168.0 (294.6) MB, 7.6 / 3.7 ms (+ 95.7 ms in 123 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 107 ms) (average mu = 0.962, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 198260 ms: Scavenge 183.4 (294.6) -> 172.4 (294.6) MB, 2.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198330 ms: Scavenge 183.4 (294.6) -> 175.4 (294.6) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198401 ms: Scavenge 187.8 (294.6) -> 179.0 (294.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198470 ms: Scavenge 191.0 (294.6) -> 182.4 (294.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198538 ms: Scavenge 194.5 (294.6) -> 185.8 (294.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198609 ms: Scavenge 197.9 (294.6) -> 189.3 (294.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198677 ms: Scavenge 201.3 (294.6) -> 192.7 (294.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198743 ms: Scavenge 204.8 (294.6) -> 196.1 (294.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198814 ms: Scavenge 208.2 (294.6) -> 199.5 (294.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198885 ms: Scavenge 211.7 (294.6) -> 203.0 (294.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 198953 ms: Scavenge 215.1 (294.6) -> 206.4 (294.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199020 ms: Scavenge 218.5 (294.6) -> 209.9 (294.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199092 ms: Scavenge 222.0 (294.6) -> 213.3 (294.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199161 ms: Scavenge 225.4 (294.6) -> 216.8 (294.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199229 ms: Scavenge 228.8 (294.6) -> 220.2 (294.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199299 ms: Scavenge 232.3 (294.6) -> 223.6 (294.6) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199388 ms: Scavenge 235.7 (294.6) -> 227.1 (294.6) MB, 2.9 / 0.1 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199491 ms: Scavenge 239.1 (294.6) -> 230.5 (294.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199596 ms: Scavenge 242.6 (294.6) -> 233.9 (294.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199696 ms: Scavenge 246.0 (294.6) -> 237.4 (294.6) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199776 ms: Scavenge 249.4 (294.6) -> 240.8 (294.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199847 ms: Scavenge 252.9 (294.6) -> 244.2 (295.1) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199921 ms: Scavenge 256.3 (295.1) -> 247.6 (295.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 199990 ms: Scavenge 259.7 (295.1) -> 251.1 (295.1) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200061 ms: Scavenge 263.1 (295.1) -> 254.5 (295.1) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200139 ms: Scavenge 266.6 (295.1) -> 257.9 (295.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200211 ms: Scavenge 270.0 (295.1) -> 261.4 (300.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200287 ms: Scavenge 273.5 (300.1) -> 264.8 (302.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200367 ms: Scavenge 276.9 (302.6) -> 268.2 (307.1) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200444 ms: Scavenge 280.3 (307.1) -> 271.7 (310.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200518 ms: Scavenge 283.7 (310.6) -> 275.1 (313.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200591 ms: Scavenge 287.2 (313.6) -> 278.5 (317.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200660 ms: Scavenge 290.6 (317.1) -> 282.0 (321.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200734 ms: Scavenge 294.0 (321.1) -> 285.4 (324.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200806 ms: Scavenge 297.5 (324.1) -> 288.8 (327.6) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200881 ms: Scavenge 300.9 (327.6) -> 292.2 (331.6) MB, 3.7 / 0.1 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 200958 ms: Scavenge 304.3 (331.6) -> 295.7 (335.1) MB, 4.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 201035 ms: Scavenge 307.8 (335.1) -> 299.1 (338.1) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 201161 ms: Mark-sweep 299.5 (338.1) -> 180.1 (320.6) MB, 14.4 / 7.6 ms (+ 107.4 ms in 125 steps since start of marking, biggest step 1.3 ms, walltime since start of marking 126 ms) (average mu = 0.960, current mu = 0.959) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 201268 ms: Scavenge 195.5 (320.6) -> 184.5 (320.6) MB, 2.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201341 ms: Scavenge 195.5 (320.6) -> 187.6 (320.6) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201421 ms: Scavenge 199.9 (320.6) -> 191.1 (320.6) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201500 ms: Scavenge 203.1 (320.6) -> 194.5 (320.6) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201609 ms: Scavenge 206.6 (320.6) -> 197.9 (320.6) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201695 ms: Scavenge 210.0 (320.6) -> 201.4 (320.6) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201770 ms: Scavenge 213.4 (320.6) -> 204.8 (320.6) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201848 ms: Scavenge 216.9 (320.6) -> 208.2 (320.6) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 201925 ms: Scavenge 220.3 (320.6) -> 211.7 (320.6) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202002 ms: Scavenge 223.7 (320.6) -> 215.0 (320.6) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202075 ms: Scavenge 227.2 (320.6) -> 218.5 (320.6) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202152 ms: Scavenge 230.6 (320.6) -> 222.0 (320.6) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202224 ms: Scavenge 234.0 (320.6) -> 225.3 (320.6) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202303 ms: Scavenge 237.5 (320.6) -> 228.8 (320.6) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202382 ms: Scavenge 240.9 (320.6) -> 232.2 (320.6) MB, 4.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202461 ms: Scavenge 244.3 (320.6) -> 235.6 (320.6) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202541 ms: Scavenge 247.8 (320.6) -> 239.1 (320.6) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202622 ms: Scavenge 251.2 (320.6) -> 242.5 (320.6) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202701 ms: Scavenge 254.6 (320.6) -> 246.0 (320.6) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202775 ms: Scavenge 258.1 (320.6) -> 249.4 (320.6) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202845 ms: Scavenge 261.5 (320.6) -> 252.9 (320.6) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202919 ms: Scavenge 264.9 (320.6) -> 256.3 (320.6) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 202986 ms: Scavenge 268.4 (320.6) -> 259.7 (320.6) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203056 ms: Scavenge 271.8 (320.6) -> 263.1 (320.6) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203125 ms: Scavenge 275.2 (320.6) -> 266.5 (320.6) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203192 ms: Scavenge 278.6 (320.6) -> 270.0 (320.6) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203265 ms: Scavenge 282.1 (320.6) -> 273.4 (320.6) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203339 ms: Scavenge 285.5 (320.6) -> 276.9 (320.6) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203410 ms: Scavenge 289.0 (320.6) -> 280.3 (320.6) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203476 ms: Scavenge 292.4 (320.6) -> 283.7 (322.1) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203550 ms: Scavenge 295.8 (322.1) -> 287.2 (325.6) MB, 4.8 / 0.1 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203619 ms: Scavenge 299.3 (325.6) -> 290.6 (329.1) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203689 ms: Scavenge 302.7 (329.1) -> 294.0 (332.1) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203756 ms: Scavenge 306.1 (332.1) -> 297.5 (336.6) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203828 ms: Scavenge 309.6 (336.6) -> 300.9 (339.6) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203900 ms: Scavenge 313.0 (339.6) -> 304.3 (343.1) MB, 3.1 / 0.1 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 203969 ms: Scavenge 316.4 (343.1) -> 307.8 (346.6) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 204039 ms: Scavenge 319.9 (346.6) -> 311.2 (349.6) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 204111 ms: Scavenge 323.3 (349.6) -> 314.7 (353.6) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 204179 ms: Scavenge 326.7 (353.6) -> 318.1 (356.6) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 204299 ms: Mark-sweep 318.5 (356.6) -> 192.8 (337.6) MB, 11.2 / 7.3 ms (+ 104.8 ms in 136 steps since start of marking, biggest step 1.0 ms, walltime since start of marking 120 ms) (average mu = 0.962, current mu = 0.963) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 204408 ms: Scavenge 208.3 (337.6) -> 197.1 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204477 ms: Scavenge 208.3 (337.6) -> 200.3 (337.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204551 ms: Scavenge 212.7 (337.6) -> 203.9 (337.6) MB, 4.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204623 ms: Scavenge 215.8 (337.6) -> 207.2 (337.6) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204689 ms: Scavenge 219.3 (337.6) -> 210.7 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204757 ms: Scavenge 222.7 (337.6) -> 214.1 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204830 ms: Scavenge 226.2 (337.6) -> 217.5 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204903 ms: Scavenge 229.6 (337.6) -> 221.0 (337.6) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 204972 ms: Scavenge 233.0 (337.6) -> 224.4 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205045 ms: Scavenge 236.5 (337.6) -> 227.8 (337.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205125 ms: Scavenge 239.9 (337.6) -> 231.3 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205193 ms: Scavenge 243.3 (337.6) -> 234.7 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205259 ms: Scavenge 246.8 (337.6) -> 238.1 (337.6) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205355 ms: Scavenge 250.2 (337.6) -> 241.6 (337.6) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205444 ms: Scavenge 253.6 (337.6) -> 245.0 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205512 ms: Scavenge 257.1 (337.6) -> 248.4 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205587 ms: Scavenge 260.5 (337.6) -> 251.9 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205655 ms: Scavenge 263.9 (337.6) -> 255.3 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205722 ms: Scavenge 267.4 (337.6) -> 258.7 (337.6) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205789 ms: Scavenge 270.8 (337.6) -> 262.1 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205862 ms: Scavenge 274.2 (337.6) -> 265.5 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 205938 ms: Scavenge 277.7 (337.6) -> 269.0 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206006 ms: Scavenge 281.1 (337.6) -> 272.5 (337.6) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206084 ms: Scavenge 284.5 (337.6) -> 275.9 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206157 ms: Scavenge 288.0 (337.6) -> 279.3 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206223 ms: Scavenge 291.4 (337.6) -> 282.8 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206293 ms: Scavenge 294.8 (337.6) -> 286.2 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206368 ms: Scavenge 298.3 (337.6) -> 289.6 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206439 ms: Scavenge 301.7 (337.6) -> 293.1 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206507 ms: Scavenge 305.1 (337.6) -> 296.5 (337.6) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206583 ms: Scavenge 308.6 (337.6) -> 299.9 (337.6) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206659 ms: Scavenge 312.0 (337.6) -> 303.3 (341.6) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206729 ms: Scavenge 315.4 (341.6) -> 306.8 (345.6) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206802 ms: Scavenge 318.9 (345.6) -> 310.2 (348.6) MB, 4.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206879 ms: Scavenge 322.3 (348.6) -> 313.7 (352.6) MB, 3.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 206959 ms: Scavenge 325.7 (352.6) -> 317.1 (355.6) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 207029 ms: Scavenge 329.2 (355.6) -> 320.5 (359.6) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 207108 ms: Scavenge 332.6 (359.6) -> 324.0 (362.6) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 207268 ms: Mark-sweep 349.9 (385.0) -> 212.5 (356.5) MB, 9.5 / 5.5 ms (+ 114.7 ms in 141 steps since start of marking, biggest step 1.1 ms, walltime since start of marking 128 ms) (average mu = 0.960, current mu = 0.958) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 207377 ms: Scavenge 227.8 (356.5) -> 216.8 (356.5) MB, 2.3 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207445 ms: Scavenge 227.9 (356.5) -> 219.9 (356.5) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207522 ms: Scavenge 232.3 (356.5) -> 223.4 (356.5) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207596 ms: Scavenge 235.4 (356.5) -> 226.8 (356.5) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207667 ms: Scavenge 238.9 (356.5) -> 230.3 (356.5) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207739 ms: Scavenge 242.3 (356.5) -> 233.7 (356.5) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207816 ms: Scavenge 245.8 (356.5) -> 237.1 (356.5) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207893 ms: Scavenge 249.2 (356.5) -> 240.6 (356.5) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 207972 ms: Scavenge 252.7 (356.5) -> 244.0 (356.5) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208046 ms: Scavenge 256.1 (356.5) -> 247.4 (356.5) MB, 4.0 / 0.1 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208125 ms: Scavenge 259.5 (356.5) -> 250.9 (356.5) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208199 ms: Scavenge 262.9 (356.5) -> 254.3 (356.5) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208269 ms: Scavenge 266.4 (356.5) -> 257.8 (356.5) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208349 ms: Scavenge 269.8 (356.5) -> 261.2 (356.5) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208423 ms: Scavenge 273.2 (356.5) -> 264.6 (356.5) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208498 ms: Scavenge 276.7 (356.5) -> 268.0 (356.5) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208573 ms: Scavenge 280.1 (356.5) -> 271.5 (356.5) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208645 ms: Scavenge 283.5 (356.5) -> 274.9 (356.5) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208716 ms: Scavenge 287.0 (356.5) -> 278.3 (356.5) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208785 ms: Scavenge 290.4 (356.5) -> 281.8 (356.5) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208862 ms: Scavenge 293.8 (356.5) -> 285.2 (356.5) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 208936 ms: Scavenge 297.3 (356.5) -> 288.6 (356.5) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209003 ms: Scavenge 300.7 (356.5) -> 292.0 (356.5) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209074 ms: Scavenge 304.1 (356.5) -> 295.5 (356.5) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209144 ms: Scavenge 307.5 (356.5) -> 298.9 (356.5) MB, 2.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209211 ms: Scavenge 311.0 (356.5) -> 302.3 (356.5) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209278 ms: Scavenge 314.4 (356.5) -> 305.8 (356.5) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209352 ms: Scavenge 317.8 (356.5) -> 309.2 (356.5) MB, 2.6 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209424 ms: Scavenge 321.3 (356.5) -> 312.6 (356.5) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209493 ms: Scavenge 324.7 (356.5) -> 316.1 (356.5) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209564 ms: Scavenge 328.1 (356.5) -> 319.5 (359.0) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209633 ms: Scavenge 331.6 (359.0) -> 322.9 (361.5) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209701 ms: Scavenge 335.0 (361.5) -> 326.3 (365.0) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209773 ms: Scavenge 338.4 (365.0) -> 329.8 (368.5) MB, 4.5 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209850 ms: Scavenge 341.9 (368.5) -> 333.2 (371.5) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209926 ms: Scavenge 345.3 (371.5) -> 336.7 (376.0) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 209996 ms: Scavenge 348.8 (376.0) -> 340.1 (378.5) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210066 ms: Scavenge 352.2 (378.5) -> 343.5 (383.0) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210138 ms: Scavenge 355.6 (383.0) -> 347.0 (386.5) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210205 ms: Scavenge 359.0 (386.5) -> 350.4 (389.5) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210272 ms: Scavenge 362.5 (389.5) -> 353.9 (392.5) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210347 ms: Scavenge 365.9 (392.5) -> 357.3 (397.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210419 ms: Scavenge 369.4 (397.0) -> 360.7 (400.5) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210491 ms: Scavenge 372.8 (400.5) -> 364.2 (403.5) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210562 ms: Scavenge 376.2 (403.5) -> 367.5 (407.5) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210633 ms: Scavenge 379.6 (407.5) -> 371.0 (410.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210700 ms: Scavenge 383.1 (410.0) -> 374.4 (414.0) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 210840 ms: Mark-sweep 374.9 (414.0) -> 227.5 (391.0) MB, 12.9 / 8.1 ms (+ 122.6 ms in 149 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 140 ms) (average mu = 0.961, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 210948 ms: Scavenge 242.8 (391.0) -> 231.7 (391.0) MB, 2.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211013 ms: Scavenge 242.8 (391.0) -> 234.8 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211090 ms: Scavenge 247.2 (391.0) -> 238.4 (391.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211160 ms: Scavenge 250.4 (391.0) -> 241.8 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211228 ms: Scavenge 253.9 (391.0) -> 245.2 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211297 ms: Scavenge 257.3 (391.0) -> 248.7 (391.0) MB, 3.4 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211376 ms: Scavenge 260.7 (391.0) -> 252.1 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211447 ms: Scavenge 264.2 (391.0) -> 255.5 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211513 ms: Scavenge 267.6 (391.0) -> 258.9 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211586 ms: Scavenge 271.0 (391.0) -> 262.4 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211654 ms: Scavenge 274.5 (391.0) -> 265.8 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211722 ms: Scavenge 277.9 (391.0) -> 269.3 (391.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211791 ms: Scavenge 281.3 (391.0) -> 272.7 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211866 ms: Scavenge 284.8 (391.0) -> 276.1 (391.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 211941 ms: Scavenge 288.2 (391.0) -> 279.6 (391.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212010 ms: Scavenge 291.6 (391.0) -> 283.0 (391.0) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212085 ms: Scavenge 295.1 (391.0) -> 286.4 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212157 ms: Scavenge 298.5 (391.0) -> 289.9 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212227 ms: Scavenge 301.9 (391.0) -> 293.3 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212301 ms: Scavenge 305.4 (391.0) -> 296.7 (391.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212377 ms: Scavenge 308.8 (391.0) -> 300.2 (391.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212450 ms: Scavenge 312.2 (391.0) -> 303.6 (391.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212523 ms: Scavenge 315.7 (391.0) -> 307.1 (391.0) MB, 4.4 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212616 ms: Scavenge 319.1 (391.0) -> 310.4 (391.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212693 ms: Scavenge 322.5 (391.0) -> 313.9 (391.0) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212767 ms: Scavenge 325.9 (391.0) -> 317.3 (391.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212839 ms: Scavenge 329.4 (391.0) -> 320.7 (391.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212917 ms: Scavenge 332.8 (391.0) -> 324.2 (391.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 212993 ms: Scavenge 336.3 (391.0) -> 327.6 (391.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213066 ms: Scavenge 339.7 (391.0) -> 331.1 (391.5) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213138 ms: Scavenge 343.1 (391.5) -> 334.4 (391.5) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213213 ms: Scavenge 346.5 (391.5) -> 337.9 (391.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213288 ms: Scavenge 350.0 (391.5) -> 341.3 (391.5) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213363 ms: Scavenge 353.4 (391.5) -> 344.7 (391.5) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213442 ms: Scavenge 356.8 (391.5) -> 348.2 (391.5) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213515 ms: Scavenge 360.3 (391.5) -> 351.6 (391.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213592 ms: Scavenge 363.7 (391.5) -> 355.1 (394.0) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213665 ms: Scavenge 367.1 (394.0) -> 358.5 (398.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213734 ms: Scavenge 370.6 (398.0) -> 361.9 (402.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213810 ms: Scavenge 374.0 (402.0) -> 365.4 (405.5) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213886 ms: Scavenge 377.4 (405.5) -> 368.8 (408.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 213965 ms: Scavenge 380.9 (408.0) -> 372.2 (412.5) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214039 ms: Scavenge 384.3 (412.5) -> 375.6 (415.5) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214119 ms: Scavenge 387.7 (415.5) -> 379.1 (419.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214191 ms: Scavenge 391.2 (419.0) -> 382.5 (422.5) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214268 ms: Scavenge 394.6 (422.5) -> 386.0 (426.0) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214347 ms: Scavenge 398.0 (426.0) -> 389.4 (430.0) MB, 4.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214426 ms: Scavenge 401.5 (430.0) -> 392.8 (433.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214504 ms: Scavenge 404.9 (433.0) -> 396.2 (437.0) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214580 ms: Scavenge 408.3 (437.0) -> 399.7 (439.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214656 ms: Scavenge 411.8 (439.5) -> 403.1 (443.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214812 ms: Mark-sweep 403.6 (443.0) -> 243.7 (417.5) MB, 14.0 / 6.5 ms (+ 136.6 ms in 155 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 155 ms) (average mu = 0.962, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 214917 ms: Scavenge 259.0 (417.5) -> 248.0 (417.5) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 214983 ms: Scavenge 259.1 (417.5) -> 251.0 (417.5) MB, 3.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215074 ms: Scavenge 263.4 (417.5) -> 254.6 (417.5) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215175 ms: Scavenge 266.6 (417.5) -> 258.0 (417.5) MB, 3.7 / 0.1 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215284 ms: Scavenge 270.1 (417.5) -> 261.4 (417.5) MB, 3.1 / 0.1 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215391 ms: Scavenge 273.5 (417.5) -> 264.8 (417.5) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215474 ms: Scavenge 276.9 (417.5) -> 268.3 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215542 ms: Scavenge 280.4 (417.5) -> 271.7 (417.5) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215617 ms: Scavenge 283.8 (417.5) -> 275.2 (417.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215685 ms: Scavenge 287.2 (417.5) -> 278.6 (417.5) MB, 3.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215756 ms: Scavenge 290.7 (417.5) -> 282.0 (417.5) MB, 4.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215832 ms: Scavenge 294.1 (417.5) -> 285.4 (417.5) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215905 ms: Scavenge 297.5 (417.5) -> 288.9 (417.5) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 215980 ms: Scavenge 301.0 (417.5) -> 292.3 (417.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216047 ms: Scavenge 304.4 (417.5) -> 295.7 (417.5) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216118 ms: Scavenge 307.8 (417.5) -> 299.2 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216187 ms: Scavenge 311.3 (417.5) -> 302.6 (417.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216256 ms: Scavenge 314.7 (417.5) -> 306.0 (417.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216326 ms: Scavenge 318.1 (417.5) -> 309.5 (417.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216406 ms: Scavenge 321.6 (417.5) -> 312.9 (417.5) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216511 ms: Scavenge 325.0 (417.5) -> 316.4 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216584 ms: Scavenge 328.4 (417.5) -> 319.8 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216651 ms: Scavenge 331.9 (417.5) -> 323.2 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216720 ms: Scavenge 335.3 (417.5) -> 326.7 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216787 ms: Scavenge 338.7 (417.5) -> 330.1 (417.5) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216858 ms: Scavenge 342.2 (417.5) -> 333.5 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216927 ms: Scavenge 345.6 (417.5) -> 336.9 (417.5) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 216999 ms: Scavenge 349.0 (417.5) -> 340.4 (417.5) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217072 ms: Scavenge 352.5 (417.5) -> 343.8 (417.5) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217140 ms: Scavenge 355.9 (417.5) -> 347.2 (417.5) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217208 ms: Scavenge 359.3 (417.5) -> 350.7 (417.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217274 ms: Scavenge 362.8 (417.5) -> 354.1 (418.0) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217346 ms: Scavenge 366.2 (418.0) -> 357.6 (418.0) MB, 2.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217415 ms: Scavenge 369.6 (418.0) -> 360.9 (418.0) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217489 ms: Scavenge 373.1 (418.0) -> 364.4 (418.0) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217562 ms: Scavenge 376.5 (418.0) -> 367.8 (418.0) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217632 ms: Scavenge 379.9 (418.0) -> 371.3 (418.0) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217701 ms: Scavenge 383.4 (418.0) -> 374.7 (418.0) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217771 ms: Scavenge 386.8 (418.0) -> 378.1 (418.0) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217846 ms: Scavenge 390.2 (418.0) -> 381.6 (421.5) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217918 ms: Scavenge 393.7 (421.5) -> 385.0 (425.0) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 217992 ms: Scavenge 397.1 (425.0) -> 388.5 (428.5) MB, 4.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218069 ms: Scavenge 400.5 (428.5) -> 391.9 (432.0) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218144 ms: Scavenge 404.0 (432.0) -> 395.3 (436.5) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218216 ms: Scavenge 407.4 (436.5) -> 398.8 (439.0) MB, 3.3 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218286 ms: Scavenge 410.8 (439.0) -> 402.2 (442.5) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218363 ms: Scavenge 414.3 (442.5) -> 405.6 (446.0) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218433 ms: Scavenge 417.7 (446.0) -> 409.0 (449.5) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218505 ms: Scavenge 421.1 (449.5) -> 412.5 (453.5) MB, 3.8 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218584 ms: Scavenge 424.6 (453.5) -> 415.9 (456.5) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218655 ms: Scavenge 428.0 (456.5) -> 419.3 (460.5) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218726 ms: Scavenge 431.4 (460.5) -> 422.8 (463.5) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218797 ms: Scavenge 434.9 (463.5) -> 426.2 (467.5) MB, 3.6 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 218871 ms: Scavenge 438.3 (467.5) -> 429.6 (470.5) MB, 3.7 / 0.0 ms (average mu = 0.962, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 219046 ms: Mark-sweep 430.2 (470.5) -> 260.9 (443.5) MB, 14.2 / 9.0 ms (+ 155.3 ms in 168 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 175 ms) (average mu = 0.961, current mu = 0.960) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 219163 ms: Scavenge 276.2 (443.5) -> 265.1 (443.5) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219228 ms: Scavenge 276.2 (443.5) -> 268.2 (443.5) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219305 ms: Scavenge 280.6 (443.5) -> 271.8 (443.5) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219380 ms: Scavenge 283.7 (443.5) -> 275.1 (443.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219456 ms: Scavenge 287.2 (443.5) -> 278.6 (443.5) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219535 ms: Scavenge 290.7 (443.5) -> 282.0 (443.5) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219612 ms: Scavenge 294.1 (443.5) -> 285.5 (443.5) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219689 ms: Scavenge 297.5 (443.5) -> 288.9 (443.5) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219761 ms: Scavenge 301.0 (443.5) -> 292.3 (443.5) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219838 ms: Scavenge 304.4 (443.5) -> 295.8 (443.5) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219917 ms: Scavenge 307.8 (443.5) -> 299.2 (443.5) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 219992 ms: Scavenge 311.3 (443.5) -> 302.6 (443.5) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220069 ms: Scavenge 314.7 (443.5) -> 306.1 (443.5) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220143 ms: Scavenge 318.1 (443.5) -> 309.5 (443.5) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220219 ms: Scavenge 321.5 (443.5) -> 312.9 (443.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220293 ms: Scavenge 325.0 (443.5) -> 316.3 (443.5) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220373 ms: Scavenge 328.4 (443.5) -> 319.8 (443.5) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220448 ms: Scavenge 331.8 (443.5) -> 323.2 (443.5) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220529 ms: Scavenge 335.3 (443.5) -> 326.6 (443.5) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220610 ms: Scavenge 338.7 (443.5) -> 330.1 (443.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220698 ms: Scavenge 342.1 (443.5) -> 333.5 (443.5) MB, 5.3 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220776 ms: Scavenge 345.6 (443.5) -> 336.9 (443.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220856 ms: Scavenge 349.0 (443.5) -> 340.4 (443.5) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 220934 ms: Scavenge 352.4 (443.5) -> 343.8 (443.5) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221011 ms: Scavenge 355.9 (443.5) -> 347.2 (443.5) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221082 ms: Scavenge 359.3 (443.5) -> 350.6 (443.5) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221155 ms: Scavenge 362.7 (443.5) -> 354.1 (443.5) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221222 ms: Scavenge 366.2 (443.5) -> 357.5 (443.5) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221290 ms: Scavenge 369.6 (443.5) -> 360.9 (443.5) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221367 ms: Scavenge 373.0 (443.5) -> 364.4 (443.5) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221435 ms: Scavenge 376.4 (443.5) -> 367.8 (443.5) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221508 ms: Scavenge 379.9 (443.5) -> 371.2 (443.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221581 ms: Scavenge 383.3 (443.5) -> 374.7 (443.5) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221650 ms: Scavenge 386.7 (443.5) -> 378.1 (444.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221718 ms: Scavenge 390.2 (444.0) -> 381.5 (444.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221788 ms: Scavenge 393.6 (444.0) -> 385.0 (444.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221865 ms: Scavenge 397.0 (444.0) -> 388.4 (444.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 221938 ms: Scavenge 400.5 (444.0) -> 391.8 (444.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222010 ms: Scavenge 403.9 (444.0) -> 395.3 (444.0) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222086 ms: Scavenge 407.3 (444.0) -> 398.7 (444.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222159 ms: Scavenge 410.8 (444.0) -> 402.1 (444.0) MB, 4.3 / 0.1 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222230 ms: Scavenge 414.2 (444.0) -> 405.5 (446.5) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222303 ms: Scavenge 417.6 (446.5) -> 409.0 (449.5) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222376 ms: Scavenge 421.1 (449.5) -> 412.4 (453.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222446 ms: Scavenge 424.5 (453.0) -> 415.8 (456.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222517 ms: Scavenge 427.9 (456.0) -> 419.3 (459.5) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222592 ms: Scavenge 431.4 (459.5) -> 422.7 (463.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222660 ms: Scavenge 434.8 (463.0) -> 426.1 (467.5) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222728 ms: Scavenge 438.2 (467.5) -> 429.6 (470.5) MB, 5.0 / 0.1 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222799 ms: Scavenge 441.7 (470.5) -> 433.0 (474.5) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222873 ms: Scavenge 445.1 (474.5) -> 436.5 (477.5) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 222943 ms: Scavenge 448.5 (477.5) -> 439.9 (481.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223013 ms: Scavenge 452.0 (481.0) -> 443.3 (483.5) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223087 ms: Scavenge 455.4 (483.5) -> 446.8 (488.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223155 ms: Scavenge 458.8 (488.5) -> 450.2 (491.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223225 ms: Scavenge 462.3 (491.0) -> 453.6 (495.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223294 ms: Scavenge 465.7 (495.0) -> 457.1 (498.5) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223369 ms: Scavenge 469.1 (498.5) -> 460.5 (502.0) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.960) allocation failure | |
[81445:0x103b26000] 223544 ms: Mark-sweep 461.1 (502.0) -> 279.3 (476.0) MB, 15.3 / 9.6 ms (+ 155.2 ms in 189 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 175 ms) (average mu = 0.961, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 223651 ms: Scavenge 294.6 (476.0) -> 283.5 (476.0) MB, 2.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 223716 ms: Scavenge 294.6 (476.0) -> 286.6 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 223786 ms: Scavenge 299.0 (476.0) -> 290.1 (476.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 223864 ms: Scavenge 302.1 (476.0) -> 293.5 (476.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 223934 ms: Scavenge 305.6 (476.0) -> 297.0 (476.0) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224008 ms: Scavenge 309.1 (476.0) -> 300.4 (476.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224083 ms: Scavenge 312.5 (476.0) -> 303.9 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224155 ms: Scavenge 315.9 (476.0) -> 307.3 (476.0) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224226 ms: Scavenge 319.4 (476.0) -> 310.7 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224300 ms: Scavenge 322.8 (476.0) -> 314.2 (476.0) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224375 ms: Scavenge 326.2 (476.0) -> 317.6 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224448 ms: Scavenge 329.7 (476.0) -> 321.0 (476.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224528 ms: Scavenge 333.1 (476.0) -> 324.5 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224603 ms: Scavenge 336.5 (476.0) -> 327.9 (476.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224672 ms: Scavenge 340.0 (476.0) -> 331.3 (476.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224739 ms: Scavenge 343.4 (476.0) -> 334.7 (476.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224835 ms: Scavenge 346.8 (476.0) -> 338.2 (476.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224913 ms: Scavenge 350.3 (476.0) -> 341.7 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 224983 ms: Scavenge 353.7 (476.0) -> 345.1 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225065 ms: Scavenge 357.1 (476.0) -> 348.5 (476.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225140 ms: Scavenge 360.5 (476.0) -> 351.9 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225210 ms: Scavenge 364.0 (476.0) -> 355.4 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225282 ms: Scavenge 367.4 (476.0) -> 358.8 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225360 ms: Scavenge 370.8 (476.0) -> 362.2 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225435 ms: Scavenge 374.3 (476.0) -> 365.6 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225522 ms: Scavenge 377.7 (476.0) -> 369.1 (476.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225623 ms: Scavenge 381.1 (476.0) -> 372.5 (476.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225696 ms: Scavenge 384.6 (476.0) -> 375.9 (476.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225769 ms: Scavenge 388.0 (476.0) -> 379.4 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225845 ms: Scavenge 391.4 (476.0) -> 382.8 (476.0) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225923 ms: Scavenge 394.9 (476.0) -> 386.2 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 225993 ms: Scavenge 398.3 (476.0) -> 389.6 (476.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226071 ms: Scavenge 401.7 (476.0) -> 393.1 (476.0) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226149 ms: Scavenge 405.2 (476.0) -> 396.5 (476.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226223 ms: Scavenge 408.6 (476.0) -> 400.0 (476.0) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226295 ms: Scavenge 412.0 (476.0) -> 403.4 (476.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226372 ms: Scavenge 415.5 (476.0) -> 406.8 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226444 ms: Scavenge 418.9 (476.0) -> 410.3 (476.0) MB, 4.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226523 ms: Scavenge 422.3 (476.0) -> 413.7 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226598 ms: Scavenge 425.8 (476.0) -> 417.1 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226671 ms: Scavenge 429.2 (476.0) -> 420.5 (476.0) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226745 ms: Scavenge 432.6 (476.0) -> 424.0 (476.0) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226823 ms: Scavenge 436.1 (476.0) -> 427.4 (476.0) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226898 ms: Scavenge 439.5 (476.0) -> 430.9 (476.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 226975 ms: Scavenge 442.9 (476.0) -> 434.3 (476.0) MB, 2.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227052 ms: Scavenge 446.4 (476.0) -> 437.7 (478.5) MB, 5.8 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227130 ms: Scavenge 449.8 (478.5) -> 441.1 (481.5) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227207 ms: Scavenge 453.2 (481.5) -> 444.6 (485.5) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227275 ms: Scavenge 456.7 (485.5) -> 448.0 (489.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227349 ms: Scavenge 460.1 (489.0) -> 451.5 (492.0) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227424 ms: Scavenge 463.5 (492.0) -> 454.9 (495.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227495 ms: Scavenge 467.0 (495.5) -> 458.3 (499.0) MB, 4.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227575 ms: Scavenge 470.4 (499.0) -> 461.8 (503.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227648 ms: Scavenge 473.8 (503.0) -> 465.2 (506.5) MB, 4.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227717 ms: Scavenge 477.3 (506.5) -> 468.7 (509.5) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227785 ms: Scavenge 480.7 (509.5) -> 472.1 (512.5) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227856 ms: Scavenge 484.1 (512.5) -> 475.5 (517.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227931 ms: Scavenge 487.6 (517.5) -> 478.9 (520.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 227998 ms: Scavenge 491.0 (520.5) -> 482.4 (524.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 228080 ms: Scavenge 494.4 (524.0) -> 485.8 (527.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 228153 ms: Scavenge 497.9 (527.5) -> 489.2 (530.5) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 228223 ms: Scavenge 501.3 (530.5) -> 492.6 (534.5) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 228408 ms: Mark-sweep 493.3 (534.5) -> 299.0 (507.5) MB, 14.9 / 8.0 ms (+ 164.7 ms in 199 steps since start of marking, biggest step 1.8 ms, walltime since start of marking 185 ms) (average mu = 0.962, current mu = 0.963) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 228516 ms: Scavenge 314.3 (507.5) -> 303.2 (507.5) MB, 2.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 228586 ms: Scavenge 314.3 (507.5) -> 306.3 (507.5) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 228657 ms: Scavenge 318.7 (507.5) -> 309.8 (507.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 228725 ms: Scavenge 321.8 (507.5) -> 313.2 (507.5) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 228792 ms: Scavenge 325.3 (507.5) -> 316.7 (507.5) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 228863 ms: Scavenge 328.7 (507.5) -> 320.1 (507.5) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 228934 ms: Scavenge 332.2 (507.5) -> 323.5 (507.5) MB, 2.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229000 ms: Scavenge 335.6 (507.5) -> 327.0 (507.5) MB, 2.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229074 ms: Scavenge 339.0 (507.5) -> 330.4 (507.5) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229167 ms: Scavenge 376.1 (541.1) -> 367.4 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229239 ms: Scavenge 379.5 (541.1) -> 370.8 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229311 ms: Scavenge 382.9 (541.1) -> 374.3 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229384 ms: Scavenge 386.4 (541.1) -> 377.8 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229454 ms: Scavenge 389.8 (541.1) -> 381.2 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229522 ms: Scavenge 393.2 (541.1) -> 384.6 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229596 ms: Scavenge 396.7 (541.1) -> 388.0 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229665 ms: Scavenge 400.1 (541.1) -> 391.5 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229750 ms: Scavenge 403.5 (541.1) -> 394.9 (541.1) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229856 ms: Scavenge 407.0 (541.1) -> 398.3 (541.1) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 229958 ms: Scavenge 410.4 (541.1) -> 401.7 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230063 ms: Scavenge 413.8 (541.1) -> 405.2 (541.1) MB, 3.5 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230141 ms: Scavenge 417.3 (541.1) -> 408.6 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230211 ms: Scavenge 420.7 (541.1) -> 412.1 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230281 ms: Scavenge 424.1 (541.1) -> 415.5 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230361 ms: Scavenge 427.6 (541.1) -> 418.9 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230433 ms: Scavenge 431.0 (541.1) -> 422.3 (541.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230505 ms: Scavenge 434.4 (541.1) -> 425.7 (541.1) MB, 3.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230582 ms: Scavenge 437.8 (541.1) -> 429.2 (541.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230656 ms: Scavenge 441.3 (541.1) -> 432.6 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230730 ms: Scavenge 444.7 (541.1) -> 436.1 (541.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230804 ms: Scavenge 448.1 (541.1) -> 439.5 (541.1) MB, 3.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230875 ms: Scavenge 451.6 (541.1) -> 442.9 (541.1) MB, 2.9 / 0.1 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 230951 ms: Scavenge 455.0 (541.1) -> 446.3 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231022 ms: Scavenge 458.4 (541.1) -> 449.8 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231099 ms: Scavenge 461.9 (541.1) -> 453.2 (541.1) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231174 ms: Scavenge 465.3 (541.1) -> 456.6 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231251 ms: Scavenge 468.7 (541.1) -> 460.1 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231327 ms: Scavenge 472.2 (541.1) -> 463.5 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231402 ms: Scavenge 475.6 (541.1) -> 467.0 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231475 ms: Scavenge 479.1 (541.1) -> 470.4 (541.1) MB, 3.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231556 ms: Scavenge 482.5 (541.1) -> 473.9 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231629 ms: Scavenge 485.9 (541.1) -> 477.3 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231702 ms: Scavenge 489.4 (541.1) -> 480.7 (541.1) MB, 3.1 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231778 ms: Scavenge 492.8 (541.1) -> 484.2 (541.1) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231855 ms: Scavenge 496.2 (541.1) -> 487.6 (541.1) MB, 3.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 231927 ms: Scavenge 499.6 (541.1) -> 491.0 (541.1) MB, 2.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232001 ms: Scavenge 503.1 (541.1) -> 494.4 (541.1) MB, 2.8 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232080 ms: Scavenge 506.5 (541.1) -> 497.9 (541.1) MB, 3.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232160 ms: Scavenge 509.9 (541.1) -> 501.3 (543.1) MB, 4.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232231 ms: Scavenge 513.4 (543.1) -> 504.7 (545.1) MB, 3.4 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232302 ms: Scavenge 516.8 (545.1) -> 508.2 (550.1) MB, 5.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232375 ms: Scavenge 520.2 (550.1) -> 511.6 (552.6) MB, 3.9 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232449 ms: Scavenge 523.7 (552.6) -> 515.0 (556.6) MB, 4.2 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232521 ms: Scavenge 527.1 (556.6) -> 518.5 (559.6) MB, 4.6 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232598 ms: Scavenge 530.5 (559.6) -> 521.9 (563.1) MB, 4.0 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232669 ms: Scavenge 534.0 (563.1) -> 525.3 (567.6) MB, 4.7 / 0.0 ms (average mu = 0.962, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 232866 ms: Mark-sweep 526.0 (567.6) -> 328.1 (532.2) MB, 13.1 / 7.4 ms (+ 178.5 ms in 211 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 197 ms) (average mu = 0.960, current mu = 0.957) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 232970 ms: Scavenge 343.3 (532.2) -> 332.2 (532.2) MB, 2.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233037 ms: Scavenge 343.3 (532.2) -> 335.2 (532.2) MB, 5.4 / 0.1 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233115 ms: Scavenge 347.6 (532.2) -> 338.8 (532.2) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233187 ms: Scavenge 350.8 (532.2) -> 342.2 (532.2) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233260 ms: Scavenge 354.3 (532.2) -> 345.6 (532.2) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233332 ms: Scavenge 357.7 (532.2) -> 349.1 (532.2) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233403 ms: Scavenge 361.2 (532.2) -> 352.5 (532.2) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233472 ms: Scavenge 364.6 (532.2) -> 355.9 (532.2) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233541 ms: Scavenge 368.0 (532.2) -> 359.3 (532.2) MB, 5.5 / 0.1 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233614 ms: Scavenge 371.4 (532.2) -> 362.8 (532.2) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233683 ms: Scavenge 374.9 (532.2) -> 366.3 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233752 ms: Scavenge 378.3 (532.2) -> 369.7 (532.2) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233828 ms: Scavenge 381.8 (532.2) -> 373.1 (532.2) MB, 4.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233900 ms: Scavenge 385.2 (532.2) -> 376.5 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 233969 ms: Scavenge 388.6 (532.2) -> 380.0 (532.2) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234039 ms: Scavenge 392.1 (532.2) -> 383.4 (532.2) MB, 4.3 / 0.1 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234118 ms: Scavenge 395.5 (532.2) -> 386.9 (532.2) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234188 ms: Scavenge 398.9 (532.2) -> 390.3 (532.2) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234258 ms: Scavenge 402.4 (532.2) -> 393.7 (532.2) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234335 ms: Scavenge 405.8 (532.2) -> 397.2 (532.2) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234408 ms: Scavenge 409.2 (532.2) -> 400.6 (532.2) MB, 4.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234487 ms: Scavenge 412.7 (532.2) -> 404.0 (532.2) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234559 ms: Scavenge 416.1 (532.2) -> 407.4 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234631 ms: Scavenge 419.5 (532.2) -> 410.9 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234699 ms: Scavenge 423.0 (532.2) -> 414.3 (532.2) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234768 ms: Scavenge 426.4 (532.2) -> 417.8 (532.2) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234839 ms: Scavenge 429.8 (532.2) -> 421.2 (532.2) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234911 ms: Scavenge 433.3 (532.2) -> 424.6 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 234981 ms: Scavenge 436.7 (532.2) -> 428.1 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235065 ms: Scavenge 440.1 (532.2) -> 431.5 (532.2) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235136 ms: Scavenge 443.6 (532.2) -> 434.9 (532.2) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235204 ms: Scavenge 447.0 (532.2) -> 438.3 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235272 ms: Scavenge 450.4 (532.2) -> 441.8 (532.2) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235344 ms: Scavenge 453.8 (532.2) -> 445.2 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235415 ms: Scavenge 457.3 (532.2) -> 448.6 (532.2) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235483 ms: Scavenge 460.7 (532.2) -> 452.1 (532.2) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235558 ms: Scavenge 464.1 (532.2) -> 455.5 (532.2) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235665 ms: Scavenge 467.6 (532.2) -> 458.9 (532.2) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235739 ms: Scavenge 471.0 (532.2) -> 462.4 (532.7) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235810 ms: Scavenge 474.4 (532.7) -> 465.8 (532.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235883 ms: Scavenge 477.9 (532.7) -> 469.2 (532.7) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 235953 ms: Scavenge 481.3 (532.7) -> 472.7 (532.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236026 ms: Scavenge 484.7 (532.7) -> 476.1 (532.7) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236102 ms: Scavenge 488.2 (532.7) -> 479.5 (532.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236174 ms: Scavenge 491.6 (532.7) -> 483.0 (532.7) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236245 ms: Scavenge 495.0 (532.7) -> 486.4 (532.7) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236320 ms: Scavenge 498.5 (532.7) -> 489.8 (532.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236393 ms: Scavenge 501.9 (532.7) -> 493.3 (535.2) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236463 ms: Scavenge 505.3 (535.2) -> 496.7 (538.7) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236534 ms: Scavenge 508.8 (538.7) -> 500.1 (541.7) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236608 ms: Scavenge 512.2 (541.7) -> 503.6 (545.2) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236680 ms: Scavenge 515.6 (545.2) -> 507.0 (549.2) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236750 ms: Scavenge 519.1 (549.2) -> 510.4 (552.7) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236828 ms: Scavenge 522.5 (552.7) -> 513.9 (555.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236905 ms: Scavenge 525.9 (555.7) -> 517.3 (559.7) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 236975 ms: Scavenge 529.4 (559.7) -> 520.7 (562.7) MB, 4.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237052 ms: Scavenge 532.8 (562.7) -> 524.2 (566.7) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237129 ms: Scavenge 536.2 (566.7) -> 527.6 (569.7) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237202 ms: Scavenge 539.7 (569.7) -> 531.0 (573.7) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237274 ms: Scavenge 543.1 (573.7) -> 534.4 (577.2) MB, 4.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237355 ms: Scavenge 546.5 (577.2) -> 537.9 (579.7) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237433 ms: Scavenge 550.0 (579.7) -> 541.3 (583.7) MB, 4.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237510 ms: Scavenge 553.4 (583.7) -> 544.8 (587.7) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237587 ms: Scavenge 556.8 (587.7) -> 548.2 (590.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237660 ms: Scavenge 560.3 (590.7) -> 551.6 (594.2) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237737 ms: Scavenge 563.7 (594.2) -> 555.1 (597.7) MB, 3.9 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237814 ms: Scavenge 567.1 (597.7) -> 558.5 (601.2) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237892 ms: Scavenge 570.6 (601.2) -> 561.9 (605.2) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 237968 ms: Scavenge 574.0 (605.2) -> 565.3 (608.2) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 238042 ms: Scavenge 577.4 (608.2) -> 568.8 (611.7) MB, 4.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 238121 ms: Scavenge 580.8 (611.7) -> 572.2 (615.2) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 238192 ms: Scavenge 584.3 (615.2) -> 575.6 (618.7) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 238268 ms: Scavenge 587.7 (618.7) -> 579.1 (622.7) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 238487 ms: Mark-sweep 579.8 (622.7) -> 351.3 (578.7) MB, 17.0 / 9.4 ms (+ 196.5 ms in 227 steps since start of marking, biggest step 1.4 ms, walltime since start of marking 220 ms) (average mu = 0.961, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 238602 ms: Scavenge 366.4 (578.7) -> 355.3 (578.7) MB, 2.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 238670 ms: Scavenge 366.5 (578.7) -> 358.4 (578.7) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 238749 ms: Scavenge 370.8 (578.7) -> 361.9 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 238824 ms: Scavenge 373.9 (578.7) -> 365.4 (578.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 238898 ms: Scavenge 377.5 (578.7) -> 368.8 (578.7) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 238977 ms: Scavenge 380.9 (578.7) -> 372.2 (578.7) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239056 ms: Scavenge 384.3 (578.7) -> 375.7 (578.7) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239135 ms: Scavenge 387.7 (578.7) -> 379.1 (578.7) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239217 ms: Scavenge 391.2 (578.7) -> 382.5 (578.7) MB, 4.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239299 ms: Scavenge 394.6 (578.7) -> 386.0 (578.7) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239382 ms: Scavenge 398.0 (578.7) -> 389.4 (578.7) MB, 4.9 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239463 ms: Scavenge 401.5 (578.7) -> 392.8 (578.7) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239535 ms: Scavenge 404.9 (578.7) -> 396.2 (578.7) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239609 ms: Scavenge 408.3 (578.7) -> 399.7 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239677 ms: Scavenge 411.8 (578.7) -> 403.1 (578.7) MB, 4.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239746 ms: Scavenge 415.2 (578.7) -> 406.6 (578.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239816 ms: Scavenge 418.7 (578.7) -> 410.0 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239886 ms: Scavenge 422.1 (578.7) -> 413.5 (578.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 239958 ms: Scavenge 425.5 (578.7) -> 416.9 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240024 ms: Scavenge 428.9 (578.7) -> 420.3 (578.7) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240101 ms: Scavenge 432.4 (578.7) -> 423.7 (578.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240171 ms: Scavenge 435.8 (578.7) -> 427.2 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240239 ms: Scavenge 439.2 (578.7) -> 430.6 (578.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240309 ms: Scavenge 442.7 (578.7) -> 434.0 (578.7) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240380 ms: Scavenge 446.1 (578.7) -> 437.5 (578.7) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240453 ms: Scavenge 449.5 (578.7) -> 440.9 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240521 ms: Scavenge 453.0 (578.7) -> 444.3 (578.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240597 ms: Scavenge 456.4 (578.7) -> 447.7 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240664 ms: Scavenge 459.8 (578.7) -> 451.2 (578.7) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240730 ms: Scavenge 463.3 (578.7) -> 454.6 (578.7) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240800 ms: Scavenge 466.7 (578.7) -> 458.1 (578.7) MB, 4.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240871 ms: Scavenge 470.1 (578.7) -> 461.5 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 240944 ms: Scavenge 473.6 (578.7) -> 464.9 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241013 ms: Scavenge 477.0 (578.7) -> 468.4 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241087 ms: Scavenge 480.4 (578.7) -> 471.8 (578.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241158 ms: Scavenge 483.9 (578.7) -> 475.2 (578.7) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241231 ms: Scavenge 487.3 (578.7) -> 478.7 (578.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241299 ms: Scavenge 490.7 (578.7) -> 482.1 (578.7) MB, 4.2 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241371 ms: Scavenge 494.2 (578.7) -> 485.5 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241443 ms: Scavenge 497.6 (578.7) -> 489.0 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241510 ms: Scavenge 501.0 (578.7) -> 492.4 (578.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241585 ms: Scavenge 504.5 (578.7) -> 495.8 (578.7) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241653 ms: Scavenge 507.9 (578.7) -> 499.3 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241723 ms: Scavenge 511.3 (578.7) -> 502.7 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241798 ms: Scavenge 514.8 (578.7) -> 506.1 (578.7) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241872 ms: Scavenge 518.2 (578.7) -> 509.5 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 241948 ms: Scavenge 521.6 (578.7) -> 513.0 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242015 ms: Scavenge 525.1 (578.7) -> 516.4 (578.7) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242092 ms: Scavenge 528.5 (578.7) -> 519.8 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242164 ms: Scavenge 531.9 (578.7) -> 523.3 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242233 ms: Scavenge 535.4 (578.7) -> 526.7 (578.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242306 ms: Scavenge 538.8 (578.7) -> 530.2 (578.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242374 ms: Scavenge 542.2 (578.7) -> 533.6 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242447 ms: Scavenge 545.7 (578.7) -> 537.0 (578.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242521 ms: Scavenge 549.1 (578.7) -> 540.4 (582.2) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242615 ms: Scavenge 552.5 (582.2) -> 543.9 (586.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242691 ms: Scavenge 556.0 (586.2) -> 547.3 (589.7) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242765 ms: Scavenge 559.4 (589.7) -> 550.8 (592.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242835 ms: Scavenge 562.8 (592.7) -> 554.2 (596.7) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242907 ms: Scavenge 566.3 (596.7) -> 557.6 (600.2) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 242979 ms: Scavenge 569.7 (600.2) -> 561.1 (603.2) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243049 ms: Scavenge 573.1 (603.2) -> 564.5 (607.7) MB, 4.4 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243126 ms: Scavenge 576.6 (607.7) -> 567.9 (610.7) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243197 ms: Scavenge 580.0 (610.7) -> 571.4 (613.7) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243272 ms: Scavenge 583.4 (613.7) -> 574.8 (617.7) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243350 ms: Scavenge 586.9 (617.7) -> 578.2 (621.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243422 ms: Scavenge 590.3 (621.2) -> 581.6 (623.7) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243494 ms: Scavenge 593.7 (623.7) -> 585.1 (628.7) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243568 ms: Scavenge 597.2 (628.7) -> 588.5 (631.2) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243642 ms: Scavenge 600.6 (631.2) -> 592.0 (634.7) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243714 ms: Scavenge 604.0 (634.7) -> 595.4 (638.2) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243788 ms: Scavenge 607.5 (638.2) -> 598.8 (642.2) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243866 ms: Scavenge 610.9 (642.2) -> 602.2 (644.7) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 243943 ms: Scavenge 614.3 (644.7) -> 605.7 (648.2) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 244017 ms: Scavenge 617.8 (648.2) -> 609.1 (652.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 244095 ms: Scavenge 621.2 (652.2) -> 612.5 (655.7) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 244173 ms: Scavenge 624.6 (655.7) -> 616.0 (659.2) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 244245 ms: Scavenge 628.1 (659.2) -> 619.4 (663.2) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 244507 ms: Mark-sweep 620.1 (663.2) -> 376.0 (627.7) MB, 33.1 / 17.9 ms (+ 221.0 ms in 226 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 261 ms) (average mu = 0.959, current mu = 0.958) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 244624 ms: Scavenge 391.2 (627.7) -> 380.1 (627.7) MB, 2.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 244692 ms: Scavenge 391.2 (627.7) -> 383.2 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 244767 ms: Scavenge 395.5 (627.7) -> 386.7 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 244844 ms: Scavenge 398.7 (627.7) -> 390.1 (627.7) MB, 3.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 244923 ms: Scavenge 402.2 (627.7) -> 393.5 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 244993 ms: Scavenge 405.6 (627.7) -> 397.0 (627.7) MB, 3.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245100 ms: Scavenge 409.0 (627.7) -> 400.4 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245201 ms: Scavenge 412.5 (627.7) -> 403.8 (627.7) MB, 3.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245304 ms: Scavenge 415.9 (627.7) -> 407.3 (627.7) MB, 4.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245403 ms: Scavenge 419.4 (627.7) -> 410.7 (627.7) MB, 3.4 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245480 ms: Scavenge 422.8 (627.7) -> 414.1 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245555 ms: Scavenge 426.2 (627.7) -> 417.6 (627.7) MB, 3.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245631 ms: Scavenge 429.6 (627.7) -> 421.0 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245721 ms: Scavenge 433.1 (627.7) -> 424.4 (627.7) MB, 3.6 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245841 ms: Scavenge 436.5 (627.7) -> 427.9 (627.7) MB, 3.6 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 245933 ms: Scavenge 439.9 (627.7) -> 431.3 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246002 ms: Scavenge 443.4 (627.7) -> 434.8 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246082 ms: Scavenge 446.8 (627.7) -> 438.1 (627.7) MB, 3.6 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246162 ms: Scavenge 450.3 (627.7) -> 441.6 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246230 ms: Scavenge 453.7 (627.7) -> 445.1 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246302 ms: Scavenge 457.1 (627.7) -> 448.5 (627.7) MB, 4.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246370 ms: Scavenge 460.6 (627.7) -> 451.9 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246444 ms: Scavenge 464.0 (627.7) -> 455.4 (627.7) MB, 2.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246511 ms: Scavenge 467.4 (627.7) -> 458.8 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246581 ms: Scavenge 470.9 (627.7) -> 462.2 (627.7) MB, 3.1 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246655 ms: Scavenge 474.3 (627.7) -> 465.6 (627.7) MB, 4.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246726 ms: Scavenge 477.7 (627.7) -> 469.1 (627.7) MB, 4.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246824 ms: Scavenge 481.2 (627.7) -> 472.5 (627.7) MB, 3.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246905 ms: Scavenge 484.6 (627.7) -> 475.9 (627.7) MB, 3.9 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 246974 ms: Scavenge 488.0 (627.7) -> 479.4 (627.7) MB, 4.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247045 ms: Scavenge 491.5 (627.7) -> 482.8 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247117 ms: Scavenge 494.9 (627.7) -> 486.2 (627.7) MB, 2.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247185 ms: Scavenge 498.3 (627.7) -> 489.7 (627.7) MB, 3.4 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247252 ms: Scavenge 501.7 (627.7) -> 493.1 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247326 ms: Scavenge 505.2 (627.7) -> 496.6 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247394 ms: Scavenge 508.6 (627.7) -> 500.0 (627.7) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247468 ms: Scavenge 512.0 (627.7) -> 503.4 (627.7) MB, 2.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247535 ms: Scavenge 515.5 (627.7) -> 506.8 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247610 ms: Scavenge 518.9 (627.7) -> 510.2 (627.7) MB, 3.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247677 ms: Scavenge 522.3 (627.7) -> 513.7 (627.7) MB, 2.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247744 ms: Scavenge 525.8 (627.7) -> 517.2 (627.7) MB, 2.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247819 ms: Scavenge 529.2 (627.7) -> 520.6 (627.7) MB, 4.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247890 ms: Scavenge 532.7 (627.7) -> 524.0 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 247960 ms: Scavenge 536.1 (627.7) -> 527.5 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248031 ms: Scavenge 539.5 (627.7) -> 530.8 (627.7) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248107 ms: Scavenge 542.9 (627.7) -> 534.3 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248180 ms: Scavenge 546.4 (627.7) -> 537.7 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248254 ms: Scavenge 549.8 (627.7) -> 541.2 (627.7) MB, 2.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248328 ms: Scavenge 553.2 (627.7) -> 544.6 (627.7) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248400 ms: Scavenge 556.7 (627.7) -> 548.0 (628.2) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248473 ms: Scavenge 560.1 (628.2) -> 551.4 (628.2) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248541 ms: Scavenge 563.5 (628.2) -> 554.9 (628.2) MB, 3.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248618 ms: Scavenge 567.0 (628.2) -> 558.3 (628.2) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248687 ms: Scavenge 570.4 (628.2) -> 561.8 (628.2) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248759 ms: Scavenge 573.8 (628.2) -> 565.2 (628.2) MB, 3.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248839 ms: Scavenge 577.3 (628.2) -> 568.6 (628.2) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248917 ms: Scavenge 580.7 (628.2) -> 572.0 (628.2) MB, 3.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 248993 ms: Scavenge 584.1 (628.2) -> 575.5 (628.2) MB, 3.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249070 ms: Scavenge 587.6 (628.2) -> 578.9 (628.2) MB, 3.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249145 ms: Scavenge 591.0 (628.2) -> 582.4 (628.2) MB, 3.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249214 ms: Scavenge 594.5 (628.2) -> 585.8 (628.2) MB, 2.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249283 ms: Scavenge 597.9 (628.2) -> 589.2 (633.2) MB, 3.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249360 ms: Scavenge 601.3 (633.2) -> 592.7 (636.2) MB, 4.1 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249436 ms: Scavenge 604.7 (636.2) -> 596.1 (639.7) MB, 3.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249506 ms: Scavenge 608.2 (639.7) -> 599.6 (643.2) MB, 4.9 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249584 ms: Scavenge 611.6 (643.2) -> 603.0 (646.2) MB, 3.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249660 ms: Scavenge 615.1 (646.2) -> 606.4 (650.2) MB, 4.2 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249734 ms: Scavenge 618.5 (650.2) -> 609.8 (653.7) MB, 3.7 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249807 ms: Scavenge 621.9 (653.7) -> 613.3 (657.2) MB, 6.1 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249886 ms: Scavenge 625.4 (657.2) -> 616.7 (661.2) MB, 3.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 249961 ms: Scavenge 628.8 (661.2) -> 620.2 (663.2) MB, 3.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250035 ms: Scavenge 632.2 (663.2) -> 623.6 (668.2) MB, 3.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250116 ms: Scavenge 635.6 (668.2) -> 627.0 (671.2) MB, 4.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250191 ms: Scavenge 639.1 (671.2) -> 630.4 (674.7) MB, 4.6 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250267 ms: Scavenge 642.5 (674.7) -> 633.9 (677.7) MB, 3.4 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250342 ms: Scavenge 646.0 (677.7) -> 637.3 (681.7) MB, 4.8 / 0.1 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250421 ms: Scavenge 649.4 (681.7) -> 640.7 (685.2) MB, 3.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250496 ms: Scavenge 652.8 (685.2) -> 644.2 (688.2) MB, 4.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250573 ms: Scavenge 656.3 (688.2) -> 647.6 (692.7) MB, 3.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250650 ms: Scavenge 659.7 (692.7) -> 651.0 (695.2) MB, 3.8 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250721 ms: Scavenge 663.1 (695.2) -> 654.5 (699.2) MB, 4.6 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250799 ms: Scavenge 666.5 (699.2) -> 657.9 (702.7) MB, 6.0 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 250875 ms: Scavenge 670.0 (702.7) -> 661.4 (705.7) MB, 4.3 / 0.0 ms (average mu = 0.959, current mu = 0.958) allocation failure | |
[81445:0x103b26000] 251130 ms: Mark-sweep 662.1 (705.7) -> 402.4 (668.2) MB, 20.7 / 12.1 ms (+ 226.4 ms in 231 steps since start of marking, biggest step 2.2 ms, walltime since start of marking 255 ms) (average mu = 0.961, current mu = 0.963) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 251247 ms: Scavenge 417.5 (668.2) -> 406.4 (668.2) MB, 2.8 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251316 ms: Scavenge 417.5 (668.2) -> 409.5 (668.2) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251394 ms: Scavenge 421.9 (668.2) -> 413.0 (668.2) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251472 ms: Scavenge 425.0 (668.2) -> 416.4 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251545 ms: Scavenge 428.5 (668.2) -> 419.9 (668.2) MB, 4.4 / 0.1 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251625 ms: Scavenge 431.9 (668.2) -> 423.3 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251698 ms: Scavenge 435.4 (668.2) -> 426.7 (668.2) MB, 4.2 / 0.1 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251774 ms: Scavenge 438.8 (668.2) -> 430.2 (668.2) MB, 4.1 / 0.1 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251852 ms: Scavenge 442.2 (668.2) -> 433.6 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 251929 ms: Scavenge 445.7 (668.2) -> 437.1 (668.2) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252005 ms: Scavenge 449.1 (668.2) -> 440.5 (668.2) MB, 5.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252081 ms: Scavenge 452.5 (668.2) -> 443.9 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252156 ms: Scavenge 456.0 (668.2) -> 447.3 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252225 ms: Scavenge 459.4 (668.2) -> 450.7 (668.2) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252293 ms: Scavenge 462.8 (668.2) -> 454.2 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252364 ms: Scavenge 466.3 (668.2) -> 457.6 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252436 ms: Scavenge 469.7 (668.2) -> 461.1 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252508 ms: Scavenge 473.1 (668.2) -> 464.5 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252582 ms: Scavenge 476.6 (668.2) -> 467.9 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252654 ms: Scavenge 480.0 (668.2) -> 471.4 (668.2) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252723 ms: Scavenge 483.4 (668.2) -> 474.8 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252790 ms: Scavenge 486.9 (668.2) -> 478.2 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252861 ms: Scavenge 490.3 (668.2) -> 481.7 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 252934 ms: Scavenge 493.7 (668.2) -> 485.1 (668.2) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253002 ms: Scavenge 497.2 (668.2) -> 488.5 (668.2) MB, 4.5 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253080 ms: Scavenge 500.6 (668.2) -> 491.9 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253154 ms: Scavenge 504.0 (668.2) -> 495.4 (668.2) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253222 ms: Scavenge 507.5 (668.2) -> 498.8 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253291 ms: Scavenge 510.9 (668.2) -> 502.2 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253363 ms: Scavenge 514.3 (668.2) -> 505.7 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253436 ms: Scavenge 517.8 (668.2) -> 509.1 (668.2) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253507 ms: Scavenge 521.2 (668.2) -> 512.5 (668.2) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253581 ms: Scavenge 524.6 (668.2) -> 516.0 (668.2) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253653 ms: Scavenge 528.1 (668.2) -> 519.4 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253721 ms: Scavenge 531.5 (668.2) -> 522.8 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253789 ms: Scavenge 534.9 (668.2) -> 526.3 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253862 ms: Scavenge 538.4 (668.2) -> 529.7 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 253935 ms: Scavenge 541.8 (668.2) -> 533.1 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254002 ms: Scavenge 545.2 (668.2) -> 536.6 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254074 ms: Scavenge 548.6 (668.2) -> 540.0 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254152 ms: Scavenge 552.1 (668.2) -> 543.5 (668.2) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254223 ms: Scavenge 555.5 (668.2) -> 546.9 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254290 ms: Scavenge 558.9 (668.2) -> 550.3 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254362 ms: Scavenge 562.4 (668.2) -> 553.7 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254438 ms: Scavenge 565.8 (668.2) -> 557.2 (668.2) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254512 ms: Scavenge 569.2 (668.2) -> 560.6 (668.2) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254584 ms: Scavenge 572.7 (668.2) -> 564.0 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254680 ms: Scavenge 576.1 (668.2) -> 567.5 (668.2) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254762 ms: Scavenge 579.5 (668.2) -> 570.9 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254834 ms: Scavenge 583.0 (668.2) -> 574.3 (668.2) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254906 ms: Scavenge 586.4 (668.2) -> 577.7 (668.2) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 254984 ms: Scavenge 589.8 (668.2) -> 581.2 (668.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255062 ms: Scavenge 593.3 (668.2) -> 584.6 (668.2) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255141 ms: Scavenge 596.7 (668.2) -> 588.1 (668.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255214 ms: Scavenge 600.1 (668.7) -> 591.5 (668.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255285 ms: Scavenge 603.6 (668.7) -> 594.9 (668.7) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255360 ms: Scavenge 607.0 (668.7) -> 598.3 (668.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255437 ms: Scavenge 610.4 (668.7) -> 601.8 (668.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255511 ms: Scavenge 613.9 (668.7) -> 605.2 (668.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255583 ms: Scavenge 617.3 (668.7) -> 608.6 (668.7) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255657 ms: Scavenge 620.7 (668.7) -> 612.1 (668.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255727 ms: Scavenge 624.2 (668.7) -> 615.5 (668.7) MB, 2.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255798 ms: Scavenge 627.6 (668.7) -> 619.0 (668.7) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255891 ms: Scavenge 631.0 (668.7) -> 622.4 (668.7) MB, 4.0 / 0.1 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 255983 ms: Scavenge 634.5 (668.7) -> 625.8 (668.7) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256055 ms: Scavenge 637.9 (668.7) -> 629.3 (673.2) MB, 4.6 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256135 ms: Scavenge 641.3 (673.2) -> 632.7 (677.2) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256211 ms: Scavenge 644.8 (677.2) -> 636.1 (680.2) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256289 ms: Scavenge 648.2 (680.2) -> 639.6 (684.2) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256365 ms: Scavenge 651.6 (684.2) -> 643.0 (687.2) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256443 ms: Scavenge 655.1 (687.2) -> 646.4 (690.7) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256521 ms: Scavenge 658.5 (690.7) -> 649.8 (693.7) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256596 ms: Scavenge 661.9 (693.7) -> 653.3 (697.2) MB, 5.1 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256676 ms: Scavenge 665.3 (697.2) -> 656.7 (701.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256752 ms: Scavenge 668.8 (701.2) -> 660.1 (705.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256826 ms: Scavenge 672.2 (705.2) -> 663.6 (708.7) MB, 4.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256905 ms: Scavenge 675.6 (708.7) -> 667.0 (711.2) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 256986 ms: Scavenge 679.1 (711.2) -> 670.4 (715.7) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257064 ms: Scavenge 682.5 (715.7) -> 673.8 (718.7) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257143 ms: Scavenge 685.9 (718.7) -> 677.3 (722.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257220 ms: Scavenge 689.4 (722.2) -> 680.8 (725.2) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257296 ms: Scavenge 692.8 (725.2) -> 684.2 (729.2) MB, 4.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257376 ms: Scavenge 696.3 (729.2) -> 687.6 (733.2) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257461 ms: Scavenge 699.7 (733.2) -> 691.0 (736.2) MB, 11.8 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257546 ms: Scavenge 703.1 (736.2) -> 694.5 (739.2) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257630 ms: Scavenge 706.5 (739.2) -> 697.9 (743.7) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257708 ms: Scavenge 710.0 (743.7) -> 701.3 (746.2) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257780 ms: Scavenge 713.4 (746.2) -> 704.8 (750.7) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 257858 ms: Scavenge 716.8 (750.7) -> 708.2 (753.7) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.963) allocation failure | |
[81445:0x103b26000] 258153 ms: Mark-sweep 709.1 (753.7) -> 430.7 (711.7) MB, 29.1 / 19.4 ms (+ 256.6 ms in 266 steps since start of marking, biggest step 2.0 ms, walltime since start of marking 294 ms) (average mu = 0.960, current mu = 0.959) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 258274 ms: Scavenge 445.7 (711.7) -> 434.6 (711.7) MB, 2.8 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258341 ms: Scavenge 445.8 (711.7) -> 437.7 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258411 ms: Scavenge 450.1 (711.7) -> 441.2 (711.7) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258482 ms: Scavenge 453.2 (711.7) -> 444.6 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258555 ms: Scavenge 456.7 (711.7) -> 448.1 (711.7) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258622 ms: Scavenge 460.2 (711.7) -> 451.6 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258694 ms: Scavenge 463.6 (711.7) -> 454.9 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258761 ms: Scavenge 467.0 (711.7) -> 458.4 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258834 ms: Scavenge 470.5 (711.7) -> 461.8 (711.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258907 ms: Scavenge 473.9 (711.7) -> 465.3 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 258976 ms: Scavenge 477.3 (711.7) -> 468.7 (711.7) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259047 ms: Scavenge 480.8 (711.7) -> 472.1 (711.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259121 ms: Scavenge 484.2 (711.7) -> 475.5 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259192 ms: Scavenge 487.6 (711.7) -> 479.0 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259262 ms: Scavenge 491.1 (711.7) -> 482.4 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259335 ms: Scavenge 494.5 (711.7) -> 485.8 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259404 ms: Scavenge 497.9 (711.7) -> 489.3 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259477 ms: Scavenge 501.3 (711.7) -> 492.7 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259546 ms: Scavenge 504.8 (711.7) -> 496.2 (711.7) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259618 ms: Scavenge 508.2 (711.7) -> 499.6 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259689 ms: Scavenge 511.7 (711.7) -> 503.0 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259757 ms: Scavenge 515.1 (711.7) -> 506.5 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259833 ms: Scavenge 518.5 (711.7) -> 509.9 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259906 ms: Scavenge 521.9 (711.7) -> 513.3 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 259981 ms: Scavenge 525.4 (711.7) -> 516.7 (711.7) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260055 ms: Scavenge 528.8 (711.7) -> 520.1 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260157 ms: Scavenge 532.2 (711.7) -> 523.6 (711.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260261 ms: Scavenge 535.7 (711.7) -> 527.0 (711.7) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260370 ms: Scavenge 539.1 (711.7) -> 530.4 (711.7) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260463 ms: Scavenge 542.5 (711.7) -> 533.9 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260535 ms: Scavenge 546.0 (711.7) -> 537.3 (711.7) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260606 ms: Scavenge 549.4 (711.7) -> 540.7 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260678 ms: Scavenge 552.8 (711.7) -> 544.2 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260750 ms: Scavenge 556.2 (711.7) -> 547.6 (711.7) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260822 ms: Scavenge 559.7 (711.7) -> 551.1 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260896 ms: Scavenge 563.1 (711.7) -> 554.5 (711.7) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 260968 ms: Scavenge 566.6 (711.7) -> 557.9 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261037 ms: Scavenge 570.0 (711.7) -> 561.3 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261115 ms: Scavenge 573.4 (711.7) -> 564.8 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261185 ms: Scavenge 576.8 (711.7) -> 568.2 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261260 ms: Scavenge 580.3 (711.7) -> 571.6 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261338 ms: Scavenge 583.7 (711.7) -> 575.1 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261408 ms: Scavenge 587.1 (711.7) -> 578.5 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261482 ms: Scavenge 590.6 (711.7) -> 581.9 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261556 ms: Scavenge 594.0 (711.7) -> 585.3 (711.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261630 ms: Scavenge 597.4 (711.7) -> 588.7 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261703 ms: Scavenge 600.9 (711.7) -> 592.2 (711.7) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261773 ms: Scavenge 604.3 (711.7) -> 595.7 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261850 ms: Scavenge 607.7 (711.7) -> 599.1 (711.7) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261925 ms: Scavenge 611.2 (711.7) -> 602.5 (711.7) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 261993 ms: Scavenge 614.6 (711.7) -> 606.0 (711.7) MB, 2.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262068 ms: Scavenge 618.0 (711.7) -> 609.4 (711.7) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262147 ms: Scavenge 621.5 (711.7) -> 612.8 (711.7) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262215 ms: Scavenge 624.9 (711.7) -> 616.3 (711.7) MB, 3.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262328 ms: Scavenge 678.7 (762.1) -> 670.0 (762.1) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262402 ms: Scavenge 682.1 (762.1) -> 673.5 (762.1) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262479 ms: Scavenge 685.6 (762.1) -> 676.9 (762.1) MB, 4.8 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262558 ms: Scavenge 689.0 (762.1) -> 680.3 (762.1) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262629 ms: Scavenge 692.4 (762.1) -> 683.7 (762.1) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262704 ms: Scavenge 695.9 (762.1) -> 687.2 (762.1) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262777 ms: Scavenge 699.3 (762.1) -> 690.7 (762.1) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262851 ms: Scavenge 702.7 (762.1) -> 694.1 (762.1) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262923 ms: Scavenge 706.2 (762.1) -> 697.6 (762.1) MB, 4.8 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 262999 ms: Scavenge 709.6 (762.1) -> 701.0 (762.1) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263075 ms: Scavenge 713.0 (762.1) -> 704.4 (762.1) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263153 ms: Scavenge 716.5 (762.1) -> 707.8 (762.1) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263227 ms: Scavenge 719.9 (762.1) -> 711.3 (762.1) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263306 ms: Scavenge 723.3 (762.1) -> 714.7 (762.1) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263383 ms: Scavenge 726.8 (762.1) -> 718.1 (762.1) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263458 ms: Scavenge 730.2 (762.1) -> 721.6 (765.6) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263537 ms: Scavenge 733.6 (765.6) -> 725.0 (769.1) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263612 ms: Scavenge 737.1 (769.1) -> 728.4 (773.1) MB, 5.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263691 ms: Scavenge 740.5 (773.1) -> 731.9 (776.1) MB, 3.9 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263765 ms: Scavenge 743.9 (776.1) -> 735.3 (779.6) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263840 ms: Scavenge 747.4 (779.6) -> 738.7 (782.6) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263914 ms: Scavenge 750.8 (782.6) -> 742.2 (787.1) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 263991 ms: Scavenge 754.2 (787.1) -> 745.6 (789.6) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 264065 ms: Scavenge 757.7 (789.6) -> 749.0 (794.6) MB, 5.1 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 264144 ms: Scavenge 761.1 (794.6) -> 752.5 (797.1) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 264218 ms: Scavenge 764.5 (797.1) -> 755.9 (801.1) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 264507 ms: Mark-sweep 756.9 (801.1) -> 472.9 (749.0) MB, 21.4 / 12.9 ms (+ 260.7 ms in 302 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 290 ms) (average mu = 0.958, current mu = 0.956) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 264623 ms: Scavenge 487.9 (749.0) -> 476.7 (749.0) MB, 2.8 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 264690 ms: Scavenge 487.9 (749.0) -> 479.8 (749.0) MB, 4.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 264760 ms: Scavenge 492.2 (749.0) -> 483.4 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 264832 ms: Scavenge 495.4 (749.0) -> 486.8 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 264902 ms: Scavenge 498.9 (749.0) -> 490.2 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 264973 ms: Scavenge 502.3 (749.0) -> 493.7 (749.0) MB, 4.6 / 0.1 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265051 ms: Scavenge 505.8 (749.0) -> 497.1 (749.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265120 ms: Scavenge 509.2 (749.0) -> 500.5 (749.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265193 ms: Scavenge 512.6 (749.0) -> 503.9 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265261 ms: Scavenge 516.0 (749.0) -> 507.4 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265336 ms: Scavenge 519.5 (749.0) -> 510.9 (749.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265408 ms: Scavenge 522.9 (749.0) -> 514.2 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265481 ms: Scavenge 526.3 (749.0) -> 517.7 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265556 ms: Scavenge 529.8 (749.0) -> 521.1 (749.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265630 ms: Scavenge 533.2 (749.0) -> 524.6 (749.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265706 ms: Scavenge 536.6 (749.0) -> 528.0 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265776 ms: Scavenge 540.1 (749.0) -> 531.4 (749.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265850 ms: Scavenge 543.5 (749.0) -> 534.8 (749.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 265921 ms: Scavenge 546.9 (749.0) -> 538.3 (749.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266033 ms: Scavenge 550.4 (749.0) -> 541.7 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266106 ms: Scavenge 553.8 (749.0) -> 545.2 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266181 ms: Scavenge 557.2 (749.0) -> 548.6 (749.0) MB, 3.8 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266249 ms: Scavenge 560.7 (749.0) -> 552.0 (749.0) MB, 3.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266319 ms: Scavenge 564.1 (749.0) -> 555.4 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266389 ms: Scavenge 567.5 (749.0) -> 558.9 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266460 ms: Scavenge 571.0 (749.0) -> 562.3 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266532 ms: Scavenge 574.4 (749.0) -> 565.8 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266603 ms: Scavenge 577.8 (749.0) -> 569.2 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266673 ms: Scavenge 581.3 (749.0) -> 572.6 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266743 ms: Scavenge 584.7 (749.0) -> 576.1 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266815 ms: Scavenge 588.1 (749.0) -> 579.5 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266889 ms: Scavenge 591.6 (749.0) -> 582.9 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 266961 ms: Scavenge 595.0 (749.0) -> 586.4 (749.0) MB, 3.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267031 ms: Scavenge 598.4 (749.0) -> 589.8 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267104 ms: Scavenge 601.9 (749.0) -> 593.2 (749.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267179 ms: Scavenge 605.3 (749.0) -> 596.6 (749.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267252 ms: Scavenge 608.7 (749.0) -> 600.1 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267325 ms: Scavenge 612.2 (749.0) -> 603.6 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267398 ms: Scavenge 615.6 (749.0) -> 607.0 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267470 ms: Scavenge 619.0 (749.0) -> 610.3 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267544 ms: Scavenge 622.5 (749.0) -> 613.8 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267616 ms: Scavenge 625.9 (749.0) -> 617.3 (749.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267694 ms: Scavenge 629.3 (749.0) -> 620.7 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267768 ms: Scavenge 632.8 (749.0) -> 624.1 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267840 ms: Scavenge 636.2 (749.0) -> 627.6 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267914 ms: Scavenge 639.6 (749.0) -> 631.0 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 267985 ms: Scavenge 643.1 (749.0) -> 634.4 (749.0) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268062 ms: Scavenge 646.5 (749.0) -> 637.9 (749.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268138 ms: Scavenge 649.9 (749.0) -> 641.3 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268216 ms: Scavenge 653.4 (749.0) -> 644.7 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268292 ms: Scavenge 656.8 (749.0) -> 648.2 (749.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268368 ms: Scavenge 660.2 (749.0) -> 651.6 (749.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268441 ms: Scavenge 663.7 (749.0) -> 655.0 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268514 ms: Scavenge 667.1 (749.0) -> 658.5 (749.0) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268589 ms: Scavenge 670.5 (749.0) -> 661.9 (749.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268658 ms: Scavenge 674.0 (749.0) -> 665.3 (749.5) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268731 ms: Scavenge 677.4 (749.5) -> 668.7 (749.5) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268806 ms: Scavenge 680.8 (749.5) -> 672.2 (749.5) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268881 ms: Scavenge 684.3 (749.5) -> 675.6 (749.5) MB, 3.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 268956 ms: Scavenge 687.7 (749.5) -> 679.1 (749.5) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269030 ms: Scavenge 691.1 (749.5) -> 682.5 (749.5) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269107 ms: Scavenge 694.6 (749.5) -> 685.9 (749.5) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269177 ms: Scavenge 698.0 (749.5) -> 689.3 (749.5) MB, 3.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269252 ms: Scavenge 701.4 (749.5) -> 692.8 (749.5) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269324 ms: Scavenge 704.9 (749.5) -> 696.2 (749.5) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269398 ms: Scavenge 708.3 (749.5) -> 699.7 (749.5) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269475 ms: Scavenge 711.7 (749.5) -> 703.1 (749.5) MB, 3.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269554 ms: Scavenge 715.2 (749.5) -> 706.5 (752.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269627 ms: Scavenge 718.6 (752.0) -> 709.9 (754.5) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269702 ms: Scavenge 722.0 (754.5) -> 713.4 (758.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269776 ms: Scavenge 725.5 (758.5) -> 716.8 (761.5) MB, 4.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269853 ms: Scavenge 728.9 (761.5) -> 720.2 (765.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 269927 ms: Scavenge 732.3 (765.5) -> 723.7 (769.5) MB, 3.8 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270002 ms: Scavenge 735.8 (769.5) -> 727.1 (773.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270076 ms: Scavenge 739.2 (773.0) -> 730.6 (775.5) MB, 4.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270154 ms: Scavenge 742.6 (775.5) -> 734.0 (780.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270230 ms: Scavenge 746.1 (780.0) -> 737.4 (783.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270306 ms: Scavenge 749.5 (783.0) -> 740.8 (787.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270382 ms: Scavenge 752.9 (787.0) -> 744.3 (790.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270459 ms: Scavenge 756.3 (790.0) -> 747.7 (793.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270534 ms: Scavenge 759.8 (793.0) -> 751.1 (797.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270608 ms: Scavenge 763.2 (797.5) -> 754.6 (800.5) MB, 4.9 / 0.1 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270679 ms: Scavenge 766.6 (800.5) -> 758.0 (804.0) MB, 4.5 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270750 ms: Scavenge 770.1 (804.0) -> 761.4 (807.5) MB, 4.4 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270822 ms: Scavenge 773.5 (807.5) -> 764.9 (810.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270896 ms: Scavenge 776.9 (810.0) -> 768.3 (815.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 270969 ms: Scavenge 780.4 (815.0) -> 771.7 (818.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271043 ms: Scavenge 783.8 (818.0) -> 775.2 (821.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271122 ms: Scavenge 787.2 (821.0) -> 778.6 (824.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271195 ms: Scavenge 790.7 (824.5) -> 782.0 (829.0) MB, 4.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271265 ms: Scavenge 794.1 (829.0) -> 785.5 (832.0) MB, 4.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271336 ms: Scavenge 797.5 (832.0) -> 788.9 (835.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271409 ms: Scavenge 801.0 (835.0) -> 792.3 (839.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271486 ms: Scavenge 804.4 (839.0) -> 795.8 (842.5) MB, 5.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271562 ms: Scavenge 807.8 (842.5) -> 799.2 (845.5) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271634 ms: Scavenge 811.3 (845.5) -> 802.6 (850.0) MB, 5.6 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271710 ms: Scavenge 814.7 (850.0) -> 806.0 (853.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271778 ms: Scavenge 818.1 (853.0) -> 809.5 (856.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271855 ms: Scavenge 821.6 (856.5) -> 813.0 (860.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 271928 ms: Scavenge 825.0 (860.0) -> 816.3 (863.5) MB, 4.2 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 272002 ms: Scavenge 828.4 (863.5) -> 819.8 (866.0) MB, 4.2 / 0.1 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 272074 ms: Scavenge 831.9 (866.0) -> 823.2 (870.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 272178 ms: Scavenge 835.3 (870.0) -> 826.7 (874.5) MB, 4.1 / 0.1 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 272253 ms: Scavenge 838.7 (874.5) -> 830.0 (877.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.956) allocation failure | |
[81445:0x103b26000] 272572 ms: Mark-sweep 831.1 (877.0) -> 506.0 (827.0) MB, 32.6 / 17.5 ms (+ 276.8 ms in 326 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 318 ms) (average mu = 0.960, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 272697 ms: Scavenge 520.9 (827.0) -> 509.7 (827.0) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 272767 ms: Scavenge 520.9 (827.0) -> 512.8 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 272842 ms: Scavenge 525.2 (827.0) -> 516.4 (827.0) MB, 3.8 / 0.1 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 272912 ms: Scavenge 528.3 (827.0) -> 519.7 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 272982 ms: Scavenge 531.9 (827.0) -> 523.2 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273055 ms: Scavenge 535.3 (827.0) -> 526.7 (827.0) MB, 3.9 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273127 ms: Scavenge 538.7 (827.0) -> 530.1 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273198 ms: Scavenge 542.2 (827.0) -> 533.5 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273273 ms: Scavenge 545.6 (827.0) -> 536.9 (827.0) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273347 ms: Scavenge 549.0 (827.0) -> 540.4 (827.0) MB, 3.9 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273421 ms: Scavenge 552.4 (827.0) -> 543.8 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273494 ms: Scavenge 555.9 (827.0) -> 547.2 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273568 ms: Scavenge 559.3 (827.0) -> 550.7 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273639 ms: Scavenge 562.7 (827.0) -> 554.1 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273707 ms: Scavenge 566.2 (827.0) -> 557.5 (827.0) MB, 3.7 / 0.1 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273779 ms: Scavenge 569.6 (827.0) -> 561.0 (827.0) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273852 ms: Scavenge 573.0 (827.0) -> 564.4 (827.0) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273926 ms: Scavenge 576.5 (827.0) -> 567.8 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 273996 ms: Scavenge 579.9 (827.0) -> 571.2 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274070 ms: Scavenge 583.3 (827.0) -> 574.7 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274146 ms: Scavenge 586.8 (827.0) -> 578.1 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274221 ms: Scavenge 590.2 (827.0) -> 581.5 (827.0) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274297 ms: Scavenge 593.6 (827.0) -> 585.0 (827.0) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274371 ms: Scavenge 597.1 (827.0) -> 588.4 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274444 ms: Scavenge 600.5 (827.0) -> 591.8 (827.0) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274524 ms: Scavenge 603.9 (827.0) -> 595.3 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274599 ms: Scavenge 607.4 (827.0) -> 598.7 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274668 ms: Scavenge 610.8 (827.0) -> 602.2 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274742 ms: Scavenge 614.2 (827.0) -> 605.6 (827.0) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274819 ms: Scavenge 617.7 (827.0) -> 609.0 (827.0) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274896 ms: Scavenge 621.1 (827.0) -> 612.4 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 274975 ms: Scavenge 624.5 (827.0) -> 615.9 (827.0) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275081 ms: Scavenge 627.9 (827.0) -> 619.3 (827.0) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275182 ms: Scavenge 631.4 (827.0) -> 622.8 (827.0) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275290 ms: Scavenge 634.8 (827.0) -> 626.2 (827.0) MB, 4.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275389 ms: Scavenge 638.3 (827.0) -> 629.6 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275462 ms: Scavenge 641.7 (827.0) -> 633.0 (827.0) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275540 ms: Scavenge 645.1 (827.0) -> 636.4 (827.0) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275616 ms: Scavenge 648.6 (827.0) -> 639.9 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275691 ms: Scavenge 652.0 (827.0) -> 643.3 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275764 ms: Scavenge 655.4 (827.0) -> 646.8 (827.0) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275842 ms: Scavenge 658.9 (827.0) -> 650.2 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275920 ms: Scavenge 662.3 (827.0) -> 653.6 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 275995 ms: Scavenge 665.7 (827.0) -> 657.1 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276098 ms: Scavenge 669.2 (827.0) -> 660.5 (827.0) MB, 4.1 / 0.1 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276189 ms: Scavenge 672.6 (827.0) -> 664.0 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276269 ms: Scavenge 676.0 (827.0) -> 667.4 (827.0) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276353 ms: Scavenge 679.5 (827.0) -> 670.8 (827.0) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276431 ms: Scavenge 682.9 (827.0) -> 674.3 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276509 ms: Scavenge 686.3 (827.0) -> 677.7 (827.0) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276590 ms: Scavenge 689.7 (827.0) -> 681.1 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276668 ms: Scavenge 693.2 (827.0) -> 684.5 (827.0) MB, 5.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276747 ms: Scavenge 696.6 (827.0) -> 688.0 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276825 ms: Scavenge 700.0 (827.0) -> 691.4 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276904 ms: Scavenge 703.5 (827.0) -> 694.8 (827.0) MB, 5.0 / 0.1 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 276980 ms: Scavenge 706.9 (827.0) -> 698.3 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277052 ms: Scavenge 710.3 (827.0) -> 701.7 (827.0) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277126 ms: Scavenge 713.8 (827.0) -> 705.1 (827.0) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277195 ms: Scavenge 717.2 (827.0) -> 708.5 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277269 ms: Scavenge 720.6 (827.0) -> 712.0 (827.0) MB, 3.4 / 0.1 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277342 ms: Scavenge 724.1 (827.0) -> 715.4 (827.0) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277409 ms: Scavenge 727.5 (827.0) -> 718.9 (827.0) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277481 ms: Scavenge 730.9 (827.0) -> 722.3 (827.0) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277557 ms: Scavenge 734.4 (827.0) -> 725.7 (827.0) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277629 ms: Scavenge 737.8 (827.0) -> 729.1 (827.0) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277697 ms: Scavenge 741.2 (827.0) -> 732.6 (827.0) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277769 ms: Scavenge 744.7 (827.0) -> 736.0 (827.0) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277843 ms: Scavenge 748.1 (827.0) -> 739.5 (827.5) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277914 ms: Scavenge 751.5 (827.5) -> 742.9 (827.5) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 277984 ms: Scavenge 755.0 (827.5) -> 746.3 (827.5) MB, 3.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278055 ms: Scavenge 758.4 (827.5) -> 749.7 (827.5) MB, 3.7 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278130 ms: Scavenge 761.8 (827.5) -> 753.2 (827.5) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278201 ms: Scavenge 765.3 (827.5) -> 756.6 (827.5) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278274 ms: Scavenge 768.7 (827.5) -> 760.1 (827.5) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278346 ms: Scavenge 772.1 (827.5) -> 763.5 (827.5) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278417 ms: Scavenge 775.6 (827.5) -> 766.9 (827.5) MB, 3.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278486 ms: Scavenge 779.0 (827.5) -> 770.4 (827.5) MB, 3.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278558 ms: Scavenge 782.4 (827.5) -> 773.8 (827.5) MB, 3.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278631 ms: Scavenge 785.9 (827.5) -> 777.3 (827.5) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278702 ms: Scavenge 789.3 (827.5) -> 780.7 (827.5) MB, 3.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278776 ms: Scavenge 792.7 (827.5) -> 784.1 (830.0) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278847 ms: Scavenge 796.2 (830.0) -> 787.5 (834.5) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278920 ms: Scavenge 799.6 (834.5) -> 790.9 (837.5) MB, 4.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 278991 ms: Scavenge 803.0 (837.5) -> 794.4 (840.5) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279063 ms: Scavenge 806.5 (840.5) -> 797.9 (844.5) MB, 4.4 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279139 ms: Scavenge 809.9 (844.5) -> 801.3 (847.5) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279210 ms: Scavenge 813.3 (847.5) -> 804.7 (851.5) MB, 4.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279284 ms: Scavenge 816.8 (851.5) -> 808.1 (855.0) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279358 ms: Scavenge 820.2 (855.0) -> 811.6 (858.0) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279426 ms: Scavenge 823.6 (858.0) -> 815.0 (861.5) MB, 3.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279495 ms: Scavenge 827.1 (861.5) -> 818.4 (866.0) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279573 ms: Scavenge 830.5 (866.0) -> 821.8 (868.5) MB, 4.7 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279649 ms: Scavenge 833.9 (868.5) -> 825.3 (872.0) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279721 ms: Scavenge 837.4 (872.0) -> 828.7 (876.5) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279793 ms: Scavenge 840.8 (876.5) -> 832.2 (879.5) MB, 4.6 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279871 ms: Scavenge 844.2 (879.5) -> 835.6 (882.0) MB, 3.9 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 279943 ms: Scavenge 847.7 (882.0) -> 839.0 (886.5) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280013 ms: Scavenge 851.1 (886.5) -> 842.4 (890.5) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280087 ms: Scavenge 854.5 (890.5) -> 845.9 (893.5) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280163 ms: Scavenge 858.0 (893.5) -> 849.3 (896.5) MB, 4.2 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280236 ms: Scavenge 861.4 (896.5) -> 852.7 (901.0) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280313 ms: Scavenge 864.8 (901.0) -> 856.2 (903.5) MB, 4.5 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280388 ms: Scavenge 868.3 (903.5) -> 859.6 (907.0) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280461 ms: Scavenge 871.7 (907.0) -> 863.1 (911.0) MB, 3.9 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280535 ms: Scavenge 875.1 (911.0) -> 866.4 (914.5) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280609 ms: Scavenge 878.6 (914.5) -> 869.9 (918.0) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280681 ms: Scavenge 882.0 (918.0) -> 873.4 (921.5) MB, 4.1 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280756 ms: Scavenge 885.4 (921.5) -> 876.8 (925.5) MB, 4.3 / 0.1 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280833 ms: Scavenge 888.9 (925.5) -> 880.2 (928.0) MB, 4.3 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280911 ms: Scavenge 892.3 (928.0) -> 883.7 (931.5) MB, 3.8 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 280984 ms: Scavenge 895.7 (931.5) -> 887.1 (935.5) MB, 4.0 / 0.0 ms (average mu = 0.960, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281324 ms: Mark-sweep 888.2 (935.5) -> 541.2 (890.0) MB, 35.0 / 21.9 ms (+ 295.8 ms in 350 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 340 ms) (average mu = 0.961, current mu = 0.962) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 281449 ms: Scavenge 556.1 (890.0) -> 544.9 (890.0) MB, 3.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281516 ms: Scavenge 556.1 (890.0) -> 548.0 (890.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281598 ms: Scavenge 560.3 (890.0) -> 551.5 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281674 ms: Scavenge 563.5 (890.0) -> 554.9 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281752 ms: Scavenge 567.0 (890.0) -> 558.4 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281824 ms: Scavenge 570.5 (890.0) -> 561.8 (890.0) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281900 ms: Scavenge 573.9 (890.0) -> 565.2 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 281976 ms: Scavenge 577.3 (890.0) -> 568.7 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282048 ms: Scavenge 580.7 (890.0) -> 572.0 (890.0) MB, 5.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282127 ms: Scavenge 584.2 (890.0) -> 575.5 (890.0) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282205 ms: Scavenge 587.6 (890.0) -> 579.0 (890.0) MB, 5.0 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282286 ms: Scavenge 591.1 (890.0) -> 582.4 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282366 ms: Scavenge 594.5 (890.0) -> 585.8 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282439 ms: Scavenge 597.9 (890.0) -> 589.3 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282515 ms: Scavenge 601.4 (890.0) -> 592.7 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282593 ms: Scavenge 604.8 (890.0) -> 596.1 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282665 ms: Scavenge 608.2 (890.0) -> 599.6 (890.0) MB, 4.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282743 ms: Scavenge 611.7 (890.0) -> 603.1 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282818 ms: Scavenge 615.1 (890.0) -> 606.5 (890.0) MB, 4.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282897 ms: Scavenge 618.5 (890.0) -> 609.9 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 282974 ms: Scavenge 622.0 (890.0) -> 613.3 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283051 ms: Scavenge 625.4 (890.0) -> 616.7 (890.0) MB, 4.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283127 ms: Scavenge 628.8 (890.0) -> 620.2 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283202 ms: Scavenge 632.3 (890.0) -> 623.6 (890.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283276 ms: Scavenge 635.7 (890.0) -> 627.1 (890.0) MB, 4.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283352 ms: Scavenge 639.1 (890.0) -> 630.5 (890.0) MB, 4.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283428 ms: Scavenge 642.6 (890.0) -> 633.9 (890.0) MB, 4.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283500 ms: Scavenge 646.0 (890.0) -> 637.3 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283575 ms: Scavenge 649.4 (890.0) -> 640.8 (890.0) MB, 4.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283645 ms: Scavenge 652.9 (890.0) -> 644.2 (890.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283720 ms: Scavenge 656.3 (890.0) -> 647.7 (890.0) MB, 3.4 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283791 ms: Scavenge 659.7 (890.0) -> 651.1 (890.0) MB, 3.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283870 ms: Scavenge 663.2 (890.0) -> 654.5 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 283939 ms: Scavenge 666.6 (890.0) -> 657.9 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284010 ms: Scavenge 670.0 (890.0) -> 661.4 (890.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284086 ms: Scavenge 673.5 (890.0) -> 664.8 (890.0) MB, 4.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284158 ms: Scavenge 676.9 (890.0) -> 668.3 (890.0) MB, 5.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284230 ms: Scavenge 680.3 (890.0) -> 671.7 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284310 ms: Scavenge 683.8 (890.0) -> 675.1 (890.0) MB, 5.7 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284387 ms: Scavenge 687.2 (890.0) -> 678.6 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284466 ms: Scavenge 690.6 (890.0) -> 682.0 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284539 ms: Scavenge 694.1 (890.0) -> 685.4 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284609 ms: Scavenge 697.5 (890.0) -> 688.9 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284681 ms: Scavenge 700.9 (890.0) -> 692.3 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284754 ms: Scavenge 704.4 (890.0) -> 695.7 (890.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284828 ms: Scavenge 707.8 (890.0) -> 699.2 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 284926 ms: Scavenge 711.2 (890.0) -> 702.6 (890.0) MB, 4.0 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285011 ms: Scavenge 714.7 (890.0) -> 706.0 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285081 ms: Scavenge 718.1 (890.0) -> 709.4 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285165 ms: Scavenge 721.5 (890.0) -> 712.9 (890.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285263 ms: Scavenge 724.9 (890.0) -> 716.3 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285337 ms: Scavenge 728.4 (890.0) -> 719.7 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285411 ms: Scavenge 731.8 (890.0) -> 723.2 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285484 ms: Scavenge 735.2 (890.0) -> 726.6 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285558 ms: Scavenge 738.7 (890.0) -> 730.0 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285629 ms: Scavenge 742.1 (890.0) -> 733.4 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285699 ms: Scavenge 745.5 (890.0) -> 736.9 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285773 ms: Scavenge 749.0 (890.0) -> 740.3 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285845 ms: Scavenge 752.4 (890.0) -> 743.7 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285918 ms: Scavenge 755.8 (890.0) -> 747.2 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 285990 ms: Scavenge 759.3 (890.0) -> 750.6 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286065 ms: Scavenge 762.7 (890.0) -> 754.1 (890.0) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286140 ms: Scavenge 766.1 (890.0) -> 757.5 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286211 ms: Scavenge 769.6 (890.0) -> 760.9 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286284 ms: Scavenge 773.0 (890.0) -> 764.4 (890.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286356 ms: Scavenge 776.4 (890.0) -> 767.8 (890.0) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286426 ms: Scavenge 779.9 (890.0) -> 771.2 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286500 ms: Scavenge 783.3 (890.0) -> 774.6 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286576 ms: Scavenge 786.7 (890.0) -> 778.1 (890.0) MB, 3.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286648 ms: Scavenge 790.1 (890.0) -> 781.5 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286719 ms: Scavenge 793.6 (890.0) -> 784.9 (890.0) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286795 ms: Scavenge 797.0 (890.0) -> 788.4 (890.0) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286872 ms: Scavenge 800.5 (890.0) -> 791.8 (890.0) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 286947 ms: Scavenge 803.9 (890.0) -> 795.2 (890.0) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287022 ms: Scavenge 807.3 (890.0) -> 798.6 (890.5) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287100 ms: Scavenge 810.7 (890.5) -> 802.1 (890.5) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287172 ms: Scavenge 814.2 (890.5) -> 805.5 (890.5) MB, 3.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287247 ms: Scavenge 817.6 (890.5) -> 809.0 (890.5) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287326 ms: Scavenge 821.0 (890.5) -> 812.4 (890.5) MB, 3.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287400 ms: Scavenge 824.5 (890.5) -> 815.8 (890.5) MB, 3.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287474 ms: Scavenge 827.9 (890.5) -> 819.3 (890.5) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287553 ms: Scavenge 831.4 (890.5) -> 822.7 (890.5) MB, 4.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287626 ms: Scavenge 834.8 (890.5) -> 826.2 (890.5) MB, 5.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287702 ms: Scavenge 838.2 (890.5) -> 829.6 (890.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287779 ms: Scavenge 841.7 (890.5) -> 833.0 (890.5) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287857 ms: Scavenge 845.1 (890.5) -> 836.4 (890.5) MB, 3.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 287930 ms: Scavenge 848.5 (890.5) -> 839.9 (890.5) MB, 3.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288004 ms: Scavenge 851.9 (890.5) -> 843.3 (890.5) MB, 3.5 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288082 ms: Scavenge 855.4 (890.5) -> 846.7 (894.0) MB, 4.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288161 ms: Scavenge 858.8 (894.0) -> 850.2 (897.5) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288236 ms: Scavenge 862.2 (897.5) -> 853.6 (901.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288314 ms: Scavenge 865.7 (901.0) -> 857.0 (905.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288389 ms: Scavenge 869.1 (905.0) -> 860.5 (907.5) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288464 ms: Scavenge 872.5 (907.5) -> 863.9 (911.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288543 ms: Scavenge 876.0 (911.0) -> 867.3 (915.5) MB, 4.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288621 ms: Scavenge 879.4 (915.5) -> 870.8 (918.5) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288694 ms: Scavenge 882.8 (918.5) -> 874.2 (922.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288773 ms: Scavenge 886.3 (922.0) -> 877.6 (925.5) MB, 5.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288848 ms: Scavenge 889.7 (925.5) -> 881.1 (929.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288921 ms: Scavenge 893.1 (929.0) -> 884.4 (933.0) MB, 5.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 288999 ms: Scavenge 896.5 (933.0) -> 887.9 (936.5) MB, 5.5 / 0.1 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289079 ms: Scavenge 900.0 (936.5) -> 891.4 (939.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289154 ms: Scavenge 903.4 (939.0) -> 894.7 (943.5) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289231 ms: Scavenge 906.8 (943.5) -> 898.2 (946.5) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289309 ms: Scavenge 910.3 (946.5) -> 901.6 (950.0) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289385 ms: Scavenge 913.7 (950.0) -> 905.0 (954.0) MB, 3.9 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289462 ms: Scavenge 917.1 (954.0) -> 908.5 (957.5) MB, 5.7 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289539 ms: Scavenge 920.6 (957.5) -> 911.9 (960.0) MB, 4.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289613 ms: Scavenge 924.0 (960.0) -> 915.4 (963.5) MB, 4.0 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289681 ms: Scavenge 927.4 (963.5) -> 918.8 (968.0) MB, 5.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289755 ms: Scavenge 930.9 (968.0) -> 922.2 (971.0) MB, 4.1 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289837 ms: Scavenge 934.3 (971.0) -> 925.7 (974.5) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289910 ms: Scavenge 937.7 (974.5) -> 929.1 (978.0) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 289979 ms: Scavenge 941.2 (978.0) -> 932.5 (981.5) MB, 4.2 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 290053 ms: Scavenge 944.6 (981.5) -> 935.9 (985.0) MB, 5.8 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 290129 ms: Scavenge 948.0 (985.0) -> 939.4 (988.0) MB, 4.6 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 290202 ms: Scavenge 951.5 (988.0) -> 942.8 (992.0) MB, 4.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 290277 ms: Scavenge 954.9 (992.0) -> 946.2 (996.0) MB, 5.3 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 290357 ms: Scavenge 958.3 (996.0) -> 949.6 (999.0) MB, 4.4 / 0.0 ms (average mu = 0.961, current mu = 0.962) allocation failure | |
[81445:0x103b26000] 290821 ms: Mark-sweep 950.9 (999.0) -> 578.9 (949.0) MB, 36.6 / 17.8 ms (+ 414.1 ms in 373 steps since start of marking, biggest step 1.8 ms, walltime since start of marking 465 ms) (average mu = 0.957, current mu = 0.953) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 290968 ms: Scavenge 593.8 (949.0) -> 582.6 (949.0) MB, 3.1 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291034 ms: Scavenge 593.8 (949.0) -> 585.7 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291109 ms: Scavenge 598.0 (949.0) -> 589.2 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291179 ms: Scavenge 601.2 (949.0) -> 592.6 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291248 ms: Scavenge 604.7 (949.0) -> 596.1 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291325 ms: Scavenge 608.1 (949.0) -> 599.5 (949.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291394 ms: Scavenge 611.6 (949.0) -> 602.9 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291465 ms: Scavenge 615.0 (949.0) -> 606.4 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291540 ms: Scavenge 618.4 (949.0) -> 609.8 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291612 ms: Scavenge 621.9 (949.0) -> 613.2 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291682 ms: Scavenge 625.3 (949.0) -> 616.7 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291753 ms: Scavenge 628.7 (949.0) -> 620.1 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291830 ms: Scavenge 632.2 (949.0) -> 623.6 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291900 ms: Scavenge 635.6 (949.0) -> 627.0 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 291968 ms: Scavenge 639.0 (949.0) -> 630.4 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292042 ms: Scavenge 642.5 (949.0) -> 633.8 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292117 ms: Scavenge 645.9 (949.0) -> 637.3 (949.0) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292190 ms: Scavenge 649.3 (949.0) -> 640.7 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292259 ms: Scavenge 652.8 (949.0) -> 644.1 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292338 ms: Scavenge 656.2 (949.0) -> 647.6 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292410 ms: Scavenge 659.6 (949.0) -> 651.0 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292478 ms: Scavenge 663.1 (949.0) -> 654.4 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292555 ms: Scavenge 666.5 (949.0) -> 657.8 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292628 ms: Scavenge 669.9 (949.0) -> 661.3 (949.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292698 ms: Scavenge 673.4 (949.0) -> 664.7 (949.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292768 ms: Scavenge 676.8 (949.0) -> 668.2 (949.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292847 ms: Scavenge 680.2 (949.0) -> 671.6 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292922 ms: Scavenge 683.7 (949.0) -> 675.0 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 292997 ms: Scavenge 687.1 (949.0) -> 678.5 (949.0) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293074 ms: Scavenge 690.5 (949.0) -> 681.9 (949.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293145 ms: Scavenge 694.0 (949.0) -> 685.3 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293217 ms: Scavenge 697.4 (949.0) -> 688.8 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293292 ms: Scavenge 700.8 (949.0) -> 692.2 (949.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293370 ms: Scavenge 704.3 (949.0) -> 695.6 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293447 ms: Scavenge 707.7 (949.0) -> 699.0 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293519 ms: Scavenge 711.1 (949.0) -> 702.5 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293599 ms: Scavenge 714.6 (949.0) -> 705.9 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293672 ms: Scavenge 718.0 (949.0) -> 709.3 (949.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293743 ms: Scavenge 721.4 (949.0) -> 712.7 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293818 ms: Scavenge 724.9 (949.0) -> 716.2 (949.0) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293895 ms: Scavenge 728.3 (949.0) -> 719.7 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 293965 ms: Scavenge 731.7 (949.0) -> 723.1 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294041 ms: Scavenge 735.2 (949.0) -> 726.5 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294118 ms: Scavenge 738.6 (949.0) -> 729.9 (949.0) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294195 ms: Scavenge 742.0 (949.0) -> 733.4 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294268 ms: Scavenge 745.5 (949.0) -> 736.8 (949.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294347 ms: Scavenge 748.9 (949.0) -> 740.3 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294421 ms: Scavenge 752.3 (949.0) -> 743.7 (949.0) MB, 4.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294500 ms: Scavenge 755.8 (949.0) -> 747.1 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294576 ms: Scavenge 759.2 (949.0) -> 750.5 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294649 ms: Scavenge 762.6 (949.0) -> 754.0 (949.0) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294725 ms: Scavenge 766.0 (949.0) -> 757.4 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294802 ms: Scavenge 769.5 (949.0) -> 760.8 (949.0) MB, 5.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294881 ms: Scavenge 772.9 (949.0) -> 764.2 (949.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 294960 ms: Scavenge 776.4 (949.0) -> 767.7 (949.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295038 ms: Scavenge 779.8 (949.0) -> 771.2 (949.0) MB, 4.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295117 ms: Scavenge 783.2 (949.0) -> 774.6 (949.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295190 ms: Scavenge 786.7 (949.0) -> 778.0 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295329 ms: Scavenge 790.1 (949.0) -> 781.5 (949.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295407 ms: Scavenge 793.5 (949.0) -> 784.9 (949.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295491 ms: Scavenge 797.0 (949.0) -> 788.3 (949.0) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295581 ms: Scavenge 800.4 (949.0) -> 791.7 (949.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295662 ms: Scavenge 803.8 (949.0) -> 795.2 (949.0) MB, 4.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295743 ms: Scavenge 807.3 (949.0) -> 798.6 (949.0) MB, 5.0 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295826 ms: Scavenge 810.7 (949.0) -> 802.0 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295903 ms: Scavenge 814.1 (949.0) -> 805.5 (949.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 295978 ms: Scavenge 817.6 (949.0) -> 808.9 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296052 ms: Scavenge 821.0 (949.0) -> 812.4 (949.0) MB, 5.8 / 0.1 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296127 ms: Scavenge 824.4 (949.0) -> 815.8 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296197 ms: Scavenge 827.9 (949.0) -> 819.2 (949.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296267 ms: Scavenge 831.3 (949.0) -> 822.6 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296341 ms: Scavenge 834.7 (949.0) -> 826.1 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296410 ms: Scavenge 838.2 (949.0) -> 829.5 (949.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296479 ms: Scavenge 841.6 (949.0) -> 833.0 (949.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296557 ms: Scavenge 845.0 (949.0) -> 836.4 (949.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296630 ms: Scavenge 848.5 (949.0) -> 839.8 (949.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296699 ms: Scavenge 851.9 (949.0) -> 843.3 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296770 ms: Scavenge 855.3 (949.0) -> 846.7 (949.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296845 ms: Scavenge 858.8 (949.0) -> 850.1 (949.5) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296915 ms: Scavenge 862.2 (949.5) -> 853.5 (949.5) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 296987 ms: Scavenge 865.6 (949.5) -> 857.0 (949.5) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297064 ms: Scavenge 869.1 (949.5) -> 860.5 (949.5) MB, 5.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297139 ms: Scavenge 872.5 (949.5) -> 863.9 (949.5) MB, 4.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297212 ms: Scavenge 875.9 (949.5) -> 867.2 (949.5) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297285 ms: Scavenge 879.3 (949.5) -> 870.7 (949.5) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297357 ms: Scavenge 882.8 (949.5) -> 874.1 (949.5) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297426 ms: Scavenge 886.2 (949.5) -> 877.6 (949.5) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297493 ms: Scavenge 889.7 (949.5) -> 881.0 (949.5) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297572 ms: Scavenge 893.1 (949.5) -> 884.4 (949.5) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297644 ms: Scavenge 896.5 (949.5) -> 887.9 (949.5) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297715 ms: Scavenge 900.0 (949.5) -> 891.3 (949.5) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297787 ms: Scavenge 903.4 (949.5) -> 894.8 (949.5) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297861 ms: Scavenge 906.8 (949.5) -> 898.2 (949.5) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 297930 ms: Scavenge 910.3 (949.5) -> 901.6 (949.5) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298000 ms: Scavenge 913.7 (949.5) -> 905.1 (954.5) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298078 ms: Scavenge 917.1 (954.5) -> 908.5 (957.5) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298154 ms: Scavenge 920.6 (957.5) -> 911.9 (961.0) MB, 5.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298224 ms: Scavenge 924.0 (961.0) -> 915.4 (963.5) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298298 ms: Scavenge 927.4 (963.5) -> 918.8 (967.5) MB, 4.8 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298371 ms: Scavenge 930.9 (967.5) -> 922.2 (970.5) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298443 ms: Scavenge 934.3 (970.5) -> 925.6 (975.0) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298518 ms: Scavenge 937.7 (975.0) -> 929.1 (977.5) MB, 4.4 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298597 ms: Scavenge 941.2 (977.5) -> 932.5 (981.5) MB, 4.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298669 ms: Scavenge 944.6 (981.5) -> 936.0 (985.0) MB, 4.9 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298745 ms: Scavenge 948.0 (985.0) -> 939.4 (989.0) MB, 4.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298824 ms: Scavenge 951.5 (989.0) -> 942.8 (991.5) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298903 ms: Scavenge 954.9 (991.5) -> 946.2 (995.5) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 298976 ms: Scavenge 958.3 (995.5) -> 949.7 (999.5) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299049 ms: Scavenge 961.7 (999.5) -> 953.1 (1002.0) MB, 5.1 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299123 ms: Scavenge 965.2 (1002.0) -> 956.5 (1006.5) MB, 4.5 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299197 ms: Scavenge 968.6 (1006.5) -> 960.0 (1009.5) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299267 ms: Scavenge 972.0 (1009.5) -> 963.4 (1012.0) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299348 ms: Scavenge 975.5 (1012.0) -> 966.8 (1017.0) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299426 ms: Scavenge 978.9 (1017.0) -> 970.2 (1019.5) MB, 5.5 / 0.1 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299506 ms: Scavenge 982.3 (1019.5) -> 973.7 (1024.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299584 ms: Scavenge 985.8 (1024.0) -> 977.2 (1026.5) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.953) allocation failure | |
[81445:0x103b26000] 299968 ms: Mark-sweep 978.7 (1026.5) -> 616.0 (990.0) MB, 35.9 / 23.2 ms (+ 337.7 ms in 449 steps since start of marking, biggest step 1.8 ms, walltime since start of marking 384 ms) (average mu = 0.958, current mu = 0.959) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 300104 ms: Scavenge 630.6 (990.0) -> 619.3 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300173 ms: Scavenge 630.6 (990.0) -> 622.4 (990.0) MB, 4.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300254 ms: Scavenge 634.7 (990.0) -> 625.9 (990.0) MB, 3.8 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300330 ms: Scavenge 637.9 (990.0) -> 629.3 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300407 ms: Scavenge 641.5 (990.0) -> 632.8 (990.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300484 ms: Scavenge 644.9 (990.0) -> 636.2 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300562 ms: Scavenge 648.3 (990.0) -> 639.7 (990.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300636 ms: Scavenge 651.7 (990.0) -> 643.1 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300711 ms: Scavenge 655.2 (990.0) -> 646.5 (990.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300785 ms: Scavenge 658.6 (990.0) -> 649.9 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300866 ms: Scavenge 662.0 (990.0) -> 653.4 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 300939 ms: Scavenge 665.5 (990.0) -> 656.8 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301014 ms: Scavenge 668.9 (990.0) -> 660.3 (990.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301093 ms: Scavenge 672.3 (990.0) -> 663.7 (990.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301168 ms: Scavenge 675.8 (990.0) -> 667.1 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301246 ms: Scavenge 679.2 (990.0) -> 670.5 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301326 ms: Scavenge 682.6 (990.0) -> 674.0 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301399 ms: Scavenge 686.0 (990.0) -> 677.4 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301474 ms: Scavenge 689.5 (990.0) -> 680.8 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301553 ms: Scavenge 692.9 (990.0) -> 684.2 (990.0) MB, 4.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301629 ms: Scavenge 696.3 (990.0) -> 687.7 (990.0) MB, 4.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301706 ms: Scavenge 699.8 (990.0) -> 691.1 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301777 ms: Scavenge 703.2 (990.0) -> 694.6 (990.0) MB, 4.9 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301858 ms: Scavenge 706.7 (990.0) -> 698.0 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 301934 ms: Scavenge 710.1 (990.0) -> 701.5 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302010 ms: Scavenge 713.5 (990.0) -> 704.9 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302087 ms: Scavenge 717.0 (990.0) -> 708.3 (990.0) MB, 3.8 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302163 ms: Scavenge 720.4 (990.0) -> 711.7 (990.0) MB, 5.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302241 ms: Scavenge 723.8 (990.0) -> 715.2 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302320 ms: Scavenge 727.2 (990.0) -> 718.6 (990.0) MB, 5.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302397 ms: Scavenge 730.7 (990.0) -> 722.0 (990.0) MB, 4.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302475 ms: Scavenge 734.1 (990.0) -> 725.5 (990.0) MB, 4.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302562 ms: Scavenge 737.5 (990.0) -> 728.9 (990.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302644 ms: Scavenge 741.0 (990.0) -> 732.3 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302713 ms: Scavenge 744.4 (990.0) -> 735.7 (990.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302781 ms: Scavenge 747.8 (990.0) -> 739.2 (990.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302859 ms: Scavenge 751.3 (990.0) -> 742.6 (990.0) MB, 3.9 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302929 ms: Scavenge 754.7 (990.0) -> 746.1 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 302999 ms: Scavenge 758.1 (990.0) -> 749.5 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303071 ms: Scavenge 761.6 (990.0) -> 752.9 (990.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303143 ms: Scavenge 765.0 (990.0) -> 756.3 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303214 ms: Scavenge 768.4 (990.0) -> 759.8 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303289 ms: Scavenge 771.9 (990.0) -> 763.2 (990.0) MB, 4.1 / 0.1 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303364 ms: Scavenge 775.3 (990.0) -> 766.7 (990.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303433 ms: Scavenge 778.7 (990.0) -> 770.1 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303503 ms: Scavenge 782.2 (990.0) -> 773.5 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303580 ms: Scavenge 785.6 (990.0) -> 777.0 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303648 ms: Scavenge 789.0 (990.0) -> 780.4 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303716 ms: Scavenge 792.5 (990.0) -> 783.8 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303785 ms: Scavenge 795.9 (990.0) -> 787.3 (990.0) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303863 ms: Scavenge 799.3 (990.0) -> 790.7 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 303932 ms: Scavenge 802.8 (990.0) -> 794.1 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304004 ms: Scavenge 806.2 (990.0) -> 797.6 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304077 ms: Scavenge 809.6 (990.0) -> 801.0 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304149 ms: Scavenge 813.1 (990.0) -> 804.4 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304217 ms: Scavenge 816.5 (990.0) -> 807.8 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304287 ms: Scavenge 819.9 (990.0) -> 811.3 (990.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304363 ms: Scavenge 823.3 (990.0) -> 814.7 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304433 ms: Scavenge 826.8 (990.0) -> 818.1 (990.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304509 ms: Scavenge 830.2 (990.0) -> 821.6 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304584 ms: Scavenge 833.6 (990.0) -> 825.0 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304655 ms: Scavenge 837.1 (990.0) -> 828.4 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304726 ms: Scavenge 840.5 (990.0) -> 831.8 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304798 ms: Scavenge 843.9 (990.0) -> 835.3 (990.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304875 ms: Scavenge 847.4 (990.0) -> 838.7 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 304955 ms: Scavenge 850.8 (990.0) -> 842.1 (990.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305062 ms: Scavenge 854.2 (990.0) -> 845.6 (990.0) MB, 3.8 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305164 ms: Scavenge 857.7 (990.0) -> 849.0 (990.0) MB, 3.8 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305265 ms: Scavenge 861.1 (990.0) -> 852.4 (990.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305365 ms: Scavenge 864.5 (990.0) -> 855.9 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305435 ms: Scavenge 868.0 (990.0) -> 859.4 (990.0) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305506 ms: Scavenge 871.4 (990.0) -> 862.8 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305584 ms: Scavenge 874.8 (990.0) -> 866.2 (990.0) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305655 ms: Scavenge 878.3 (990.0) -> 869.6 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305725 ms: Scavenge 881.7 (990.0) -> 873.1 (990.0) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305798 ms: Scavenge 885.1 (990.0) -> 876.5 (990.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305875 ms: Scavenge 888.6 (990.0) -> 879.9 (990.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 305946 ms: Scavenge 892.0 (990.0) -> 883.4 (990.0) MB, 3.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306024 ms: Scavenge 895.4 (990.0) -> 886.8 (990.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306103 ms: Scavenge 898.9 (990.5) -> 890.2 (990.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306173 ms: Scavenge 902.3 (990.5) -> 893.7 (990.5) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306246 ms: Scavenge 905.7 (990.5) -> 897.1 (990.5) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306323 ms: Scavenge 909.2 (990.5) -> 900.6 (990.5) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306437 ms: Scavenge 912.6 (990.5) -> 903.9 (990.5) MB, 3.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306510 ms: Scavenge 916.0 (990.5) -> 907.4 (990.5) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306589 ms: Scavenge 919.5 (990.5) -> 910.9 (990.5) MB, 3.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306663 ms: Scavenge 922.9 (990.5) -> 914.2 (990.5) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306742 ms: Scavenge 926.3 (990.5) -> 917.7 (990.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306820 ms: Scavenge 929.8 (990.5) -> 921.1 (990.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306900 ms: Scavenge 933.2 (990.5) -> 924.5 (990.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 306988 ms: Scavenge 936.6 (990.5) -> 928.0 (990.5) MB, 3.5 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307068 ms: Scavenge 940.0 (990.5) -> 931.4 (990.5) MB, 3.9 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307150 ms: Scavenge 943.5 (990.5) -> 934.8 (990.5) MB, 3.9 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307223 ms: Scavenge 946.9 (990.5) -> 938.3 (990.5) MB, 3.7 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307299 ms: Scavenge 950.4 (990.5) -> 941.7 (990.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307380 ms: Scavenge 953.8 (990.5) -> 945.1 (994.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307452 ms: Scavenge 957.2 (994.5) -> 948.6 (998.0) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307526 ms: Scavenge 960.6 (998.0) -> 952.0 (1001.5) MB, 4.0 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307604 ms: Scavenge 964.1 (1001.5) -> 955.5 (1004.5) MB, 4.2 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307679 ms: Scavenge 967.5 (1004.5) -> 958.9 (1009.0) MB, 5.8 / 0.1 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307758 ms: Scavenge 970.9 (1009.0) -> 962.3 (1012.0) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307838 ms: Scavenge 974.4 (1012.0) -> 965.7 (1015.0) MB, 4.3 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307914 ms: Scavenge 977.8 (1015.0) -> 969.1 (1018.5) MB, 5.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 307991 ms: Scavenge 981.2 (1018.5) -> 972.6 (1023.0) MB, 4.2 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308068 ms: Scavenge 984.7 (1023.0) -> 976.0 (1025.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308146 ms: Scavenge 988.1 (1025.5) -> 979.5 (1029.5) MB, 4.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308220 ms: Scavenge 991.5 (1029.5) -> 982.9 (1032.5) MB, 4.4 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308294 ms: Scavenge 995.0 (1032.5) -> 986.3 (1037.0) MB, 5.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308376 ms: Scavenge 998.4 (1037.0) -> 989.7 (1039.5) MB, 4.1 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308453 ms: Scavenge 1001.8 (1039.5) -> 993.2 (1043.5) MB, 4.6 / 0.0 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308528 ms: Scavenge 1005.3 (1043.5) -> 996.6 (1046.5) MB, 5.6 / 0.1 ms (average mu = 0.958, current mu = 0.959) allocation failure | |
[81445:0x103b26000] 308927 ms: Mark-sweep 998.1 (1046.5) -> 651.1 (1018.0) MB, 27.0 / 15.8 ms (+ 360.9 ms in 441 steps since start of marking, biggest step 1.9 ms, walltime since start of marking 399 ms) (average mu = 0.957, current mu = 0.957) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 309053 ms: Scavenge 665.7 (1018.0) -> 654.5 (1018.0) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309121 ms: Scavenge 665.8 (1018.0) -> 657.7 (1018.0) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309192 ms: Scavenge 669.9 (1018.0) -> 661.1 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309262 ms: Scavenge 673.1 (1018.0) -> 664.5 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309338 ms: Scavenge 676.6 (1018.0) -> 668.0 (1018.0) MB, 4.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309408 ms: Scavenge 680.1 (1018.0) -> 671.4 (1018.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309477 ms: Scavenge 683.5 (1018.0) -> 674.9 (1018.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309547 ms: Scavenge 686.9 (1018.0) -> 678.3 (1018.0) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309622 ms: Scavenge 690.4 (1018.0) -> 681.7 (1018.0) MB, 5.3 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309694 ms: Scavenge 693.8 (1018.0) -> 685.2 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309762 ms: Scavenge 697.2 (1018.0) -> 688.6 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309842 ms: Scavenge 700.7 (1018.0) -> 692.0 (1018.0) MB, 3.3 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309913 ms: Scavenge 704.1 (1018.0) -> 695.4 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 309984 ms: Scavenge 707.5 (1018.0) -> 698.9 (1018.0) MB, 4.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310060 ms: Scavenge 711.0 (1018.0) -> 702.3 (1018.0) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310136 ms: Scavenge 714.4 (1018.0) -> 705.7 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310208 ms: Scavenge 717.8 (1018.0) -> 709.2 (1018.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310278 ms: Scavenge 721.3 (1018.0) -> 712.6 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310352 ms: Scavenge 724.7 (1018.0) -> 716.0 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310422 ms: Scavenge 728.1 (1018.0) -> 719.5 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310494 ms: Scavenge 731.6 (1018.0) -> 722.9 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310569 ms: Scavenge 735.0 (1018.0) -> 726.4 (1018.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310641 ms: Scavenge 738.4 (1018.0) -> 729.8 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310712 ms: Scavenge 741.9 (1018.0) -> 733.2 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310784 ms: Scavenge 745.3 (1018.0) -> 736.6 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310864 ms: Scavenge 748.7 (1018.0) -> 740.1 (1018.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 310935 ms: Scavenge 752.2 (1018.0) -> 743.5 (1018.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311006 ms: Scavenge 755.6 (1018.0) -> 747.0 (1018.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311083 ms: Scavenge 759.0 (1018.0) -> 750.4 (1018.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311157 ms: Scavenge 762.5 (1018.0) -> 753.8 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311228 ms: Scavenge 765.9 (1018.0) -> 757.2 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311303 ms: Scavenge 769.3 (1018.0) -> 760.7 (1018.0) MB, 4.3 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311381 ms: Scavenge 772.8 (1018.0) -> 764.1 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311450 ms: Scavenge 776.2 (1018.0) -> 767.5 (1018.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311523 ms: Scavenge 779.6 (1018.0) -> 771.0 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311599 ms: Scavenge 783.1 (1018.0) -> 774.4 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311668 ms: Scavenge 786.5 (1018.0) -> 777.8 (1018.0) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311740 ms: Scavenge 789.9 (1018.0) -> 781.3 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311816 ms: Scavenge 793.4 (1018.0) -> 784.7 (1018.0) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311890 ms: Scavenge 796.8 (1018.0) -> 788.1 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 311961 ms: Scavenge 800.2 (1018.0) -> 791.6 (1018.0) MB, 3.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312033 ms: Scavenge 803.7 (1018.0) -> 795.0 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312112 ms: Scavenge 807.1 (1018.0) -> 798.5 (1018.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312186 ms: Scavenge 810.5 (1018.0) -> 801.9 (1018.0) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312256 ms: Scavenge 814.0 (1018.0) -> 805.3 (1018.0) MB, 3.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312334 ms: Scavenge 817.4 (1018.0) -> 808.8 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312406 ms: Scavenge 820.8 (1018.0) -> 812.2 (1018.0) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312480 ms: Scavenge 824.3 (1018.0) -> 815.6 (1018.0) MB, 3.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312607 ms: Scavenge 903.3 (1093.6) -> 894.6 (1093.6) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312683 ms: Scavenge 906.7 (1093.6) -> 898.0 (1093.6) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312757 ms: Scavenge 910.1 (1093.6) -> 901.5 (1093.6) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312838 ms: Scavenge 913.6 (1093.6) -> 904.9 (1093.6) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312911 ms: Scavenge 917.0 (1093.6) -> 908.3 (1093.6) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 312986 ms: Scavenge 920.4 (1093.6) -> 911.8 (1093.6) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313065 ms: Scavenge 923.9 (1093.6) -> 915.2 (1093.6) MB, 4.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313144 ms: Scavenge 927.3 (1093.6) -> 918.7 (1093.6) MB, 5.3 / 0.1 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313223 ms: Scavenge 930.7 (1093.6) -> 922.1 (1093.6) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313299 ms: Scavenge 934.2 (1093.6) -> 925.6 (1093.6) MB, 4.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313380 ms: Scavenge 937.6 (1093.6) -> 928.9 (1093.6) MB, 4.5 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313458 ms: Scavenge 941.0 (1093.6) -> 932.3 (1093.6) MB, 4.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313536 ms: Scavenge 944.4 (1093.6) -> 935.8 (1093.6) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313615 ms: Scavenge 947.9 (1093.6) -> 939.2 (1093.6) MB, 5.3 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313692 ms: Scavenge 951.3 (1093.6) -> 942.6 (1093.6) MB, 4.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313770 ms: Scavenge 954.7 (1093.6) -> 946.1 (1093.6) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313849 ms: Scavenge 958.2 (1093.6) -> 949.5 (1093.6) MB, 6.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 313928 ms: Scavenge 961.6 (1093.6) -> 953.0 (1093.6) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314003 ms: Scavenge 965.0 (1093.6) -> 956.4 (1093.6) MB, 3.7 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314083 ms: Scavenge 968.5 (1093.6) -> 959.9 (1093.6) MB, 5.4 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314163 ms: Scavenge 971.9 (1093.6) -> 963.2 (1093.6) MB, 5.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314241 ms: Scavenge 975.4 (1093.6) -> 966.7 (1093.6) MB, 4.2 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314323 ms: Scavenge 978.8 (1093.6) -> 970.2 (1093.6) MB, 5.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314404 ms: Scavenge 982.2 (1093.6) -> 973.6 (1093.6) MB, 4.0 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314486 ms: Scavenge 985.7 (1093.6) -> 977.0 (1093.6) MB, 5.1 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314575 ms: Scavenge 989.1 (1093.6) -> 980.5 (1093.6) MB, 5.2 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314656 ms: Scavenge 992.5 (1093.6) -> 983.9 (1093.6) MB, 3.9 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314739 ms: Scavenge 995.9 (1093.6) -> 987.3 (1093.6) MB, 4.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314836 ms: Scavenge 999.4 (1093.6) -> 990.7 (1093.6) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314912 ms: Scavenge 1002.8 (1093.6) -> 994.1 (1093.6) MB, 4.9 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 314994 ms: Scavenge 1006.2 (1093.6) -> 997.6 (1093.6) MB, 4.1 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 315074 ms: Scavenge 1009.7 (1093.6) -> 1001.0 (1093.6) MB, 5.2 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 315154 ms: Scavenge 1013.1 (1093.6) -> 1004.5 (1093.6) MB, 3.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 315227 ms: Scavenge 1016.5 (1093.6) -> 1007.9 (1093.6) MB, 4.8 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 315303 ms: Scavenge 1020.0 (1093.6) -> 1011.3 (1093.6) MB, 4.6 / 0.0 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 315378 ms: Scavenge 1023.4 (1093.6) -> 1014.7 (1093.6) MB, 4.2 / 0.1 ms (average mu = 0.957, current mu = 0.957) allocation failure | |
[81445:0x103b26000] 315846 ms: Mark-sweep 1016.3 (1093.6) -> 703.0 (1043.2) MB, 27.9 / 18.2 ms (+ 426.7 ms in 458 steps since start of marking, biggest step 1.7 ms, walltime since start of marking 468 ms) (average mu = 0.947, current mu = 0.934) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 315962 ms: Scavenge 717.6 (1043.2) -> 706.3 (1043.2) MB, 3.2 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316028 ms: Scavenge 717.6 (1043.2) -> 709.5 (1043.2) MB, 4.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316102 ms: Scavenge 721.8 (1043.2) -> 713.0 (1043.2) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316174 ms: Scavenge 725.0 (1043.2) -> 716.4 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316244 ms: Scavenge 728.5 (1043.2) -> 719.8 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316318 ms: Scavenge 731.9 (1043.2) -> 723.2 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316392 ms: Scavenge 735.3 (1043.2) -> 726.7 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316462 ms: Scavenge 738.8 (1043.2) -> 730.1 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316534 ms: Scavenge 742.2 (1043.2) -> 733.5 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316609 ms: Scavenge 745.6 (1043.2) -> 737.0 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316680 ms: Scavenge 749.1 (1043.2) -> 740.4 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316750 ms: Scavenge 752.5 (1043.2) -> 743.8 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316825 ms: Scavenge 755.9 (1043.2) -> 747.3 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316902 ms: Scavenge 759.4 (1043.2) -> 750.7 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 316971 ms: Scavenge 762.8 (1043.2) -> 754.2 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317041 ms: Scavenge 766.2 (1043.2) -> 757.6 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317120 ms: Scavenge 769.7 (1043.2) -> 761.0 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317192 ms: Scavenge 773.1 (1043.2) -> 764.5 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317261 ms: Scavenge 776.5 (1043.2) -> 767.9 (1043.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317337 ms: Scavenge 780.0 (1043.2) -> 771.3 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317411 ms: Scavenge 783.4 (1043.2) -> 774.7 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317483 ms: Scavenge 786.8 (1043.2) -> 778.2 (1043.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317563 ms: Scavenge 790.3 (1043.2) -> 781.6 (1043.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317637 ms: Scavenge 793.7 (1043.2) -> 785.0 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317708 ms: Scavenge 797.1 (1043.2) -> 788.5 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317782 ms: Scavenge 800.5 (1043.2) -> 791.9 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317857 ms: Scavenge 804.0 (1043.2) -> 795.3 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317927 ms: Scavenge 807.4 (1043.2) -> 798.8 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 317996 ms: Scavenge 810.9 (1043.2) -> 802.2 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318080 ms: Scavenge 814.3 (1043.2) -> 805.6 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318159 ms: Scavenge 817.7 (1043.2) -> 809.1 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318228 ms: Scavenge 821.2 (1043.2) -> 812.5 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318308 ms: Scavenge 824.6 (1043.2) -> 815.9 (1043.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318385 ms: Scavenge 828.0 (1043.2) -> 819.4 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318458 ms: Scavenge 831.5 (1043.2) -> 822.8 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318532 ms: Scavenge 834.9 (1043.2) -> 826.3 (1043.2) MB, 4.1 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318606 ms: Scavenge 838.3 (1043.2) -> 829.7 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318681 ms: Scavenge 841.8 (1043.2) -> 833.1 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318752 ms: Scavenge 845.2 (1043.2) -> 836.5 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318827 ms: Scavenge 848.6 (1043.2) -> 840.0 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318905 ms: Scavenge 852.1 (1043.2) -> 843.4 (1043.2) MB, 3.6 / 0.1 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 318981 ms: Scavenge 855.5 (1043.2) -> 846.9 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319058 ms: Scavenge 858.9 (1043.2) -> 850.3 (1043.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319134 ms: Scavenge 862.4 (1043.2) -> 853.7 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319209 ms: Scavenge 865.8 (1043.2) -> 857.1 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319284 ms: Scavenge 869.2 (1043.2) -> 860.6 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319360 ms: Scavenge 872.7 (1043.2) -> 864.0 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319432 ms: Scavenge 876.1 (1043.2) -> 867.5 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319504 ms: Scavenge 879.5 (1043.2) -> 870.9 (1043.2) MB, 4.9 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319583 ms: Scavenge 883.0 (1043.2) -> 874.3 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319656 ms: Scavenge 886.4 (1043.2) -> 877.7 (1043.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319732 ms: Scavenge 889.8 (1043.2) -> 881.2 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319809 ms: Scavenge 893.2 (1043.2) -> 884.6 (1043.2) MB, 5.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319889 ms: Scavenge 896.7 (1043.2) -> 888.0 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 319966 ms: Scavenge 900.1 (1043.2) -> 891.5 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320038 ms: Scavenge 903.5 (1043.2) -> 894.9 (1043.2) MB, 5.4 / 0.1 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320117 ms: Scavenge 907.0 (1043.2) -> 898.4 (1043.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320193 ms: Scavenge 910.4 (1043.2) -> 901.8 (1043.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320273 ms: Scavenge 913.9 (1043.2) -> 905.2 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320351 ms: Scavenge 917.3 (1043.2) -> 908.6 (1043.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320430 ms: Scavenge 920.7 (1043.2) -> 912.1 (1043.2) MB, 5.0 / 0.1 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320510 ms: Scavenge 924.2 (1043.2) -> 915.5 (1043.2) MB, 5.3 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320589 ms: Scavenge 927.6 (1043.2) -> 918.9 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320663 ms: Scavenge 931.0 (1043.2) -> 922.3 (1043.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320737 ms: Scavenge 934.4 (1043.2) -> 925.8 (1043.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320814 ms: Scavenge 937.9 (1043.2) -> 929.2 (1043.7) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 320909 ms: Scavenge 941.3 (1043.7) -> 932.7 (1043.7) MB, 4.4 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321011 ms: Scavenge 944.8 (1043.7) -> 936.1 (1043.7) MB, 4.2 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321116 ms: Scavenge 948.2 (1043.7) -> 939.5 (1043.7) MB, 4.3 / 0.1 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321221 ms: Scavenge 951.6 (1043.7) -> 943.0 (1043.7) MB, 4.1 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321305 ms: Scavenge 955.1 (1043.7) -> 946.4 (1043.7) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321383 ms: Scavenge 958.5 (1043.7) -> 949.9 (1043.7) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321457 ms: Scavenge 961.9 (1043.7) -> 953.3 (1043.7) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321537 ms: Scavenge 965.4 (1043.7) -> 956.7 (1043.7) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321613 ms: Scavenge 968.8 (1043.7) -> 960.1 (1043.7) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321692 ms: Scavenge 972.2 (1043.7) -> 963.6 (1043.7) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321768 ms: Scavenge 975.7 (1043.7) -> 967.0 (1043.7) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321846 ms: Scavenge 979.1 (1043.7) -> 970.4 (1043.7) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321922 ms: Scavenge 982.5 (1043.7) -> 973.9 (1043.7) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 321991 ms: Scavenge 986.0 (1043.7) -> 977.4 (1043.7) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322064 ms: Scavenge 989.4 (1043.7) -> 980.7 (1043.7) MB, 4.1 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322140 ms: Scavenge 992.8 (1043.7) -> 984.2 (1043.7) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322210 ms: Scavenge 996.3 (1043.7) -> 987.6 (1043.7) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322278 ms: Scavenge 999.7 (1043.7) -> 991.0 (1043.7) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322352 ms: Scavenge 1003.1 (1043.7) -> 994.5 (1043.7) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322425 ms: Scavenge 1006.6 (1043.7) -> 997.9 (1048.2) MB, 4.1 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322494 ms: Scavenge 1010.0 (1048.2) -> 1001.4 (1051.2) MB, 4.7 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322570 ms: Scavenge 1013.4 (1051.2) -> 1004.8 (1054.2) MB, 4.3 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322644 ms: Scavenge 1016.9 (1054.2) -> 1008.2 (1057.7) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322716 ms: Scavenge 1020.3 (1057.7) -> 1011.7 (1061.7) MB, 4.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322790 ms: Scavenge 1023.7 (1061.7) -> 1015.1 (1065.2) MB, 5.8 / 0.1 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322870 ms: Scavenge 1027.2 (1065.2) -> 1018.5 (1068.7) MB, 4.9 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 322944 ms: Scavenge 1030.6 (1068.7) -> 1022.0 (1071.2) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 323015 ms: Scavenge 1034.0 (1071.2) -> 1025.4 (1075.7) MB, 4.4 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 323092 ms: Scavenge 1037.5 (1075.7) -> 1028.8 (1078.7) MB, 4.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 323162 ms: Scavenge 1040.9 (1078.7) -> 1032.3 (1082.7) MB, 4.4 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 323230 ms: Scavenge 1044.3 (1082.7) -> 1035.7 (1085.7) MB, 4.3 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 323312 ms: Scavenge 1047.8 (1085.7) -> 1039.1 (1089.7) MB, 4.8 / 0.0 ms (average mu = 0.947, current mu = 0.934) allocation failure | |
[81445:0x103b26000] 323743 ms: Mark-sweep 1040.8 (1089.7) -> 734.2 (1063.2) MB, 25.2 / 13.8 ms (+ 393.9 ms in 502 steps since start of marking, biggest step 1.5 ms, walltime since start of marking 431 ms) (average mu = 0.947, current mu = 0.947) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 323870 ms: Scavenge 748.7 (1063.2) -> 737.4 (1063.2) MB, 3.2 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 323936 ms: Scavenge 748.7 (1063.2) -> 740.5 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324006 ms: Scavenge 752.8 (1063.2) -> 744.0 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324083 ms: Scavenge 756.1 (1063.2) -> 747.4 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324155 ms: Scavenge 759.5 (1063.2) -> 750.9 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324224 ms: Scavenge 763.0 (1063.2) -> 754.3 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324303 ms: Scavenge 766.4 (1063.2) -> 757.7 (1063.2) MB, 5.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324375 ms: Scavenge 769.8 (1063.2) -> 761.2 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324455 ms: Scavenge 773.3 (1063.2) -> 764.6 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324530 ms: Scavenge 776.7 (1063.2) -> 768.0 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324603 ms: Scavenge 780.1 (1063.2) -> 771.5 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324674 ms: Scavenge 783.6 (1063.2) -> 774.9 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324744 ms: Scavenge 787.0 (1063.2) -> 778.3 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324820 ms: Scavenge 790.4 (1063.2) -> 781.8 (1063.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324893 ms: Scavenge 793.9 (1063.2) -> 785.2 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 324970 ms: Scavenge 797.3 (1063.2) -> 788.6 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325046 ms: Scavenge 800.7 (1063.2) -> 792.1 (1063.2) MB, 4.1 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325121 ms: Scavenge 804.1 (1063.2) -> 795.5 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325192 ms: Scavenge 807.6 (1063.2) -> 798.9 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325268 ms: Scavenge 811.0 (1063.2) -> 802.4 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325345 ms: Scavenge 814.4 (1063.2) -> 805.8 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325421 ms: Scavenge 817.9 (1063.2) -> 809.2 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325493 ms: Scavenge 821.3 (1063.2) -> 812.7 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325584 ms: Scavenge 824.7 (1063.2) -> 816.1 (1063.2) MB, 4.4 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325677 ms: Scavenge 828.2 (1063.2) -> 819.5 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325748 ms: Scavenge 831.6 (1063.2) -> 823.0 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325827 ms: Scavenge 835.0 (1063.2) -> 826.4 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325902 ms: Scavenge 838.5 (1063.2) -> 829.8 (1063.2) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 325975 ms: Scavenge 841.9 (1063.2) -> 833.2 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326052 ms: Scavenge 845.3 (1063.2) -> 836.7 (1063.2) MB, 5.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326131 ms: Scavenge 848.8 (1063.2) -> 840.1 (1063.2) MB, 4.4 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326206 ms: Scavenge 852.2 (1063.2) -> 843.6 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326277 ms: Scavenge 855.6 (1063.2) -> 847.0 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326356 ms: Scavenge 859.1 (1063.2) -> 850.4 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326434 ms: Scavenge 862.5 (1063.2) -> 853.9 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326508 ms: Scavenge 865.9 (1063.2) -> 857.3 (1063.2) MB, 5.2 / 0.1 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326588 ms: Scavenge 869.4 (1063.2) -> 860.7 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326666 ms: Scavenge 872.8 (1063.2) -> 864.2 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326739 ms: Scavenge 876.2 (1063.2) -> 867.6 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326815 ms: Scavenge 879.7 (1063.2) -> 871.0 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326893 ms: Scavenge 883.1 (1063.2) -> 874.5 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 326969 ms: Scavenge 886.5 (1063.2) -> 877.9 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327047 ms: Scavenge 890.0 (1063.2) -> 881.3 (1063.2) MB, 5.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327125 ms: Scavenge 893.4 (1063.2) -> 884.7 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327199 ms: Scavenge 896.8 (1063.2) -> 888.2 (1063.2) MB, 4.1 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327274 ms: Scavenge 900.2 (1063.2) -> 891.6 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327350 ms: Scavenge 903.7 (1063.2) -> 895.0 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327424 ms: Scavenge 907.1 (1063.2) -> 898.5 (1063.2) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327499 ms: Scavenge 910.5 (1063.2) -> 901.9 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327576 ms: Scavenge 914.0 (1063.2) -> 905.3 (1063.2) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327653 ms: Scavenge 917.4 (1063.2) -> 908.7 (1063.2) MB, 5.3 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327732 ms: Scavenge 920.8 (1063.2) -> 912.2 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327808 ms: Scavenge 924.3 (1063.2) -> 915.6 (1063.2) MB, 4.2 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327885 ms: Scavenge 927.7 (1063.2) -> 919.1 (1063.2) MB, 4.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 327964 ms: Scavenge 931.1 (1063.2) -> 922.5 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328043 ms: Scavenge 934.6 (1063.2) -> 925.9 (1063.2) MB, 4.6 / 0.1 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328123 ms: Scavenge 938.0 (1063.2) -> 929.4 (1063.2) MB, 4.4 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328200 ms: Scavenge 941.4 (1063.2) -> 932.8 (1063.2) MB, 4.3 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328274 ms: Scavenge 944.9 (1063.2) -> 936.2 (1063.2) MB, 4.9 / 0.1 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328347 ms: Scavenge 948.3 (1063.2) -> 939.6 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328416 ms: Scavenge 951.7 (1063.2) -> 943.0 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328491 ms: Scavenge 955.1 (1063.2) -> 946.6 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328566 ms: Scavenge 958.6 (1063.2) -> 949.9 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328641 ms: Scavenge 962.0 (1063.2) -> 953.4 (1063.2) MB, 5.6 / 0.1 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328713 ms: Scavenge 965.4 (1063.2) -> 956.8 (1063.2) MB, 3.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328782 ms: Scavenge 968.9 (1063.2) -> 960.2 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328864 ms: Scavenge 972.3 (1063.2) -> 963.7 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 328936 ms: Scavenge 975.8 (1063.2) -> 967.1 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329006 ms: Scavenge 979.2 (1063.2) -> 970.6 (1063.2) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329081 ms: Scavenge 982.6 (1063.2) -> 973.9 (1063.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329152 ms: Scavenge 986.0 (1063.2) -> 977.4 (1063.2) MB, 3.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329221 ms: Scavenge 989.5 (1063.2) -> 980.8 (1063.2) MB, 5.2 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329298 ms: Scavenge 992.9 (1063.2) -> 984.3 (1063.2) MB, 6.5 / 0.1 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329372 ms: Scavenge 996.3 (1063.2) -> 987.7 (1063.2) MB, 3.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329446 ms: Scavenge 999.8 (1063.2) -> 991.1 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329515 ms: Scavenge 1003.2 (1063.2) -> 994.6 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329591 ms: Scavenge 1006.6 (1063.2) -> 998.0 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329664 ms: Scavenge 1010.1 (1063.2) -> 1001.4 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329733 ms: Scavenge 1013.5 (1063.2) -> 1004.9 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329810 ms: Scavenge 1016.9 (1063.2) -> 1008.3 (1063.2) MB, 4.0 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329884 ms: Scavenge 1020.4 (1063.2) -> 1011.8 (1063.2) MB, 3.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 329960 ms: Scavenge 1023.8 (1063.2) -> 1015.2 (1064.7) MB, 3.9 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330031 ms: Scavenge 1027.2 (1064.7) -> 1018.6 (1068.2) MB, 4.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330109 ms: Scavenge 1030.7 (1068.2) -> 1022.0 (1071.2) MB, 4.2 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330182 ms: Scavenge 1034.1 (1071.2) -> 1025.5 (1075.2) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330254 ms: Scavenge 1037.5 (1075.2) -> 1028.9 (1078.7) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330332 ms: Scavenge 1041.0 (1078.7) -> 1032.3 (1082.2) MB, 4.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330405 ms: Scavenge 1044.4 (1082.2) -> 1035.8 (1085.2) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330478 ms: Scavenge 1047.8 (1085.2) -> 1039.2 (1089.7) MB, 4.6 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330553 ms: Scavenge 1051.3 (1089.7) -> 1042.6 (1092.2) MB, 5.8 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330631 ms: Scavenge 1054.7 (1092.2) -> 1046.0 (1096.2) MB, 4.3 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330704 ms: Scavenge 1058.1 (1096.2) -> 1049.5 (1099.7) MB, 4.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330776 ms: Scavenge 1061.6 (1099.7) -> 1052.9 (1103.2) MB, 4.7 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 330852 ms: Scavenge 1065.0 (1103.2) -> 1056.3 (1106.7) MB, 4.5 / 0.0 ms (average mu = 0.947, current mu = 0.947) allocation failure | |
[81445:0x103b26000] 331302 ms: Mark-sweep 1058.0 (1106.7) -> 764.1 (1090.7) MB, 24.7 / 14.4 ms (+ 413.6 ms in 500 steps since start of marking, biggest step 1.6 ms, walltime since start of marking 450 ms) (average mu = 0.945, current mu = 0.942) finalize incremental marking via task GC in old space requested | |
[81445:0x103b26000] 331424 ms: Scavenge 778.5 (1090.7) -> 767.1 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331493 ms: Scavenge 778.5 (1090.7) -> 770.3 (1090.7) MB, 4.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331573 ms: Scavenge 782.6 (1090.7) -> 773.8 (1090.7) MB, 4.1 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331650 ms: Scavenge 785.8 (1090.7) -> 777.2 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331725 ms: Scavenge 789.3 (1090.7) -> 780.7 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331799 ms: Scavenge 792.8 (1090.7) -> 784.1 (1090.7) MB, 4.4 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331876 ms: Scavenge 796.2 (1090.7) -> 787.5 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 331951 ms: Scavenge 799.6 (1090.7) -> 791.0 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332024 ms: Scavenge 803.1 (1090.7) -> 794.4 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332105 ms: Scavenge 806.5 (1090.7) -> 797.8 (1090.7) MB, 4.1 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332181 ms: Scavenge 809.9 (1090.7) -> 801.3 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332257 ms: Scavenge 813.3 (1090.7) -> 804.7 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332334 ms: Scavenge 816.8 (1090.7) -> 808.2 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332412 ms: Scavenge 820.2 (1090.7) -> 811.5 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332489 ms: Scavenge 823.6 (1090.7) -> 815.0 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332581 ms: Scavenge 827.1 (1090.7) -> 818.5 (1090.7) MB, 4.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332664 ms: Scavenge 830.5 (1090.7) -> 821.8 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332738 ms: Scavenge 833.9 (1090.7) -> 825.3 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332815 ms: Scavenge 837.4 (1090.7) -> 828.8 (1090.7) MB, 4.1 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332894 ms: Scavenge 840.8 (1090.7) -> 832.2 (1090.7) MB, 4.0 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 332973 ms: Scavenge 844.2 (1090.7) -> 835.6 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333047 ms: Scavenge 847.7 (1090.7) -> 839.0 (1090.7) MB, 4.1 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333127 ms: Scavenge 851.1 (1090.7) -> 842.4 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333205 ms: Scavenge 854.5 (1090.7) -> 845.9 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333280 ms: Scavenge 858.0 (1090.7) -> 849.3 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333358 ms: Scavenge 861.4 (1090.7) -> 852.7 (1090.7) MB, 3.5 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333431 ms: Scavenge 864.8 (1090.7) -> 856.2 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333508 ms: Scavenge 868.3 (1090.7) -> 859.6 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333585 ms: Scavenge 871.7 (1090.7) -> 863.0 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333663 ms: Scavenge 875.1 (1090.7) -> 866.5 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333743 ms: Scavenge 878.6 (1090.7) -> 869.9 (1090.7) MB, 4.4 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333827 ms: Scavenge 882.0 (1090.7) -> 873.4 (1090.7) MB, 6.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333907 ms: Scavenge 885.4 (1090.7) -> 876.8 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 333996 ms: Scavenge 888.9 (1090.7) -> 880.2 (1090.7) MB, 5.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334078 ms: Scavenge 892.3 (1090.7) -> 883.7 (1090.7) MB, 4.1 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334160 ms: Scavenge 895.7 (1090.7) -> 887.1 (1090.7) MB, 5.2 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334238 ms: Scavenge 899.2 (1090.7) -> 890.5 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334312 ms: Scavenge 902.6 (1090.7) -> 893.9 (1090.7) MB, 6.0 / 0.1 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334392 ms: Scavenge 906.0 (1090.7) -> 897.4 (1090.7) MB, 4.1 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334474 ms: Scavenge 909.5 (1090.7) -> 900.8 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334549 ms: Scavenge 912.9 (1090.7) -> 904.2 (1090.7) MB, 4.5 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334625 ms: Scavenge 916.3 (1090.7) -> 907.7 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334698 ms: Scavenge 919.8 (1090.7) -> 911.2 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334772 ms: Scavenge 923.2 (1090.7) -> 914.5 (1090.7) MB, 5.0 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334849 ms: Scavenge 926.6 (1090.7) -> 918.0 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 334934 ms: Scavenge 930.1 (1090.7) -> 921.4 (1090.7) MB, 4.5 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335038 ms: Scavenge 933.5 (1090.7) -> 924.8 (1090.7) MB, 4.3 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335145 ms: Scavenge 936.9 (1090.7) -> 928.3 (1090.7) MB, 4.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335250 ms: Scavenge 940.4 (1090.7) -> 931.8 (1090.7) MB, 4.2 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335339 ms: Scavenge 943.8 (1090.7) -> 935.1 (1090.7) MB, 3.9 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335408 ms: Scavenge 947.2 (1090.7) -> 938.5 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335482 ms: Scavenge 950.6 (1090.7) -> 942.0 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335553 ms: Scavenge 954.1 (1090.7) -> 945.5 (1090.7) MB, 5.5 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335628 ms: Scavenge 957.5 (1090.7) -> 948.9 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335749 ms: Scavenge 961.0 (1090.7) -> 952.3 (1090.7) MB, 4.3 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335863 ms: Scavenge 964.4 (1090.7) -> 955.7 (1090.7) MB, 4.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 335947 ms: Scavenge 967.8 (1090.7) -> 959.2 (1090.7) MB, 3.6 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 336021 ms: Scavenge 971.3 (1090.7) -> 962.6 (1090.7) MB, 3.8 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 336097 ms: Scavenge 974.7 (1090.7) -> 966.1 (1090.7) MB, 6.2 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 336170 ms: Scavenge 978.1 (1090.7) -> 969.5 (1090.7) MB, 3.7 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 336239 ms: Scavenge 981.6 (1090.7) -> 972.9 (1091.2) MB, 4.3 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 336312 ms: Scavenge 985.0 (1091.2) -> 976.3 (1091.2) MB, 4.0 / 0.0 ms (average mu = 0.945, current mu = 0.942) allocation failure | |
[81445:0x103b26000] 336383 ms: Scavenge 988.4 (1091.2) -> 979.8 (1091.2) MB, 3.8 / 0.0 ms (average mu = 0.945, c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment