Created
May 17, 2016 12:09
-
-
Save papandreou/ef7543f1b79f7d8857c84d0632ec143c to your computer and use it in GitHub Desktop.
papandreou/shap-mem-usage, fiddleAround branch (@a53ac5ba) WITH JEMALLOC
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
$ make tests | |
docker-compose rm -f | |
No stopped containers | |
docker-compose build | |
Building test... | |
Step 0 : FROM centos:7.2.1511 | |
---> 83ee614b834e | |
Step 1 : RUN yum install -y epel-release && yum -y clean all | |
---> Using cache | |
---> e142b8b8c5c2 | |
Step 2 : RUN yum -y install autoconf automake curl gcc gcc-c++ make git glib2-devel gobject-introspection-devel gtk-doc ImageMagick-devel lcms2-devel libexif-devel libjpeg-turbo-devel libpng-devel libtiff-devel libtoolize libxml2-devel libwebp-devel orc-devel swig jemalloc && yum -y clean all | |
---> Using cache | |
---> 9c3074f77afb | |
Step 3 : ENV TARGET /usr/local | |
---> Using cache | |
---> ab62978e5776 | |
Step 4 : ENV VIPS_COMMIT 54d8e4808f5f2e83148c3bd7ab9ae80d1c45fda5 | |
---> Using cache | |
---> 2d0c582de494 | |
Step 5 : RUN mkdir /tmp/vips && cd /tmp && git clone https://github.com/jcupitt/libvips.git && cd /tmp/libvips && git checkout ${VIPS_COMMIT} && ./bootstrap.sh && ./configure --prefix=${TARGET} --enable-shared --disable-static --disable-dependency-tracking --disable-debug --disable-introspection --disable-pyvips8 --disable-gtk-doc --without-pangoft2 --without-matio --without-cfitsio --without-openslide --without-OpenEXR --without-gsf --without-python --without-fftw --with-magick --with-orc --with-lcms --with-libwebp --with-zip --with-tiff --with-png --with-jpeg --with-libexif && make install-strip && echo ${TARGET}/lib > /etc/ld.so.conf.d/vips.conf && ldconfig | |
---> Using cache | |
---> 062ccd75bc56 | |
Step 6 : ENV VERSION_NODE 5.5.0 | |
---> Using cache | |
---> 1af5af722fcc | |
Step 7 : RUN mkdir /node && curl -L https://nodejs.org/download/release/v${VERSION_NODE}/node-v${VERSION_NODE}-linux-x64.tar.gz | tar xzC /node --strip-components=1 | |
---> Using cache | |
---> 61547961c82f | |
Step 8 : ENV PATH /node/bin:$PATH | |
---> Using cache | |
---> 13e2994324c9 | |
Step 9 : WORKDIR /app | |
---> Using cache | |
---> f320929fa362 | |
Step 10 : ADD package.json /app/package.json | |
---> Using cache | |
---> 0ec6ca0473a7 | |
Step 11 : RUN npm install | |
---> Using cache | |
---> 07bb83c56d43 | |
Step 12 : ADD . /app | |
---> 25d9d8698dd1 | |
Removing intermediate container 2d99a3be9f0f | |
Step 13 : CMD LD_PRELOAD=/usr/lib64/libjemalloc.so.1 node --trace-gc test | |
---> Running in 6bb4fa8947ae | |
---> dcda5fe6b30b | |
Removing intermediate container 6bb4fa8947ae | |
Successfully built dcda5fe6b30b | |
docker-compose run --rm test | |
[1:0x7fcd13c3d000] 8 ms: Scavenge 2.3 (39.1) -> 2.3 (39.1) MB, 0.4 / 0 ms [allocation failure]. | |
[1:0x7fcd13c3d000] 10 ms: Scavenge 2.4 (40.1) -> 2.4 (40.1) MB, 0.4 / 0 ms [allocation failure]. | |
[1:0x7fcd13c3d000] 49 ms: Scavenge 4.1 (41.1) -> 3.7 (41.1) MB, 0.4 / 0 ms [allocation failure]. | |
[1:0x7fcd13c3d000] 78 ms: Scavenge 6.0 (41.1) -> 5.0 (42.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #1 { rss: 46821376, heapTotal: 10619424, heapUsed: 6646616 } | |
example before iteration #2 { rss: 64466944, heapTotal: 11651360, heapUsed: 7555480 } | |
example before iteration #3 { rss: 69332992, heapTotal: 11651360, heapUsed: 7624600 } | |
example before iteration #4 { rss: 75456512, heapTotal: 11651360, heapUsed: 7656352 } | |
example before iteration #5 { rss: 81039360, heapTotal: 11651360, heapUsed: 7675488 } | |
example before iteration #6 { rss: 84934656, heapTotal: 11651360, heapUsed: 7696160 } | |
example before iteration #7 { rss: 88551424, heapTotal: 11651360, heapUsed: 7715440 } | |
example before iteration #8 { rss: 91746304, heapTotal: 11651360, heapUsed: 7734848 } | |
example before iteration #9 { rss: 95379456, heapTotal: 11651360, heapUsed: 7754104 } | |
example before iteration #10 { rss: 100089856, heapTotal: 11651360, heapUsed: 7773360 } | |
example before iteration #11 { rss: 104271872, heapTotal: 11651360, heapUsed: 7792656 } | |
example before iteration #12 { rss: 108535808, heapTotal: 11651360, heapUsed: 7811920 } | |
example before iteration #13 { rss: 111931392, heapTotal: 11651360, heapUsed: 7834104 } | |
example before iteration #14 { rss: 115441664, heapTotal: 11651360, heapUsed: 7853368 } | |
example before iteration #15 { rss: 119664640, heapTotal: 11651360, heapUsed: 7872664 } | |
example before iteration #16 { rss: 123842560, heapTotal: 11651360, heapUsed: 7891928 } | |
example before iteration #17 { rss: 128094208, heapTotal: 11651360, heapUsed: 7911192 } | |
example before iteration #18 { rss: 132354048, heapTotal: 11651360, heapUsed: 7930488 } | |
example before iteration #19 { rss: 136638464, heapTotal: 11651360, heapUsed: 7951368 } | |
example before iteration #20 { rss: 140849152, heapTotal: 11651360, heapUsed: 7974256 } | |
example before iteration #21 { rss: 145395712, heapTotal: 11651360, heapUsed: 8018264 } | |
example before iteration #22 { rss: 151236608, heapTotal: 11651360, heapUsed: 8037560 } | |
example before iteration #23 { rss: 155533312, heapTotal: 11651360, heapUsed: 8060376 } | |
example before iteration #24 { rss: 159793152, heapTotal: 12671264, heapUsed: 8089040 } | |
example before iteration #25 { rss: 164147200, heapTotal: 12671264, heapUsed: 8122392 } | |
example before iteration #26 { rss: 168394752, heapTotal: 12671264, heapUsed: 8151472 } | |
example before iteration #27 { rss: 172589056, heapTotal: 12671264, heapUsed: 8171168 } | |
example before iteration #28 { rss: 176713728, heapTotal: 12671264, heapUsed: 8205584 } | |
[1:0x7fcd13c3d000] 19589 ms: Scavenge 7.8 (44.1) -> 6.7 (44.1) MB, 1.1 / 0 ms [allocation failure]. | |
example before iteration #29 { rss: 177242112, heapTotal: 9592096, heapUsed: 7067752 } | |
example before iteration #30 { rss: 181489664, heapTotal: 9592096, heapUsed: 7087080 } | |
example before iteration #31 { rss: 185610240, heapTotal: 9592096, heapUsed: 7112208 } | |
example before iteration #32 { rss: 189816832, heapTotal: 9592096, heapUsed: 7131472 } | |
example before iteration #33 { rss: 194142208, heapTotal: 9592096, heapUsed: 7150768 } | |
example before iteration #34 { rss: 198332416, heapTotal: 9592096, heapUsed: 7173448 } | |
example before iteration #35 { rss: 202493952, heapTotal: 9592096, heapUsed: 7192744 } | |
example before iteration #36 { rss: 206741504, heapTotal: 9592096, heapUsed: 7212008 } | |
example before iteration #37 { rss: 211021824, heapTotal: 9592096, heapUsed: 7231304 } | |
example before iteration #38 { rss: 215273472, heapTotal: 9592096, heapUsed: 7250600 } | |
example before iteration #39 { rss: 219549696, heapTotal: 9592096, heapUsed: 7271784 } | |
example before iteration #40 { rss: 223813632, heapTotal: 9592096, heapUsed: 7292344 } | |
example before iteration #41 { rss: 228143104, heapTotal: 9592096, heapUsed: 7313992 } | |
example before iteration #42 { rss: 232349696, heapTotal: 9592096, heapUsed: 7333288 } | |
example before iteration #43 { rss: 236613632, heapTotal: 9592096, heapUsed: 7352584 } | |
example before iteration #44 { rss: 240873472, heapTotal: 9592096, heapUsed: 7371880 } | |
example before iteration #45 { rss: 245108736, heapTotal: 9592096, heapUsed: 7399448 } | |
example before iteration #46 { rss: 249413632, heapTotal: 9592096, heapUsed: 7418648 } | |
example before iteration #47 { rss: 253673472, heapTotal: 9592096, heapUsed: 7445944 } | |
example before iteration #48 { rss: 257740800, heapTotal: 9592096, heapUsed: 7465144 } | |
example before iteration #49 { rss: 262070272, heapTotal: 9592096, heapUsed: 7484344 } | |
example before iteration #50 { rss: 266313728, heapTotal: 9592096, heapUsed: 7503544 } | |
example before iteration #51 { rss: 270589952, heapTotal: 9592096, heapUsed: 7522744 } | |
example before iteration #52 { rss: 274804736, heapTotal: 9592096, heapUsed: 7550616 } | |
example before iteration #53 { rss: 279089152, heapTotal: 9592096, heapUsed: 7575944 } | |
example before iteration #54 { rss: 283402240, heapTotal: 9592096, heapUsed: 7595144 } | |
example before iteration #55 { rss: 287682560, heapTotal: 9592096, heapUsed: 7614344 } | |
example before iteration #56 { rss: 291885056, heapTotal: 9592096, heapUsed: 7633544 } | |
[1:0x7fcd13c3d000] 40424 ms: Mark-sweep 7.3 (44.1) -> 6.0 (44.1) MB, 9.1 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #57 { rss: 180551680, heapTotal: 9592096, heapUsed: 6289664 } | |
example before iteration #58 { rss: 180600832, heapTotal: 9592096, heapUsed: 6323576 } | |
example before iteration #59 { rss: 184086528, heapTotal: 9592096, heapUsed: 6342872 } | |
example before iteration #60 { rss: 187645952, heapTotal: 9592096, heapUsed: 6362168 } | |
example before iteration #61 { rss: 192020480, heapTotal: 9592096, heapUsed: 6381464 } | |
example before iteration #62 { rss: 196407296, heapTotal: 9592096, heapUsed: 6400760 } | |
example before iteration #63 { rss: 200048640, heapTotal: 9592096, heapUsed: 6420056 } | |
example before iteration #64 { rss: 203767808, heapTotal: 9592096, heapUsed: 6455920 } | |
example before iteration #65 { rss: 207486976, heapTotal: 9592096, heapUsed: 6477088 } | |
example before iteration #66 { rss: 211136512, heapTotal: 9592096, heapUsed: 6497848 } | |
example before iteration #67 { rss: 214970368, heapTotal: 9592096, heapUsed: 6523376 } | |
example before iteration #68 { rss: 218628096, heapTotal: 9592096, heapUsed: 6543552 } | |
example before iteration #69 { rss: 222363648, heapTotal: 9592096, heapUsed: 6562832 } | |
example before iteration #70 { rss: 226070528, heapTotal: 9592096, heapUsed: 6582112 } | |
example before iteration #71 { rss: 229847040, heapTotal: 9592096, heapUsed: 6601392 } | |
example before iteration #72 { rss: 233508864, heapTotal: 9592096, heapUsed: 6620672 } | |
example before iteration #73 { rss: 237285376, heapTotal: 9592096, heapUsed: 6639952 } | |
example before iteration #74 { rss: 240992256, heapTotal: 9592096, heapUsed: 6659232 } | |
example before iteration #75 { rss: 244723712, heapTotal: 9592096, heapUsed: 6678512 } | |
example before iteration #76 { rss: 248381440, heapTotal: 9592096, heapUsed: 6697792 } | |
example before iteration #77 { rss: 252383232, heapTotal: 9592096, heapUsed: 6717072 } | |
example before iteration #78 { rss: 256090112, heapTotal: 9592096, heapUsed: 6736352 } | |
example before iteration #79 { rss: 259870720, heapTotal: 9592096, heapUsed: 6755632 } | |
example before iteration #80 { rss: 263655424, heapTotal: 9592096, heapUsed: 6783192 } | |
example before iteration #81 { rss: 267341824, heapTotal: 9592096, heapUsed: 6802408 } | |
example before iteration #82 { rss: 271048704, heapTotal: 9592096, heapUsed: 6821624 } | |
example before iteration #83 { rss: 274771968, heapTotal: 9592096, heapUsed: 6840840 } | |
[1:0x7fcd13c3d000] 60149 ms: Mark-sweep 6.5 (44.1) -> 6.0 (44.1) MB, 8.7 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #84 { rss: 162840576, heapTotal: 9592096, heapUsed: 6295608 } | |
example before iteration #85 { rss: 163004416, heapTotal: 9592096, heapUsed: 6326944 } | |
example before iteration #86 { rss: 166711296, heapTotal: 9592096, heapUsed: 6346160 } | |
example before iteration #87 { rss: 170250240, heapTotal: 9592096, heapUsed: 6384792 } | |
example before iteration #88 { rss: 173953024, heapTotal: 9592096, heapUsed: 6404008 } | |
example before iteration #89 { rss: 177729536, heapTotal: 9592096, heapUsed: 6423224 } | |
example before iteration #90 { rss: 181387264, heapTotal: 9592096, heapUsed: 6442440 } | |
example before iteration #91 { rss: 185167872, heapTotal: 9592096, heapUsed: 6461656 } | |
example before iteration #92 { rss: 188825600, heapTotal: 9592096, heapUsed: 6480872 } | |
example before iteration #93 { rss: 192557056, heapTotal: 9592096, heapUsed: 6500088 } | |
example before iteration #94 { rss: 196268032, heapTotal: 9592096, heapUsed: 6519304 } | |
example before iteration #95 { rss: 200044544, heapTotal: 9592096, heapUsed: 6538520 } | |
example before iteration #96 { rss: 203702272, heapTotal: 9592096, heapUsed: 6557736 } | |
example before iteration #97 { rss: 207753216, heapTotal: 9592096, heapUsed: 6576952 } | |
example before iteration #98 { rss: 211456000, heapTotal: 9592096, heapUsed: 6596168 } | |
example before iteration #99 { rss: 215134208, heapTotal: 9592096, heapUsed: 6615384 } | |
example before iteration #100 { rss: 218832896, heapTotal: 9592096, heapUsed: 6634864 } | |
example before iteration #101 { rss: 222715904, heapTotal: 9592096, heapUsed: 6657432 } | |
example before iteration #102 { rss: 226430976, heapTotal: 9592096, heapUsed: 6676552 } | |
example before iteration #103 { rss: 230154240, heapTotal: 9592096, heapUsed: 6695672 } | |
example before iteration #104 { rss: 233865216, heapTotal: 9592096, heapUsed: 6714792 } | |
example before iteration #105 { rss: 237694976, heapTotal: 9592096, heapUsed: 6737056 } | |
example before iteration #106 { rss: 241414144, heapTotal: 9592096, heapUsed: 6778280 } | |
example before iteration #107 { rss: 245104640, heapTotal: 9592096, heapUsed: 6797400 } | |
example before iteration #108 { rss: 248807424, heapTotal: 9592096, heapUsed: 6816520 } | |
example before iteration #109 { rss: 252538880, heapTotal: 9592096, heapUsed: 6835640 } | |
example before iteration #110 { rss: 256245760, heapTotal: 9592096, heapUsed: 6854760 } | |
[1:0x7fcd13c3d000] 79688 ms: Mark-sweep 6.5 (44.1) -> 6.0 (44.1) MB, 8.0 / 0 ms [external memory allocation limit reached.] [GC in old space requested]. | |
example before iteration #111 { rss: 157450240, heapTotal: 9592096, heapUsed: 6326472 } | |
example before iteration #112 { rss: 161095680, heapTotal: 9592096, heapUsed: 6357808 } | |
example before iteration #113 { rss: 164814848, heapTotal: 9592096, heapUsed: 6377024 } | |
example before iteration #114 { rss: 168521728, heapTotal: 9592096, heapUsed: 6396240 } | |
example before iteration #115 { rss: 172257280, heapTotal: 9592096, heapUsed: 6415456 } | |
example before iteration #116 { rss: 175910912, heapTotal: 9592096, heapUsed: 6434672 } | |
example before iteration #117 { rss: 179650560, heapTotal: 9592096, heapUsed: 6453888 } | |
example before iteration #118 { rss: 183361536, heapTotal: 9592096, heapUsed: 6473104 } | |
example before iteration #119 { rss: 187146240, heapTotal: 9592096, heapUsed: 6492320 } | |
example before iteration #120 { rss: 190803968, heapTotal: 9592096, heapUsed: 6511536 } | |
example before iteration #121 { rss: 194854912, heapTotal: 9592096, heapUsed: 6530752 } | |
example before iteration #122 { rss: 198561792, heapTotal: 9592096, heapUsed: 6549968 } | |
example before iteration #123 { rss: 202293248, heapTotal: 9592096, heapUsed: 6569184 } | |
example before iteration #124 { rss: 206024704, heapTotal: 9592096, heapUsed: 6593464 } | |
example before iteration #125 { rss: 209756160, heapTotal: 9592096, heapUsed: 6612664 } | |
example before iteration #126 { rss: 213463040, heapTotal: 9592096, heapUsed: 6631864 } | |
example before iteration #127 { rss: 217243648, heapTotal: 9592096, heapUsed: 6651064 } | |
example before iteration #128 { rss: 220901376, heapTotal: 9592096, heapUsed: 6670264 } | |
example before iteration #129 { rss: 224686080, heapTotal: 9592096, heapUsed: 6689464 } | |
example before iteration #130 { rss: 228548608, heapTotal: 9592096, heapUsed: 6727160 } | |
example before iteration #131 { rss: 232865792, heapTotal: 9592096, heapUsed: 6785144 } | |
[1:0x7fcd13c3d000] 95666 ms: Mark-sweep 6.7 (44.1) -> 5.6 (44.1) MB, 7.4 / 0 ms [allocation failure] [GC in old space requested]. | |
example before iteration #132 { rss: 236593152, heapTotal: 9592096, heapUsed: 6811448 } | |
example before iteration #133 { rss: 138727424, heapTotal: 10624032, heapUsed: 6076448 } | |
example before iteration #134 { rss: 142422016, heapTotal: 10624032, heapUsed: 6098192 } | |
example before iteration #135 { rss: 146116608, heapTotal: 10624032, heapUsed: 6117000 } | |
example before iteration #136 { rss: 149762048, heapTotal: 10624032, heapUsed: 6135808 } | |
example before iteration #137 { rss: 153542656, heapTotal: 10624032, heapUsed: 6154616 } | |
example before iteration #138 { rss: 157253632, heapTotal: 10624032, heapUsed: 6173424 } | |
example before iteration #139 { rss: 160976896, heapTotal: 10624032, heapUsed: 6192232 } | |
example before iteration #140 { rss: 164683776, heapTotal: 10624032, heapUsed: 6211040 } | |
example before iteration #141 { rss: 168361984, heapTotal: 10624032, heapUsed: 6229848 } | |
example before iteration #142 { rss: 172068864, heapTotal: 10624032, heapUsed: 6248656 } | |
example before iteration #143 { rss: 176115712, heapTotal: 10624032, heapUsed: 6267464 } | |
example before iteration #144 { rss: 179822592, heapTotal: 10624032, heapUsed: 6286272 } | |
example before iteration #145 { rss: 183545856, heapTotal: 10624032, heapUsed: 6305080 } | |
example before iteration #146 { rss: 187260928, heapTotal: 10624032, heapUsed: 6323888 } | |
example before iteration #147 { rss: 190943232, heapTotal: 10624032, heapUsed: 6342696 } | |
example before iteration #148 { rss: 194650112, heapTotal: 10624032, heapUsed: 6361504 } | |
example before iteration #149 { rss: 198373376, heapTotal: 10624032, heapUsed: 6380312 } | |
example before iteration #150 { rss: 202088448, heapTotal: 10624032, heapUsed: 6399120 } | |
example before iteration #151 { rss: 205869056, heapTotal: 10624032, heapUsed: 6417928 } | |
example before iteration #152 { rss: 209588224, heapTotal: 10624032, heapUsed: 6436736 } | |
example before iteration #153 { rss: 213868544, heapTotal: 10624032, heapUsed: 6455544 } | |
example before iteration #154 { rss: 217382912, heapTotal: 10624032, heapUsed: 6474352 } | |
example before iteration #155 { rss: 221032448, heapTotal: 10624032, heapUsed: 6493160 } | |
example before iteration #156 { rss: 224686080, heapTotal: 10624032, heapUsed: 6511968 } | |
example before iteration #157 { rss: 228474880, heapTotal: 10624032, heapUsed: 6530776 } | |
example before iteration #158 { rss: 232136704, heapTotal: 10624032, heapUsed: 6549584 } | |
example before iteration #159 { rss: 235851776, heapTotal: 10624032, heapUsed: 6568392 } | |
example before iteration #160 { rss: 239611904, heapTotal: 10624032, heapUsed: 6587200 } | |
example before iteration #161 { rss: 243339264, heapTotal: 10624032, heapUsed: 6606008 } | |
example before iteration #162 { rss: 247046144, heapTotal: 10624032, heapUsed: 6624816 } | |
example before iteration #163 { rss: 250785792, heapTotal: 10624032, heapUsed: 6643624 } | |
example before iteration #164 { rss: 254705664, heapTotal: 10624032, heapUsed: 6662432 } | |
example before iteration #165 { rss: 258437120, heapTotal: 10624032, heapUsed: 6681240 } | |
example before iteration #166 { rss: 262201344, heapTotal: 10624032, heapUsed: 6700048 } | |
example before iteration #167 { rss: 265875456, heapTotal: 10624032, heapUsed: 6718856 } | |
example before iteration #168 { rss: 269627392, heapTotal: 10624032, heapUsed: 6737664 } | |
example before iteration #169 { rss: 273367040, heapTotal: 10624032, heapUsed: 6756472 } | |
example before iteration #170 { rss: 277745664, heapTotal: 10624032, heapUsed: 6775280 } | |
example before iteration #171 { rss: 282107904, heapTotal: 10624032, heapUsed: 6794088 } | |
example before iteration #172 { rss: 286404608, heapTotal: 10624032, heapUsed: 6812896 } | |
example before iteration #173 { rss: 290635776, heapTotal: 10624032, heapUsed: 6831704 } | |
example before iteration #174 { rss: 295133184, heapTotal: 10624032, heapUsed: 6850512 } | |
example before iteration #175 { rss: 299413504, heapTotal: 10624032, heapUsed: 6869320 } | |
example before iteration #176 { rss: 303636480, heapTotal: 10624032, heapUsed: 6917896 } | |
example before iteration #177 { rss: 307904512, heapTotal: 10624032, heapUsed: 6936608 } | |
example before iteration #178 { rss: 312102912, heapTotal: 10624032, heapUsed: 6955320 } | |
example before iteration #179 { rss: 316387328, heapTotal: 10624032, heapUsed: 6974032 } | |
example before iteration #180 { rss: 320638976, heapTotal: 10624032, heapUsed: 6992744 } | |
example before iteration #181 { rss: 324947968, heapTotal: 10624032, heapUsed: 7011456 } | |
example before iteration #182 { rss: 329195520, heapTotal: 10624032, heapUsed: 7030168 } | |
example before iteration #183 { rss: 333418496, heapTotal: 10624032, heapUsed: 7048880 } | |
example before iteration #184 { rss: 337649664, heapTotal: 10624032, heapUsed: 7067592 } | |
[1:0x7fcd13c3d000] 134049 ms: Mark-sweep 6.8 (45.1) -> 5.7 (45.1) MB, 7.0 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #185 { rss: 341921792, heapTotal: 10624032, heapUsed: 7086304 } | |
example before iteration #186 { rss: 271441920, heapTotal: 10624032, heapUsed: 6019112 } | |
example before iteration #187 { rss: 271466496, heapTotal: 10624032, heapUsed: 6038672 } | |
example before iteration #188 { rss: 271306752, heapTotal: 10624032, heapUsed: 6057384 } | |
example before iteration #189 { rss: 274911232, heapTotal: 10624032, heapUsed: 6076096 } | |
example before iteration #190 { rss: 278478848, heapTotal: 10624032, heapUsed: 6094808 } | |
example before iteration #191 { rss: 282165248, heapTotal: 10624032, heapUsed: 6113520 } | |
example before iteration #192 { rss: 286605312, heapTotal: 10624032, heapUsed: 6132232 } | |
example before iteration #193 { rss: 291016704, heapTotal: 10624032, heapUsed: 6150944 } | |
example before iteration #194 { rss: 294584320, heapTotal: 10624032, heapUsed: 6169656 } | |
example before iteration #195 { rss: 298180608, heapTotal: 10624032, heapUsed: 6188368 } | |
example before iteration #196 { rss: 302235648, heapTotal: 10624032, heapUsed: 6216536 } | |
example before iteration #197 { rss: 305917952, heapTotal: 10624032, heapUsed: 6236288 } | |
example before iteration #198 { rss: 309710848, heapTotal: 10624032, heapUsed: 6258336 } | |
example before iteration #199 { rss: 313438208, heapTotal: 10624032, heapUsed: 6277608 } | |
example before iteration #200 { rss: 317145088, heapTotal: 10624032, heapUsed: 6296880 } | |
example before iteration #201 { rss: 320876544, heapTotal: 10624032, heapUsed: 6316152 } | |
example before iteration #202 { rss: 324521984, heapTotal: 10624032, heapUsed: 6335424 } | |
example before iteration #203 { rss: 328265728, heapTotal: 10624032, heapUsed: 6354696 } | |
example before iteration #204 { rss: 331956224, heapTotal: 10624032, heapUsed: 6373968 } | |
example before iteration #205 { rss: 335757312, heapTotal: 10624032, heapUsed: 6393240 } | |
example before iteration #206 { rss: 339456000, heapTotal: 10624032, heapUsed: 6412512 } | |
example before iteration #207 { rss: 343183360, heapTotal: 10624032, heapUsed: 6431784 } | |
example before iteration #208 { rss: 347152384, heapTotal: 10624032, heapUsed: 6451056 } | |
example before iteration #209 { rss: 351563776, heapTotal: 10624032, heapUsed: 6470328 } | |
example before iteration #210 { rss: 355950592, heapTotal: 10624032, heapUsed: 6489600 } | |
example before iteration #211 { rss: 360226816, heapTotal: 10624032, heapUsed: 6508872 } | |
example before iteration #212 { rss: 364482560, heapTotal: 10624032, heapUsed: 6528144 } | |
example before iteration #213 { rss: 368705536, heapTotal: 10624032, heapUsed: 6547416 } | |
example before iteration #214 { rss: 373002240, heapTotal: 10624032, heapUsed: 6566688 } | |
example before iteration #215 { rss: 377233408, heapTotal: 10624032, heapUsed: 6585960 } | |
example before iteration #216 { rss: 381534208, heapTotal: 10624032, heapUsed: 6605232 } | |
example before iteration #217 { rss: 385810432, heapTotal: 10624032, heapUsed: 6624504 } | |
example before iteration #218 { rss: 390033408, heapTotal: 10624032, heapUsed: 6643776 } | |
example before iteration #219 { rss: 394489856, heapTotal: 10624032, heapUsed: 6663048 } | |
example before iteration #220 { rss: 398790656, heapTotal: 10624032, heapUsed: 6682320 } | |
example before iteration #221 { rss: 403017728, heapTotal: 10624032, heapUsed: 6701592 } | |
example before iteration #222 { rss: 407322624, heapTotal: 10624032, heapUsed: 6720864 } | |
example before iteration #223 { rss: 411545600, heapTotal: 10624032, heapUsed: 6740136 } | |
example before iteration #224 { rss: 415850496, heapTotal: 10624032, heapUsed: 6759408 } | |
example before iteration #225 { rss: 420130816, heapTotal: 10624032, heapUsed: 6778680 } | |
example before iteration #226 { rss: 424337408, heapTotal: 10624032, heapUsed: 6797952 } | |
example before iteration #227 { rss: 428617728, heapTotal: 10624032, heapUsed: 6817224 } | |
example before iteration #228 { rss: 432869376, heapTotal: 10624032, heapUsed: 6836496 } | |
example before iteration #229 { rss: 437141504, heapTotal: 10624032, heapUsed: 6855768 } | |
example before iteration #230 { rss: 441446400, heapTotal: 10624032, heapUsed: 6875040 } | |
example before iteration #231 { rss: 445894656, heapTotal: 10624032, heapUsed: 6894312 } | |
example before iteration #232 { rss: 450191360, heapTotal: 10624032, heapUsed: 6913584 } | |
example before iteration #233 { rss: 454471680, heapTotal: 10624032, heapUsed: 6932856 } | |
example before iteration #234 { rss: 458719232, heapTotal: 10624032, heapUsed: 6952128 } | |
example before iteration #235 { rss: 462946304, heapTotal: 10624032, heapUsed: 6971400 } | |
example before iteration #236 { rss: 467251200, heapTotal: 10624032, heapUsed: 6990672 } | |
example before iteration #237 { rss: 471470080, heapTotal: 10624032, heapUsed: 7009944 } | |
example before iteration #238 { rss: 475770880, heapTotal: 10624032, heapUsed: 7029216 } | |
[1:0x7fcd13c3d000] 172434 ms: Mark-sweep 6.7 (45.1) -> 5.7 (45.1) MB, 11.4 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #239 { rss: 283840512, heapTotal: 10624032, heapUsed: 5981192 } | |
example before iteration #240 { rss: 283955200, heapTotal: 10624032, heapUsed: 6010192 } | |
example before iteration #241 { rss: 284151808, heapTotal: 10624032, heapUsed: 6040208 } | |
example before iteration #242 { rss: 284155904, heapTotal: 10624032, heapUsed: 6062208 } | |
example before iteration #243 { rss: 287698944, heapTotal: 10624032, heapUsed: 6082672 } | |
example before iteration #244 { rss: 291946496, heapTotal: 10624032, heapUsed: 6102600 } | |
example before iteration #245 { rss: 295677952, heapTotal: 10624032, heapUsed: 6122528 } | |
example before iteration #246 { rss: 299294720, heapTotal: 10624032, heapUsed: 6142456 } | |
example before iteration #247 { rss: 302977024, heapTotal: 10624032, heapUsed: 6162384 } | |
example before iteration #248 { rss: 306728960, heapTotal: 10624032, heapUsed: 6182312 } | |
example before iteration #249 { rss: 310460416, heapTotal: 10624032, heapUsed: 6202240 } | |
example before iteration #250 { rss: 314167296, heapTotal: 10624032, heapUsed: 6222168 } | |
example before iteration #251 { rss: 318111744, heapTotal: 10624032, heapUsed: 6242096 } | |
example before iteration #252 { rss: 321818624, heapTotal: 10624032, heapUsed: 6262024 } | |
example before iteration #253 { rss: 325550080, heapTotal: 10624032, heapUsed: 6281952 } | |
example before iteration #254 { rss: 329310208, heapTotal: 10624032, heapUsed: 6301880 } | |
example before iteration #255 { rss: 333033472, heapTotal: 10624032, heapUsed: 6321808 } | |
example before iteration #256 { rss: 336760832, heapTotal: 10624032, heapUsed: 6341736 } | |
example before iteration #257 { rss: 340484096, heapTotal: 10624032, heapUsed: 6361664 } | |
example before iteration #258 { rss: 344190976, heapTotal: 10624032, heapUsed: 6381592 } | |
example before iteration #259 { rss: 347926528, heapTotal: 10624032, heapUsed: 6401520 } | |
example before iteration #260 { rss: 351571968, heapTotal: 10624032, heapUsed: 6421448 } | |
example before iteration #261 { rss: 355639296, heapTotal: 10624032, heapUsed: 6441376 } | |
example before iteration #262 { rss: 359342080, heapTotal: 10624032, heapUsed: 6461304 } | |
example before iteration #263 { rss: 363028480, heapTotal: 10624032, heapUsed: 6481232 } | |
example before iteration #264 { rss: 366788608, heapTotal: 10624032, heapUsed: 6501160 } | |
example before iteration #265 { rss: 370515968, heapTotal: 10624032, heapUsed: 6521088 } | |
example before iteration #266 { rss: 374181888, heapTotal: 10624032, heapUsed: 6541016 } | |
example before iteration #267 { rss: 377905152, heapTotal: 10624032, heapUsed: 6560944 } | |
example before iteration #268 { rss: 381607936, heapTotal: 10624032, heapUsed: 6580872 } | |
example before iteration #269 { rss: 385339392, heapTotal: 10624032, heapUsed: 6600800 } | |
example before iteration #270 { rss: 389046272, heapTotal: 10624032, heapUsed: 6620728 } | |
example before iteration #271 { rss: 393048064, heapTotal: 10624032, heapUsed: 6640656 } | |
example before iteration #272 { rss: 396812288, heapTotal: 10624032, heapUsed: 6660584 } | |
example before iteration #273 { rss: 400535552, heapTotal: 10624032, heapUsed: 6680512 } | |
example before iteration #274 { rss: 404197376, heapTotal: 10624032, heapUsed: 6700440 } | |
example before iteration #275 { rss: 407928832, heapTotal: 10624032, heapUsed: 6720368 } | |
example before iteration #276 { rss: 411631616, heapTotal: 10624032, heapUsed: 6740296 } | |
example before iteration #277 { rss: 415363072, heapTotal: 10624032, heapUsed: 6760224 } | |
example before iteration #278 { rss: 419115008, heapTotal: 10624032, heapUsed: 6780152 } | |
example before iteration #279 { rss: 422850560, heapTotal: 10624032, heapUsed: 6800080 } | |
example before iteration #280 { rss: 426823680, heapTotal: 10624032, heapUsed: 6820008 } | |
example before iteration #281 { rss: 430551040, heapTotal: 10624032, heapUsed: 6839936 } | |
example before iteration #282 { rss: 434266112, heapTotal: 10624032, heapUsed: 6859864 } | |
example before iteration #283 { rss: 438009856, heapTotal: 10624032, heapUsed: 6882344 } | |
example before iteration #284 { rss: 441786368, heapTotal: 10624032, heapUsed: 6904904 } | |
example before iteration #285 { rss: 445464576, heapTotal: 10624032, heapUsed: 6924736 } | |
example before iteration #286 { rss: 449216512, heapTotal: 10624032, heapUsed: 6944568 } | |
example before iteration #287 { rss: 452902912, heapTotal: 10624032, heapUsed: 6964400 } | |
example before iteration #288 { rss: 456613888, heapTotal: 10624032, heapUsed: 6984232 } | |
example before iteration #289 { rss: 460394496, heapTotal: 10624032, heapUsed: 7004064 } | |
[1:0x7fcd13c3d000] 209874 ms: Mark-sweep 6.7 (45.1) -> 5.7 (45.1) MB, 11.7 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #290 { rss: 464109568, heapTotal: 10624032, heapUsed: 7023896 } | |
example before iteration #291 { rss: 259178496, heapTotal: 10624032, heapUsed: 6010392 } | |
example before iteration #292 { rss: 259440640, heapTotal: 10624032, heapUsed: 6031168 } | |
example before iteration #293 { rss: 259526656, heapTotal: 10624032, heapUsed: 6051096 } | |
example before iteration #294 { rss: 259469312, heapTotal: 10624032, heapUsed: 6071024 } | |
example before iteration #295 { rss: 263102464, heapTotal: 10624032, heapUsed: 6090952 } | |
example before iteration #296 { rss: 266678272, heapTotal: 10624032, heapUsed: 6110880 } | |
example before iteration #297 { rss: 270409728, heapTotal: 10624032, heapUsed: 6130808 } | |
example before iteration #298 { rss: 274128896, heapTotal: 10624032, heapUsed: 6150736 } | |
example before iteration #299 { rss: 277860352, heapTotal: 10624032, heapUsed: 6170664 } | |
example before iteration #300 { rss: 281509888, heapTotal: 10624032, heapUsed: 6190592 } | |
example before iteration #301 { rss: 285245440, heapTotal: 10624032, heapUsed: 6210520 } | |
example before iteration #302 { rss: 289267712, heapTotal: 10624032, heapUsed: 6230448 } | |
example before iteration #303 { rss: 292954112, heapTotal: 10624032, heapUsed: 6250376 } | |
example before iteration #304 { rss: 296706048, heapTotal: 10624032, heapUsed: 6270304 } | |
example before iteration #305 { rss: 300437504, heapTotal: 10624032, heapUsed: 6290232 } | |
example before iteration #306 { rss: 304148480, heapTotal: 10624032, heapUsed: 6310160 } | |
example before iteration #307 { rss: 307879936, heapTotal: 10624032, heapUsed: 6330088 } | |
example before iteration #308 { rss: 311586816, heapTotal: 10624032, heapUsed: 6350016 } | |
example before iteration #309 { rss: 315269120, heapTotal: 10624032, heapUsed: 6369944 } | |
example before iteration #310 { rss: 319016960, heapTotal: 10624032, heapUsed: 6389872 } | |
example before iteration #311 { rss: 322973696, heapTotal: 10624032, heapUsed: 6409800 } | |
example before iteration #312 { rss: 326721536, heapTotal: 10624032, heapUsed: 6429728 } | |
example before iteration #313 { rss: 330457088, heapTotal: 10624032, heapUsed: 6449656 } | |
example before iteration #314 { rss: 334163968, heapTotal: 10624032, heapUsed: 6469616 } | |
example before iteration #315 { rss: 337846272, heapTotal: 10624032, heapUsed: 6489544 } | |
example before iteration #316 { rss: 341549056, heapTotal: 10624032, heapUsed: 6509472 } | |
example before iteration #317 { rss: 345321472, heapTotal: 10624032, heapUsed: 6529400 } | |
example before iteration #318 { rss: 349007872, heapTotal: 10624032, heapUsed: 6549328 } | |
example before iteration #319 { rss: 352677888, heapTotal: 10624032, heapUsed: 6569256 } | |
example before iteration #320 { rss: 356438016, heapTotal: 10624032, heapUsed: 6589184 } | |
example before iteration #321 { rss: 360439808, heapTotal: 10624032, heapUsed: 6609112 } | |
example before iteration #322 { rss: 364150784, heapTotal: 10624032, heapUsed: 6629040 } | |
example before iteration #323 { rss: 367833088, heapTotal: 10624032, heapUsed: 6648968 } | |
example before iteration #324 { rss: 371593216, heapTotal: 10624032, heapUsed: 6668896 } | |
example before iteration #325 { rss: 375316480, heapTotal: 10624032, heapUsed: 6688824 } | |
example before iteration #326 { rss: 379027456, heapTotal: 10624032, heapUsed: 6708752 } | |
example before iteration #327 { rss: 382750720, heapTotal: 10624032, heapUsed: 6728680 } | |
example before iteration #328 { rss: 386461696, heapTotal: 10624032, heapUsed: 6748608 } | |
example before iteration #329 { rss: 390553600, heapTotal: 10624032, heapUsed: 6779568 } | |
example before iteration #330 { rss: 394272768, heapTotal: 10624032, heapUsed: 6799208 } | |
example before iteration #331 { rss: 398004224, heapTotal: 10624032, heapUsed: 6818848 } | |
example before iteration #332 { rss: 401661952, heapTotal: 10624032, heapUsed: 6838488 } | |
example before iteration #333 { rss: 405397504, heapTotal: 10624032, heapUsed: 6858128 } | |
example before iteration #334 { rss: 409153536, heapTotal: 10624032, heapUsed: 6877768 } | |
example before iteration #335 { rss: 412835840, heapTotal: 10624032, heapUsed: 6897408 } | |
example before iteration #336 { rss: 416595968, heapTotal: 10624032, heapUsed: 6917048 } | |
example before iteration #337 { rss: 420327424, heapTotal: 10624032, heapUsed: 6936688 } | |
example before iteration #338 { rss: 424038400, heapTotal: 10624032, heapUsed: 6956328 } | |
example before iteration #339 { rss: 427991040, heapTotal: 10624032, heapUsed: 6975968 } | |
example before iteration #340 { rss: 431747072, heapTotal: 10624032, heapUsed: 6995608 } | |
example before iteration #341 { rss: 435429376, heapTotal: 10624032, heapUsed: 7015248 } | |
[1:0x7fcd13c3d000] 246588 ms: Mark-sweep 6.7 (45.1) -> 5.7 (44.1) MB, 12.9 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #342 { rss: 257863680, heapTotal: 9604128, heapUsed: 5992600 } | |
example before iteration #343 { rss: 258097152, heapTotal: 9604128, heapUsed: 6023880 } | |
example before iteration #344 { rss: 258355200, heapTotal: 9604128, heapUsed: 6043512 } | |
example before iteration #345 { rss: 258449408, heapTotal: 9604128, heapUsed: 6063144 } | |
example before iteration #346 { rss: 261963776, heapTotal: 9604128, heapUsed: 6082776 } | |
example before iteration #347 { rss: 265555968, heapTotal: 9604128, heapUsed: 6102408 } | |
example before iteration #348 { rss: 269307904, heapTotal: 9604128, heapUsed: 6122040 } | |
example before iteration #349 { rss: 273031168, heapTotal: 9604128, heapUsed: 6141672 } | |
example before iteration #350 { rss: 276729856, heapTotal: 9604128, heapUsed: 6161304 } | |
example before iteration #351 { rss: 280420352, heapTotal: 9604128, heapUsed: 6180936 } | |
example before iteration #352 { rss: 284172288, heapTotal: 9604128, heapUsed: 6200568 } | |
example before iteration #353 { rss: 288178176, heapTotal: 9604128, heapUsed: 6220200 } | |
example before iteration #354 { rss: 291885056, heapTotal: 9604128, heapUsed: 6239832 } | |
example before iteration #355 { rss: 295563264, heapTotal: 9604128, heapUsed: 6259464 } | |
example before iteration #356 { rss: 299315200, heapTotal: 9604128, heapUsed: 6279400 } | |
example before iteration #357 { rss: 303095808, heapTotal: 9604128, heapUsed: 6299832 } | |
example before iteration #358 { rss: 306860032, heapTotal: 9604128, heapUsed: 6319464 } | |
example before iteration #359 { rss: 310583296, heapTotal: 9604128, heapUsed: 6339096 } | |
example before iteration #360 { rss: 314290176, heapTotal: 9604128, heapUsed: 6358728 } | |
example before iteration #361 { rss: 318021632, heapTotal: 9604128, heapUsed: 6378360 } | |
example before iteration #362 { rss: 321724416, heapTotal: 9604128, heapUsed: 6397992 } | |
example before iteration #363 { rss: 325410816, heapTotal: 9604128, heapUsed: 6417624 } | |
example before iteration #364 { rss: 329637888, heapTotal: 9604128, heapUsed: 6447336 } | |
example before iteration #365 { rss: 333312000, heapTotal: 9604128, heapUsed: 6466984 } | |
example before iteration #366 { rss: 337072128, heapTotal: 9604128, heapUsed: 6486632 } | |
example before iteration #367 { rss: 340750336, heapTotal: 9604128, heapUsed: 6506280 } | |
example before iteration #368 { rss: 344506368, heapTotal: 9604128, heapUsed: 6525928 } | |
example before iteration #369 { rss: 348241920, heapTotal: 9604128, heapUsed: 6545576 } | |
example before iteration #370 { rss: 351899648, heapTotal: 9604128, heapUsed: 6565224 } | |
example before iteration #371 { rss: 355635200, heapTotal: 9604128, heapUsed: 6584872 } | |
example before iteration #372 { rss: 359342080, heapTotal: 9604128, heapUsed: 6605648 } | |
example before iteration #373 { rss: 363364352, heapTotal: 9604128, heapUsed: 6626936 } | |
example before iteration #374 { rss: 367071232, heapTotal: 9604128, heapUsed: 6646584 } | |
example before iteration #375 { rss: 370802688, heapTotal: 9604128, heapUsed: 6666232 } | |
example before iteration #376 { rss: 374460416, heapTotal: 9604128, heapUsed: 6685880 } | |
example before iteration #377 { rss: 378351616, heapTotal: 9604128, heapUsed: 6707208 } | |
example before iteration #378 { rss: 382054400, heapTotal: 9604128, heapUsed: 6727632 } | |
example before iteration #379 { rss: 385736704, heapTotal: 9604128, heapUsed: 6747184 } | |
example before iteration #380 { rss: 389500928, heapTotal: 9604128, heapUsed: 6766736 } | |
example before iteration #381 { rss: 393224192, heapTotal: 9604128, heapUsed: 6786288 } | |
example before iteration #382 { rss: 396926976, heapTotal: 9604128, heapUsed: 6805840 } | |
example before iteration #383 { rss: 400613376, heapTotal: 9604128, heapUsed: 6825392 } | |
example before iteration #384 { rss: 404365312, heapTotal: 9604128, heapUsed: 6844944 } | |
example before iteration #385 { rss: 408309760, heapTotal: 9604128, heapUsed: 6881152 } | |
example before iteration #386 { rss: 412012544, heapTotal: 9604128, heapUsed: 6901128 } | |
example before iteration #387 { rss: 415694848, heapTotal: 9604128, heapUsed: 6920648 } | |
example before iteration #388 { rss: 419442688, heapTotal: 9604128, heapUsed: 6940168 } | |
example before iteration #389 { rss: 423182336, heapTotal: 9604128, heapUsed: 6959688 } | |
example before iteration #390 { rss: 426881024, heapTotal: 9604128, heapUsed: 6979208 } | |
example before iteration #391 { rss: 430612480, heapTotal: 9604128, heapUsed: 6998728 } | |
example before iteration #392 { rss: 434319360, heapTotal: 9604128, heapUsed: 7018248 } | |
example before iteration #393 { rss: 438632448, heapTotal: 9604128, heapUsed: 7091792 } | |
[1:0x7fcd13c3d000] 283903 ms: Mark-sweep 6.8 (44.1) -> 5.8 (44.1) MB, 11.2 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #394 { rss: 257925120, heapTotal: 9604128, heapUsed: 6051768 } | |
example before iteration #395 { rss: 258883584, heapTotal: 9604128, heapUsed: 6170360 } | |
example before iteration #396 { rss: 259088384, heapTotal: 9604128, heapUsed: 6191728 } | |
example before iteration #397 { rss: 259182592, heapTotal: 9604128, heapUsed: 6210504 } | |
example before iteration #398 { rss: 262803456, heapTotal: 9604128, heapUsed: 6229280 } | |
example before iteration #399 { rss: 266342400, heapTotal: 9604128, heapUsed: 6248056 } | |
example before iteration #400 { rss: 270102528, heapTotal: 9604128, heapUsed: 6266832 } | |
example before iteration #401 { rss: 273833984, heapTotal: 9604128, heapUsed: 6285608 } | |
example before iteration #402 { rss: 277540864, heapTotal: 9604128, heapUsed: 6304384 } | |
example before iteration #403 { rss: 281223168, heapTotal: 9604128, heapUsed: 6323160 } | |
example before iteration #404 { rss: 284930048, heapTotal: 9604128, heapUsed: 6341936 } | |
example before iteration #405 { rss: 288665600, heapTotal: 9604128, heapUsed: 6360712 } | |
example before iteration #406 { rss: 292691968, heapTotal: 9604128, heapUsed: 6379488 } | |
example before iteration #407 { rss: 296374272, heapTotal: 9604128, heapUsed: 6398264 } | |
example before iteration #408 { rss: 300134400, heapTotal: 9604128, heapUsed: 6417040 } | |
example before iteration #409 { rss: 303865856, heapTotal: 9604128, heapUsed: 6435816 } | |
example before iteration #410 { rss: 307576832, heapTotal: 9604128, heapUsed: 6454592 } | |
example before iteration #411 { rss: 311320576, heapTotal: 9604128, heapUsed: 6473368 } | |
example before iteration #412 { rss: 314970112, heapTotal: 9604128, heapUsed: 6492144 } | |
example before iteration #413 { rss: 318750720, heapTotal: 9604128, heapUsed: 6510920 } | |
example before iteration #414 { rss: 322457600, heapTotal: 9604128, heapUsed: 6529696 } | |
example before iteration #415 { rss: 326434816, heapTotal: 9604128, heapUsed: 6550344 } | |
example before iteration #416 { rss: 330141696, heapTotal: 9604128, heapUsed: 6569120 } | |
example before iteration #417 { rss: 333873152, heapTotal: 9604128, heapUsed: 6587896 } | |
example before iteration #418 { rss: 337580032, heapTotal: 9604128, heapUsed: 6606672 } | |
example before iteration #419 { rss: 341262336, heapTotal: 9604128, heapUsed: 6625448 } | |
example before iteration #420 { rss: 344965120, heapTotal: 9604128, heapUsed: 6644224 } | |
example before iteration #421 { rss: 348692480, heapTotal: 9604128, heapUsed: 6663000 } | |
example before iteration #422 { rss: 352452608, heapTotal: 9604128, heapUsed: 6681776 } | |
example before iteration #423 { rss: 356175872, heapTotal: 9604128, heapUsed: 6700552 } | |
example before iteration #424 { rss: 359882752, heapTotal: 9604128, heapUsed: 6719328 } | |
example before iteration #425 { rss: 363614208, heapTotal: 9604128, heapUsed: 6738104 } | |
example before iteration #426 { rss: 367583232, heapTotal: 9604128, heapUsed: 6756880 } | |
example before iteration #427 { rss: 371265536, heapTotal: 9604128, heapUsed: 6775656 } | |
example before iteration #428 { rss: 374968320, heapTotal: 9604128, heapUsed: 6794432 } | |
example before iteration #429 { rss: 378699776, heapTotal: 9604128, heapUsed: 6813208 } | |
example before iteration #430 { rss: 382451712, heapTotal: 9604128, heapUsed: 6831984 } | |
example before iteration #431 { rss: 386142208, heapTotal: 9604128, heapUsed: 6850760 } | |
example before iteration #432 { rss: 389828608, heapTotal: 9604128, heapUsed: 6869536 } | |
example before iteration #433 { rss: 393555968, heapTotal: 9604128, heapUsed: 6888312 } | |
example before iteration #434 { rss: 397262848, heapTotal: 9604128, heapUsed: 6907088 } | |
example before iteration #435 { rss: 401219584, heapTotal: 9604128, heapUsed: 6925864 } | |
example before iteration #436 { rss: 404926464, heapTotal: 9604128, heapUsed: 6944640 } | |
example before iteration #437 { rss: 408711168, heapTotal: 9604128, heapUsed: 6963416 } | |
example before iteration #438 { rss: 412422144, heapTotal: 9604128, heapUsed: 6984880 } | |
example before iteration #439 { rss: 416149504, heapTotal: 9604128, heapUsed: 7003560 } | |
example before iteration #440 { rss: 419913728, heapTotal: 9604128, heapUsed: 7022240 } | |
example before iteration #441 { rss: 423657472, heapTotal: 9604128, heapUsed: 7040920 } | |
example before iteration #442 { rss: 427311104, heapTotal: 9604128, heapUsed: 7059600 } | |
example before iteration #443 { rss: 431042560, heapTotal: 9604128, heapUsed: 7078280 } | |
example before iteration #444 { rss: 434749440, heapTotal: 9604128, heapUsed: 7096960 } | |
example before iteration #445 { rss: 438476800, heapTotal: 9604128, heapUsed: 7115640 } | |
example before iteration #446 { rss: 442241024, heapTotal: 9604128, heapUsed: 7134320 } | |
example before iteration #447 { rss: 445919232, heapTotal: 9604128, heapUsed: 7153000 } | |
[1:0x7fcd13c3d000] 322594 ms: Mark-sweep 6.8 (44.1) -> 5.8 (44.1) MB, 11.7 / 0 ms [allocation failure] [promotion limit reached]. | |
example before iteration #448 { rss: 257896448, heapTotal: 9604128, heapUsed: 6115808 } | |
example before iteration #449 { rss: 258129920, heapTotal: 9604128, heapUsed: 6140528 } | |
example before iteration #450 { rss: 261640192, heapTotal: 9604128, heapUsed: 6159304 } | |
example before iteration #451 { rss: 265195520, heapTotal: 9604128, heapUsed: 6178080 } | |
example before iteration #452 { rss: 268959744, heapTotal: 9604128, heapUsed: 6196856 } | |
example before iteration #453 { rss: 272633856, heapTotal: 9604128, heapUsed: 6215632 } | |
example before iteration #454 { rss: 276389888, heapTotal: 9604128, heapUsed: 6234408 } | |
example before iteration #455 { rss: 280129536, heapTotal: 9604128, heapUsed: 6253184 } | |
example before iteration #456 { rss: 283828224, heapTotal: 9604128, heapUsed: 6271960 } | |
example before iteration #457 { rss: 287555584, heapTotal: 9604128, heapUsed: 6290736 } | |
example before iteration #458 { rss: 291209216, heapTotal: 9604128, heapUsed: 6309512 } | |
example before iteration #459 { rss: 295206912, heapTotal: 9604128, heapUsed: 6328288 } | |
example before iteration #460 { rss: 298917888, heapTotal: 9604128, heapUsed: 6347064 } | |
example before iteration #461 { rss: 302641152, heapTotal: 9604128, heapUsed: 6365840 } | |
example before iteration #462 { rss: 306348032, heapTotal: 9604128, heapUsed: 6384616 } | |
example before iteration #463 { rss: 310124544, heapTotal: 9604128, heapUsed: 6403392 } | |
example before iteration #464 { rss: 313827328, heapTotal: 9604128, heapUsed: 6422168 } | |
example before iteration #465 { rss: 317558784, heapTotal: 9604128, heapUsed: 6440944 } | |
example before iteration #466 { rss: 321212416, heapTotal: 9604128, heapUsed: 6459720 } | |
example before iteration #467 { rss: 324952064, heapTotal: 9604128, heapUsed: 6478496 } | |
example before iteration #468 { rss: 328658944, heapTotal: 9604128, heapUsed: 6497272 } | |
example before iteration #469 { rss: 332648448, heapTotal: 9604128, heapUsed: 6516048 } | |
example before iteration #470 { rss: 336420864, heapTotal: 9604128, heapUsed: 6534824 } | |
example before iteration #471 { rss: 340103168, heapTotal: 9604128, heapUsed: 6553600 } | |
example before iteration #472 { rss: 343859200, heapTotal: 9604128, heapUsed: 6572376 } | |
example before iteration #473 { rss: 347594752, heapTotal: 9604128, heapUsed: 6591152 } | |
example before iteration #474 { rss: 351301632, heapTotal: 9604128, heapUsed: 6609928 } | |
example before iteration #475 { rss: 355028992, heapTotal: 9604128, heapUsed: 6628704 } | |
example before iteration #476 { rss: 358739968, heapTotal: 9604128, heapUsed: 6647480 } | |
example before iteration #477 { rss: 362426368, heapTotal: 9604128, heapUsed: 6666256 } | |
example before iteration #478 { rss: 366182400, heapTotal: 9604128, heapUsed: 6685032 } | |
example before iteration #479 { rss: 370135040, heapTotal: 9604128, heapUsed: 6703808 } | |
example before iteration #480 { rss: 373891072, heapTotal: 9604128, heapUsed: 6722584 } | |
example before iteration #481 { rss: 377622528, heapTotal: 9604128, heapUsed: 6741360 } | |
example before iteration #482 { rss: 381329408, heapTotal: 9604128, heapUsed: 6760136 } | |
example before iteration #483 { rss: 385011712, heapTotal: 9604128, heapUsed: 6778912 } | |
example before iteration #484 { rss: 388722688, heapTotal: 9604128, heapUsed: 6797688 } | |
example before iteration #485 { rss: 392454144, heapTotal: 9604128, heapUsed: 6816464 } | |
example before iteration #486 { rss: 396161024, heapTotal: 9604128, heapUsed: 6835240 } | |
example before iteration #487 { rss: 399949824, heapTotal: 9604128, heapUsed: 6854016 } | |
example before iteration #488 { rss: 403648512, heapTotal: 9604128, heapUsed: 6872792 } | |
example before iteration #489 { rss: 407650304, heapTotal: 9604128, heapUsed: 6891568 } | |
example before iteration #490 { rss: 411303936, heapTotal: 9604128, heapUsed: 6910344 } | |
example before iteration #491 { rss: 415043584, heapTotal: 9604128, heapUsed: 6929120 } | |
example before iteration #492 { rss: 418742272, heapTotal: 9604128, heapUsed: 6947896 } | |
example before iteration #493 { rss: 422477824, heapTotal: 9604128, heapUsed: 6966672 } | |
example before iteration #494 { rss: 426229760, heapTotal: 9604128, heapUsed: 6985448 } | |
example before iteration #495 { rss: 429907968, heapTotal: 9604128, heapUsed: 7004224 } | |
example before iteration #496 { rss: 433664000, heapTotal: 9604128, heapUsed: 7023000 } | |
example before iteration #497 { rss: 437391360, heapTotal: 9604128, heapUsed: 7041776 } | |
example before iteration #498 { rss: 441102336, heapTotal: 9604128, heapUsed: 7060552 } | |
example before iteration #499 { rss: 445100032, heapTotal: 9604128, heapUsed: 7079328 } | |
example before iteration #500 { rss: 448753664, heapTotal: 9604128, heapUsed: 7098104 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment