Created
May 17, 2016 12:18
-
-
Save papandreou/b71e0f336bf709e743c0889a3db96cb6 to your computer and use it in GitHub Desktop.
papandreou/shap-mem-usage, fiddleAround branch (@e01e4c3c) WITH FILE BASED INPUT AND 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
[fiddleAround e01e4c3] Use file-based input. | |
1 file changed, 6 insertions(+), 11 deletions(-) | |
[sharp-mem-usage]$ 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 | |
---> aff8f9a60e15 | |
Removing intermediate container 8e3ab8150313 | |
Step 13 : CMD LD_PRELOAD=/usr/lib64/libjemalloc.so.1 node --trace-gc test | |
---> Running in 99cb565a01f0 | |
---> 30c85b110ad7 | |
Removing intermediate container 99cb565a01f0 | |
Successfully built 30c85b110ad7 | |
docker-compose run --rm test | |
[1:0x7fa9d943d000] 9 ms: Scavenge 2.3 (39.1) -> 2.3 (39.1) MB, 0.6 / 0 ms [allocation failure]. | |
[1:0x7fa9d943d000] 12 ms: Scavenge 2.4 (40.1) -> 2.4 (40.1) MB, 0.5 / 0 ms [allocation failure]. | |
[1:0x7fa9d943d000] 48 ms: Scavenge 4.1 (41.1) -> 3.7 (41.1) MB, 0.6 / 0 ms [allocation failure]. | |
[1:0x7fa9d943d000] 77 ms: Scavenge 6.0 (41.1) -> 5.0 (42.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #1 { rss: 46964736, heapTotal: 10619424, heapUsed: 6649680 } | |
example before iteration #2 { rss: 62050304, heapTotal: 11651360, heapUsed: 7534688 } | |
example before iteration #3 { rss: 62816256, heapTotal: 11651360, heapUsed: 7589976 } | |
example before iteration #4 { rss: 64323584, heapTotal: 11651360, heapUsed: 7619832 } | |
example before iteration #5 { rss: 65703936, heapTotal: 11651360, heapUsed: 7637072 } | |
example before iteration #6 { rss: 65400832, heapTotal: 11651360, heapUsed: 7655848 } | |
example before iteration #7 { rss: 64970752, heapTotal: 11651360, heapUsed: 7673232 } | |
example before iteration #8 { rss: 63852544, heapTotal: 11651360, heapUsed: 7690744 } | |
example before iteration #9 { rss: 62959616, heapTotal: 11651360, heapUsed: 7708248 } | |
example before iteration #10 { rss: 62853120, heapTotal: 11651360, heapUsed: 7725752 } | |
example before iteration #11 { rss: 62066688, heapTotal: 11651360, heapUsed: 7743288 } | |
example before iteration #12 { rss: 62132224, heapTotal: 11651360, heapUsed: 7760792 } | |
example before iteration #13 { rss: 62128128, heapTotal: 11651360, heapUsed: 7778328 } | |
example before iteration #14 { rss: 62132224, heapTotal: 11651360, heapUsed: 7795832 } | |
example before iteration #15 { rss: 62058496, heapTotal: 11651360, heapUsed: 7813336 } | |
example before iteration #16 { rss: 62091264, heapTotal: 11651360, heapUsed: 7830840 } | |
example before iteration #17 { rss: 62169088, heapTotal: 11651360, heapUsed: 7848344 } | |
example before iteration #18 { rss: 61497344, heapTotal: 11651360, heapUsed: 7865880 } | |
example before iteration #19 { rss: 61538304, heapTotal: 11651360, heapUsed: 7885000 } | |
example before iteration #20 { rss: 61661184, heapTotal: 11651360, heapUsed: 7906128 } | |
example before iteration #21 { rss: 61927424, heapTotal: 11651360, heapUsed: 7930816 } | |
example before iteration #22 { rss: 61943808, heapTotal: 11651360, heapUsed: 7950056 } | |
example before iteration #23 { rss: 62038016, heapTotal: 11651360, heapUsed: 7971112 } | |
example before iteration #24 { rss: 62115840, heapTotal: 11651360, heapUsed: 7991336 } | |
example before iteration #25 { rss: 62193664, heapTotal: 11651360, heapUsed: 8017192 } | |
example before iteration #26 { rss: 61743104, heapTotal: 11651360, heapUsed: 8075152 } | |
example before iteration #27 { rss: 61714432, heapTotal: 11651360, heapUsed: 8092552 } | |
example before iteration #28 { rss: 61734912, heapTotal: 12671264, heapUsed: 8123624 } | |
example before iteration #29 { rss: 61812736, heapTotal: 12671264, heapUsed: 8144072 } | |
example before iteration #30 { rss: 61886464, heapTotal: 12671264, heapUsed: 8161472 } | |
example before iteration #31 { rss: 61890560, heapTotal: 12671264, heapUsed: 8183392 } | |
[1:0x7fa9d943d000] 21905 ms: Scavenge 7.8 (44.1) -> 6.7 (44.1) MB, 1.2 / 0 ms [allocation failure]. | |
example before iteration #32 { rss: 58191872, heapTotal: 9592096, heapUsed: 7039392 } | |
example before iteration #33 { rss: 58220544, heapTotal: 9592096, heapUsed: 7056816 } | |
example before iteration #34 { rss: 58060800, heapTotal: 9592096, heapUsed: 7077600 } | |
example before iteration #35 { rss: 57810944, heapTotal: 9592096, heapUsed: 7094992 } | |
example before iteration #36 { rss: 57905152, heapTotal: 9592096, heapUsed: 7112352 } | |
example before iteration #37 { rss: 57925632, heapTotal: 9592096, heapUsed: 7129744 } | |
example before iteration #38 { rss: 57982976, heapTotal: 9592096, heapUsed: 7147136 } | |
example before iteration #39 { rss: 58036224, heapTotal: 9592096, heapUsed: 7165368 } | |
example before iteration #40 { rss: 58138624, heapTotal: 9592096, heapUsed: 7182760 } | |
example before iteration #41 { rss: 58216448, heapTotal: 9592096, heapUsed: 7200152 } | |
example before iteration #42 { rss: 58277888, heapTotal: 9592096, heapUsed: 7217544 } | |
example before iteration #43 { rss: 58310656, heapTotal: 9592096, heapUsed: 7234936 } | |
example before iteration #44 { rss: 58359808, heapTotal: 9592096, heapUsed: 7252328 } | |
example before iteration #45 { rss: 58462208, heapTotal: 9592096, heapUsed: 7276832 } | |
example before iteration #46 { rss: 58380288, heapTotal: 9592096, heapUsed: 7294128 } | |
example before iteration #47 { rss: 58449920, heapTotal: 9592096, heapUsed: 7315056 } | |
example before iteration #48 { rss: 58441728, heapTotal: 9592096, heapUsed: 7333616 } | |
example before iteration #49 { rss: 58527744, heapTotal: 9592096, heapUsed: 7350912 } | |
example before iteration #50 { rss: 58585088, heapTotal: 9592096, heapUsed: 7368208 } | |
example before iteration #51 { rss: 58724352, heapTotal: 9592096, heapUsed: 7385504 } | |
example before iteration #52 { rss: 58810368, heapTotal: 9592096, heapUsed: 7411472 } | |
example before iteration #53 { rss: 58941440, heapTotal: 9592096, heapUsed: 7428768 } | |
example before iteration #54 { rss: 59002880, heapTotal: 9592096, heapUsed: 7446064 } | |
example before iteration #55 { rss: 59027456, heapTotal: 9592096, heapUsed: 7463360 } | |
example before iteration #56 { rss: 59133952, heapTotal: 9592096, heapUsed: 7480656 } | |
example before iteration #57 { rss: 59215872, heapTotal: 9592096, heapUsed: 7497952 } | |
example before iteration #58 { rss: 59277312, heapTotal: 9592096, heapUsed: 7528136 } | |
example before iteration #59 { rss: 59297792, heapTotal: 9592096, heapUsed: 7570504 } | |
example before iteration #60 { rss: 59359232, heapTotal: 9592096, heapUsed: 7587800 } | |
example before iteration #61 { rss: 59371520, heapTotal: 9592096, heapUsed: 7605096 } | |
example before iteration #62 { rss: 59490304, heapTotal: 9592096, heapUsed: 7622392 } | |
example before iteration #63 { rss: 59518976, heapTotal: 9592096, heapUsed: 7639688 } | |
example before iteration #64 { rss: 59117568, heapTotal: 9592096, heapUsed: 7674592 } | |
example before iteration #65 { rss: 59199488, heapTotal: 9592096, heapUsed: 7694400 } | |
[1:0x7fa9d943d000] 47213 ms: Scavenge 7.4 (44.1) -> 6.8 (45.1) MB, 0.8 / 0 ms [allocation failure]. | |
example before iteration #66 { rss: 61218816, heapTotal: 9592096, heapUsed: 7713160 } | |
example before iteration #67 { rss: 58445824, heapTotal: 10624032, heapUsed: 7201192 } | |
example before iteration #68 { rss: 58503168, heapTotal: 10624032, heapUsed: 7218512 } | |
example before iteration #69 { rss: 58597376, heapTotal: 10624032, heapUsed: 7235800 } | |
example before iteration #70 { rss: 58114048, heapTotal: 10624032, heapUsed: 7253088 } | |
example before iteration #71 { rss: 58200064, heapTotal: 10624032, heapUsed: 7270376 } | |
example before iteration #72 { rss: 58257408, heapTotal: 10624032, heapUsed: 7287664 } | |
example before iteration #73 { rss: 58339328, heapTotal: 10624032, heapUsed: 7304952 } | |
example before iteration #74 { rss: 58454016, heapTotal: 10624032, heapUsed: 7322240 } | |
example before iteration #75 { rss: 58482688, heapTotal: 10624032, heapUsed: 7339528 } | |
example before iteration #76 { rss: 58580992, heapTotal: 10624032, heapUsed: 7356816 } | |
example before iteration #77 { rss: 58617856, heapTotal: 10624032, heapUsed: 7374104 } | |
example before iteration #78 { rss: 58650624, heapTotal: 10624032, heapUsed: 7391392 } | |
example before iteration #79 { rss: 58732544, heapTotal: 10624032, heapUsed: 7408680 } | |
example before iteration #80 { rss: 59019264, heapTotal: 10624032, heapUsed: 7434248 } | |
example before iteration #81 { rss: 59154432, heapTotal: 10624032, heapUsed: 7451472 } | |
example before iteration #82 { rss: 59219968, heapTotal: 10624032, heapUsed: 7468696 } | |
example before iteration #83 { rss: 59244544, heapTotal: 10624032, heapUsed: 7485920 } | |
example before iteration #84 { rss: 59363328, heapTotal: 10624032, heapUsed: 7503144 } | |
example before iteration #85 { rss: 59379712, heapTotal: 10624032, heapUsed: 7520368 } | |
example before iteration #86 { rss: 59453440, heapTotal: 10624032, heapUsed: 7537592 } | |
example before iteration #87 { rss: 59588608, heapTotal: 10624032, heapUsed: 7565320 } | |
example before iteration #88 { rss: 59703296, heapTotal: 10624032, heapUsed: 7582544 } | |
example before iteration #89 { rss: 59727872, heapTotal: 10624032, heapUsed: 7599768 } | |
example before iteration #90 { rss: 59834368, heapTotal: 10624032, heapUsed: 7616992 } | |
example before iteration #91 { rss: 59817984, heapTotal: 10624032, heapUsed: 7634216 } | |
example before iteration #92 { rss: 59875328, heapTotal: 10624032, heapUsed: 7651440 } | |
example before iteration #93 { rss: 59961344, heapTotal: 10624032, heapUsed: 7668664 } | |
example before iteration #94 { rss: 60289024, heapTotal: 10624032, heapUsed: 7685888 } | |
example before iteration #95 { rss: 60321792, heapTotal: 10624032, heapUsed: 7703112 } | |
example before iteration #96 { rss: 60375040, heapTotal: 10624032, heapUsed: 7720336 } | |
example before iteration #97 { rss: 60506112, heapTotal: 10624032, heapUsed: 7737560 } | |
example before iteration #98 { rss: 60559360, heapTotal: 10624032, heapUsed: 7754784 } | |
example before iteration #99 { rss: 60645376, heapTotal: 10624032, heapUsed: 7772008 } | |
example before iteration #100 { rss: 60641280, heapTotal: 10624032, heapUsed: 7789232 } | |
example before iteration #101 { rss: 60710912, heapTotal: 10624032, heapUsed: 7806456 } | |
example before iteration #102 { rss: 60772352, heapTotal: 10624032, heapUsed: 7823680 } | |
example before iteration #103 { rss: 60850176, heapTotal: 10624032, heapUsed: 7840904 } | |
example before iteration #104 { rss: 60964864, heapTotal: 10624032, heapUsed: 7858128 } | |
example before iteration #105 { rss: 61042688, heapTotal: 10624032, heapUsed: 7875352 } | |
example before iteration #106 { rss: 60993536, heapTotal: 10624032, heapUsed: 7892576 } | |
example before iteration #107 { rss: 61079552, heapTotal: 10624032, heapUsed: 7909800 } | |
example before iteration #108 { rss: 61186048, heapTotal: 10624032, heapUsed: 7927024 } | |
example before iteration #109 { rss: 61222912, heapTotal: 10624032, heapUsed: 7944248 } | |
example before iteration #110 { rss: 61534208, heapTotal: 10624032, heapUsed: 7961472 } | |
example before iteration #111 { rss: 61616128, heapTotal: 10624032, heapUsed: 7978696 } | |
example before iteration #112 { rss: 61669376, heapTotal: 10624032, heapUsed: 7995920 } | |
example before iteration #113 { rss: 61755392, heapTotal: 10624032, heapUsed: 8013144 } | |
example before iteration #114 { rss: 61861888, heapTotal: 10624032, heapUsed: 8030368 } | |
example before iteration #115 { rss: 61898752, heapTotal: 10624032, heapUsed: 8047592 } | |
example before iteration #116 { rss: 61992960, heapTotal: 10624032, heapUsed: 8064816 } | |
example before iteration #117 { rss: 62042112, heapTotal: 10624032, heapUsed: 8082040 } | |
example before iteration #118 { rss: 62050304, heapTotal: 10624032, heapUsed: 8099264 } | |
example before iteration #119 { rss: 62136320, heapTotal: 10624032, heapUsed: 8116488 } | |
example before iteration #120 { rss: 62255104, heapTotal: 10624032, heapUsed: 8133712 } | |
example before iteration #121 { rss: 62332928, heapTotal: 10624032, heapUsed: 8150936 } | |
[1:0x7fa9d943d000] 90929 ms: Scavenge 7.8 (45.1) -> 7.0 (45.1) MB, 0.6 / 0 ms [allocation failure]. | |
example before iteration #122 { rss: 62337024, heapTotal: 10624032, heapUsed: 8168160 } | |
example before iteration #123 { rss: 58077184, heapTotal: 10624032, heapUsed: 7329432 } | |
example before iteration #124 { rss: 58073088, heapTotal: 10624032, heapUsed: 7351816 } | |
example before iteration #125 { rss: 58155008, heapTotal: 10624032, heapUsed: 7369024 } | |
example before iteration #126 { rss: 58097664, heapTotal: 10624032, heapUsed: 7386232 } | |
example before iteration #127 { rss: 58228736, heapTotal: 10624032, heapUsed: 7403440 } | |
example before iteration #128 { rss: 58236928, heapTotal: 10624032, heapUsed: 7420648 } | |
example before iteration #129 { rss: 58368000, heapTotal: 10624032, heapUsed: 7437856 } | |
example before iteration #130 { rss: 58523648, heapTotal: 10624032, heapUsed: 7463192 } | |
example before iteration #131 { rss: 58638336, heapTotal: 10624032, heapUsed: 7514232 } | |
example before iteration #132 { rss: 58732544, heapTotal: 10624032, heapUsed: 7538184 } | |
example before iteration #133 { rss: 58871808, heapTotal: 10624032, heapUsed: 7771600 } | |
example before iteration #134 { rss: 58920960, heapTotal: 10624032, heapUsed: 7788784 } | |
example before iteration #135 { rss: 58998784, heapTotal: 10624032, heapUsed: 7805536 } | |
example before iteration #136 { rss: 59056128, heapTotal: 10624032, heapUsed: 7822288 } | |
example before iteration #137 { rss: 59191296, heapTotal: 10624032, heapUsed: 7839040 } | |
example before iteration #138 { rss: 59244544, heapTotal: 10624032, heapUsed: 7855792 } | |
example before iteration #139 { rss: 59281408, heapTotal: 10624032, heapUsed: 7872544 } | |
example before iteration #140 { rss: 59387904, heapTotal: 10624032, heapUsed: 7889296 } | |
example before iteration #141 { rss: 59461632, heapTotal: 10624032, heapUsed: 7906048 } | |
example before iteration #142 { rss: 59514880, heapTotal: 10624032, heapUsed: 7922800 } | |
example before iteration #143 { rss: 59551744, heapTotal: 10624032, heapUsed: 7939552 } | |
example before iteration #144 { rss: 59609088, heapTotal: 10624032, heapUsed: 7956304 } | |
example before iteration #145 { rss: 59691008, heapTotal: 10624032, heapUsed: 7973056 } | |
example before iteration #146 { rss: 59805696, heapTotal: 10624032, heapUsed: 7989808 } | |
example before iteration #147 { rss: 59834368, heapTotal: 10624032, heapUsed: 8006560 } | |
example before iteration #148 { rss: 59944960, heapTotal: 10624032, heapUsed: 8023312 } | |
example before iteration #149 { rss: 60297216, heapTotal: 10624032, heapUsed: 8040064 } | |
example before iteration #150 { rss: 60301312, heapTotal: 10624032, heapUsed: 8056816 } | |
example before iteration #151 { rss: 60379136, heapTotal: 10624032, heapUsed: 8073568 } | |
example before iteration #152 { rss: 60436480, heapTotal: 10624032, heapUsed: 8090320 } | |
example before iteration #153 { rss: 60575744, heapTotal: 10624032, heapUsed: 8107072 } | |
example before iteration #154 { rss: 60641280, heapTotal: 10624032, heapUsed: 8123824 } | |
example before iteration #155 { rss: 60653568, heapTotal: 10624032, heapUsed: 8140576 } | |
example before iteration #156 { rss: 60715008, heapTotal: 10624032, heapUsed: 8157328 } | |
example before iteration #157 { rss: 60796928, heapTotal: 10624032, heapUsed: 8174080 } | |
example before iteration #158 { rss: 60903424, heapTotal: 10624032, heapUsed: 8190832 } | |
example before iteration #159 { rss: 60936192, heapTotal: 10624032, heapUsed: 8207584 } | |
example before iteration #160 { rss: 60993536, heapTotal: 10624032, heapUsed: 8224336 } | |
example before iteration #161 { rss: 61075456, heapTotal: 10624032, heapUsed: 8241088 } | |
example before iteration #162 { rss: 61181952, heapTotal: 10624032, heapUsed: 8257840 } | |
example before iteration #163 { rss: 61267968, heapTotal: 10624032, heapUsed: 8274592 } | |
example before iteration #164 { rss: 61308928, heapTotal: 10624032, heapUsed: 8291344 } | |
example before iteration #165 { rss: 61669376, heapTotal: 10624032, heapUsed: 8308096 } | |
example before iteration #166 { rss: 61685760, heapTotal: 10624032, heapUsed: 8324848 } | |
example before iteration #167 { rss: 61759488, heapTotal: 10624032, heapUsed: 8341600 } | |
example before iteration #168 { rss: 61816832, heapTotal: 10624032, heapUsed: 8358352 } | |
example before iteration #169 { rss: 61947904, heapTotal: 10624032, heapUsed: 8375104 } | |
example before iteration #170 { rss: 62005248, heapTotal: 10624032, heapUsed: 8391856 } | |
example before iteration #171 { rss: 62025728, heapTotal: 10624032, heapUsed: 8408608 } | |
example before iteration #172 { rss: 62132224, heapTotal: 10624032, heapUsed: 8425360 } | |
example before iteration #173 { rss: 62160896, heapTotal: 10624032, heapUsed: 8442112 } | |
example before iteration #174 { rss: 62210048, heapTotal: 10624032, heapUsed: 8458864 } | |
example before iteration #175 { rss: 62300160, heapTotal: 10624032, heapUsed: 8475616 } | |
[1:0x7fa9d943d000] 129540 ms: Scavenge 8.1 (45.1) -> 7.3 (45.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #176 { rss: 58142720, heapTotal: 10624032, heapUsed: 7674424 } | |
example before iteration #177 { rss: 58208256, heapTotal: 10624032, heapUsed: 7691176 } | |
example before iteration #178 { rss: 58204160, heapTotal: 10624032, heapUsed: 7707928 } | |
example before iteration #179 { rss: 58245120, heapTotal: 10624032, heapUsed: 7724680 } | |
example before iteration #180 { rss: 58359808, heapTotal: 10624032, heapUsed: 7741432 } | |
example before iteration #181 { rss: 58433536, heapTotal: 10624032, heapUsed: 7758184 } | |
example before iteration #182 { rss: 58490880, heapTotal: 10624032, heapUsed: 7774936 } | |
example before iteration #183 { rss: 58531840, heapTotal: 10624032, heapUsed: 7791688 } | |
example before iteration #184 { rss: 58642432, heapTotal: 10624032, heapUsed: 7808440 } | |
example before iteration #185 { rss: 59015168, heapTotal: 10624032, heapUsed: 7860120 } | |
example before iteration #186 { rss: 59129856, heapTotal: 10624032, heapUsed: 7876560 } | |
example before iteration #187 { rss: 59154432, heapTotal: 10624032, heapUsed: 7892816 } | |
example before iteration #188 { rss: 59256832, heapTotal: 10624032, heapUsed: 7909072 } | |
example before iteration #189 { rss: 59342848, heapTotal: 10624032, heapUsed: 7925328 } | |
example before iteration #190 { rss: 59355136, heapTotal: 10624032, heapUsed: 7941584 } | |
example before iteration #191 { rss: 59441152, heapTotal: 10624032, heapUsed: 7957840 } | |
example before iteration #192 { rss: 59498496, heapTotal: 10624032, heapUsed: 7974096 } | |
example before iteration #193 { rss: 59576320, heapTotal: 10624032, heapUsed: 7990352 } | |
example before iteration #194 { rss: 59633664, heapTotal: 10624032, heapUsed: 8006608 } | |
example before iteration #195 { rss: 59715584, heapTotal: 10624032, heapUsed: 8022864 } | |
example before iteration #196 { rss: 59777024, heapTotal: 10624032, heapUsed: 8039120 } | |
example before iteration #197 { rss: 59858944, heapTotal: 10624032, heapUsed: 8055376 } | |
example before iteration #198 { rss: 60248064, heapTotal: 10624032, heapUsed: 8082648 } | |
example before iteration #199 { rss: 59367424, heapTotal: 10624032, heapUsed: 8143072 } | |
example before iteration #200 { rss: 59473920, heapTotal: 10624032, heapUsed: 8159840 } | |
example before iteration #201 { rss: 59555840, heapTotal: 10624032, heapUsed: 8175776 } | |
example before iteration #202 { rss: 59613184, heapTotal: 10624032, heapUsed: 8191712 } | |
example before iteration #203 { rss: 59645952, heapTotal: 10624032, heapUsed: 8207648 } | |
example before iteration #204 { rss: 59703296, heapTotal: 10624032, heapUsed: 8223584 } | |
example before iteration #205 { rss: 59883520, heapTotal: 10624032, heapUsed: 8248936 } | |
example before iteration #206 { rss: 59936768, heapTotal: 10624032, heapUsed: 8265560 } | |
example before iteration #207 { rss: 60018688, heapTotal: 10624032, heapUsed: 8281800 } | |
example before iteration #208 { rss: 60076032, heapTotal: 10624032, heapUsed: 8298040 } | |
example before iteration #209 { rss: 60203008, heapTotal: 10624032, heapUsed: 8314280 } | |
example before iteration #210 { rss: 60264448, heapTotal: 10624032, heapUsed: 8330520 } | |
example before iteration #211 { rss: 60293120, heapTotal: 10624032, heapUsed: 8346760 } | |
example before iteration #212 { rss: 60403712, heapTotal: 10624032, heapUsed: 8363000 } | |
example before iteration #213 { rss: 60473344, heapTotal: 10624032, heapUsed: 8379240 } | |
example before iteration #214 { rss: 60489728, heapTotal: 10624032, heapUsed: 8395480 } | |
example before iteration #215 { rss: 60563456, heapTotal: 10624032, heapUsed: 8411720 } | |
example before iteration #216 { rss: 60616704, heapTotal: 10624032, heapUsed: 8427960 } | |
example before iteration #217 { rss: 60706816, heapTotal: 10624032, heapUsed: 8444200 } | |
example before iteration #218 { rss: 60764160, heapTotal: 10624032, heapUsed: 8460440 } | |
example before iteration #219 { rss: 60841984, heapTotal: 10624032, heapUsed: 8476680 } | |
example before iteration #220 { rss: 60903424, heapTotal: 10624032, heapUsed: 8492920 } | |
example before iteration #221 { rss: 61034496, heapTotal: 10624032, heapUsed: 8509160 } | |
example before iteration #222 { rss: 61353984, heapTotal: 10624032, heapUsed: 8525400 } | |
example before iteration #223 { rss: 61435904, heapTotal: 10624032, heapUsed: 8541640 } | |
example before iteration #224 { rss: 61493248, heapTotal: 10624032, heapUsed: 8557880 } | |
example before iteration #225 { rss: 61587456, heapTotal: 10624032, heapUsed: 8574120 } | |
example before iteration #226 { rss: 61648896, heapTotal: 10624032, heapUsed: 8590360 } | |
example before iteration #227 { rss: 61685760, heapTotal: 10624032, heapUsed: 8606600 } | |
example before iteration #228 { rss: 61792256, heapTotal: 10624032, heapUsed: 8622840 } | |
example before iteration #229 { rss: 61878272, heapTotal: 10624032, heapUsed: 8639080 } | |
example before iteration #230 { rss: 61927424, heapTotal: 10624032, heapUsed: 8655320 } | |
example before iteration #231 { rss: 63291392, heapTotal: 10624032, heapUsed: 8671560 } | |
[1:0x7fa9d943d000] 170684 ms: Scavenge 8.3 (45.1) -> 7.5 (45.1) MB, 0.6 / 0 ms [allocation failure]. | |
example before iteration #232 { rss: 63352832, heapTotal: 10624032, heapUsed: 8687800 } | |
example before iteration #233 { rss: 58949632, heapTotal: 10624032, heapUsed: 7895312 } | |
example before iteration #234 { rss: 58953728, heapTotal: 10624032, heapUsed: 7911568 } | |
example before iteration #235 { rss: 59047936, heapTotal: 10624032, heapUsed: 7927824 } | |
example before iteration #236 { rss: 59097088, heapTotal: 10624032, heapUsed: 7944080 } | |
example before iteration #237 { rss: 59179008, heapTotal: 10624032, heapUsed: 7960336 } | |
example before iteration #238 { rss: 59187200, heapTotal: 10624032, heapUsed: 7976592 } | |
example before iteration #239 { rss: 59314176, heapTotal: 10624032, heapUsed: 7992848 } | |
example before iteration #240 { rss: 59322368, heapTotal: 10624032, heapUsed: 8009104 } | |
example before iteration #241 { rss: 59449344, heapTotal: 10624032, heapUsed: 8025360 } | |
example before iteration #242 { rss: 59510784, heapTotal: 10624032, heapUsed: 8041616 } | |
example before iteration #243 { rss: 59543552, heapTotal: 10624032, heapUsed: 8057872 } | |
example before iteration #244 { rss: 59650048, heapTotal: 10624032, heapUsed: 8074128 } | |
example before iteration #245 { rss: 59682816, heapTotal: 10624032, heapUsed: 8090384 } | |
example before iteration #246 { rss: 59731968, heapTotal: 10624032, heapUsed: 8106640 } | |
example before iteration #247 { rss: 59805696, heapTotal: 10624032, heapUsed: 8122896 } | |
example before iteration #248 { rss: 59858944, heapTotal: 10624032, heapUsed: 8139152 } | |
example before iteration #249 { rss: 59981824, heapTotal: 10624032, heapUsed: 8155408 } | |
example before iteration #250 { rss: 60309504, heapTotal: 10624032, heapUsed: 8171664 } | |
example before iteration #251 { rss: 60346368, heapTotal: 10624032, heapUsed: 8187920 } | |
example before iteration #252 { rss: 60403712, heapTotal: 10624032, heapUsed: 8204176 } | |
example before iteration #253 { rss: 60485632, heapTotal: 10624032, heapUsed: 8220432 } | |
example before iteration #254 { rss: 60547072, heapTotal: 10624032, heapUsed: 8236688 } | |
example before iteration #255 { rss: 60620800, heapTotal: 10624032, heapUsed: 8252944 } | |
example before iteration #256 { rss: 60678144, heapTotal: 10624032, heapUsed: 8269200 } | |
example before iteration #257 { rss: 60760064, heapTotal: 10624032, heapUsed: 8285456 } | |
example before iteration #258 { rss: 60866560, heapTotal: 10624032, heapUsed: 8301712 } | |
example before iteration #259 { rss: 60899328, heapTotal: 10624032, heapUsed: 8317968 } | |
example before iteration #260 { rss: 61157376, heapTotal: 10624032, heapUsed: 8334224 } | |
example before iteration #261 { rss: 61243392, heapTotal: 10624032, heapUsed: 8350480 } | |
example before iteration #262 { rss: 61251584, heapTotal: 10624032, heapUsed: 8366736 } | |
example before iteration #263 { rss: 61390848, heapTotal: 10624032, heapUsed: 8382992 } | |
example before iteration #264 { rss: 61390848, heapTotal: 10624032, heapUsed: 8399248 } | |
example before iteration #265 { rss: 61517824, heapTotal: 10624032, heapUsed: 8415472 } | |
example before iteration #266 { rss: 61579264, heapTotal: 10624032, heapUsed: 8431728 } | |
example before iteration #267 { rss: 61616128, heapTotal: 10624032, heapUsed: 8447984 } | |
example before iteration #268 { rss: 61681664, heapTotal: 10624032, heapUsed: 8464240 } | |
example before iteration #269 { rss: 61767680, heapTotal: 10624032, heapUsed: 8480496 } | |
example before iteration #270 { rss: 61886464, heapTotal: 10624032, heapUsed: 8496752 } | |
example before iteration #271 { rss: 61960192, heapTotal: 10624032, heapUsed: 8513008 } | |
example before iteration #272 { rss: 62017536, heapTotal: 10624032, heapUsed: 8529264 } | |
example before iteration #273 { rss: 62099456, heapTotal: 10624032, heapUsed: 8545520 } | |
example before iteration #274 { rss: 62152704, heapTotal: 10624032, heapUsed: 8561776 } | |
example before iteration #275 { rss: 62230528, heapTotal: 10624032, heapUsed: 8578032 } | |
example before iteration #276 { rss: 62287872, heapTotal: 10624032, heapUsed: 8594288 } | |
example before iteration #277 { rss: 62574592, heapTotal: 10624032, heapUsed: 8610544 } | |
example before iteration #278 { rss: 62644224, heapTotal: 10624032, heapUsed: 8626800 } | |
example before iteration #279 { rss: 62726144, heapTotal: 10624032, heapUsed: 8643056 } | |
example before iteration #280 { rss: 62783488, heapTotal: 10624032, heapUsed: 8659312 } | |
example before iteration #281 { rss: 62857216, heapTotal: 10624032, heapUsed: 8675568 } | |
example before iteration #282 { rss: 62967808, heapTotal: 10624032, heapUsed: 8691824 } | |
example before iteration #283 { rss: 62996480, heapTotal: 10624032, heapUsed: 8708080 } | |
example before iteration #284 { rss: 63102976, heapTotal: 10624032, heapUsed: 8724336 } | |
example before iteration #285 { rss: 63168512, heapTotal: 10624032, heapUsed: 8740592 } | |
example before iteration #286 { rss: 63193088, heapTotal: 10624032, heapUsed: 8756848 } | |
example before iteration #287 { rss: 63275008, heapTotal: 10624032, heapUsed: 8773104 } | |
example before iteration #288 { rss: 63315968, heapTotal: 10624032, heapUsed: 8789360 } | |
[1:0x7fa9d943d000] 213080 ms: Scavenge 8.4 (45.1) -> 7.6 (45.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #289 { rss: 63410176, heapTotal: 10624032, heapUsed: 8805616 } | |
example before iteration #290 { rss: 58990592, heapTotal: 10624032, heapUsed: 8006632 } | |
example before iteration #291 { rss: 59006976, heapTotal: 10624032, heapUsed: 8022888 } | |
example before iteration #292 { rss: 59076608, heapTotal: 10624032, heapUsed: 8039144 } | |
example before iteration #293 { rss: 59154432, heapTotal: 10624032, heapUsed: 8055400 } | |
example before iteration #294 { rss: 59150336, heapTotal: 10624032, heapUsed: 8071656 } | |
example before iteration #295 { rss: 59236352, heapTotal: 10624032, heapUsed: 8087912 } | |
example before iteration #296 { rss: 59289600, heapTotal: 10624032, heapUsed: 8104168 } | |
example before iteration #297 { rss: 59428864, heapTotal: 10624032, heapUsed: 8120424 } | |
example before iteration #298 { rss: 59498496, heapTotal: 10624032, heapUsed: 8136680 } | |
example before iteration #299 { rss: 59576320, heapTotal: 10624032, heapUsed: 8152936 } | |
example before iteration #300 { rss: 59781120, heapTotal: 10624032, heapUsed: 8178624 } | |
example before iteration #301 { rss: 59863040, heapTotal: 10624032, heapUsed: 8195104 } | |
example before iteration #302 { rss: 59916288, heapTotal: 10624032, heapUsed: 8211584 } | |
example before iteration #303 { rss: 59998208, heapTotal: 10624032, heapUsed: 8228064 } | |
example before iteration #304 { rss: 60051456, heapTotal: 10624032, heapUsed: 8244544 } | |
example before iteration #305 { rss: 60182528, heapTotal: 10624032, heapUsed: 8261024 } | |
example before iteration #306 { rss: 60239872, heapTotal: 10624032, heapUsed: 8277504 } | |
example before iteration #307 { rss: 60272640, heapTotal: 10624032, heapUsed: 8293984 } | |
example before iteration #308 { rss: 60391424, heapTotal: 10624032, heapUsed: 8310464 } | |
example before iteration #309 { rss: 60469248, heapTotal: 10624032, heapUsed: 8326944 } | |
example before iteration #310 { rss: 60530688, heapTotal: 10624032, heapUsed: 8343424 } | |
example before iteration #311 { rss: 60563456, heapTotal: 10624032, heapUsed: 8359904 } | |
example before iteration #312 { rss: 60604416, heapTotal: 10624032, heapUsed: 8376384 } | |
example before iteration #313 { rss: 60694528, heapTotal: 10624032, heapUsed: 8392864 } | |
example before iteration #314 { rss: 60801024, heapTotal: 10624032, heapUsed: 8409312 } | |
example before iteration #315 { rss: 60833792, heapTotal: 10624032, heapUsed: 8425792 } | |
example before iteration #316 { rss: 60940288, heapTotal: 10624032, heapUsed: 8442272 } | |
example before iteration #317 { rss: 61284352, heapTotal: 10624032, heapUsed: 8458752 } | |
example before iteration #318 { rss: 61284352, heapTotal: 10624032, heapUsed: 8475232 } | |
example before iteration #319 { rss: 61419520, heapTotal: 10624032, heapUsed: 8491680 } | |
example before iteration #320 { rss: 61427712, heapTotal: 10624032, heapUsed: 8508160 } | |
example before iteration #321 { rss: 61550592, heapTotal: 10624032, heapUsed: 8524640 } | |
example before iteration #322 { rss: 61612032, heapTotal: 10624032, heapUsed: 8541120 } | |
example before iteration #323 { rss: 61640704, heapTotal: 10624032, heapUsed: 8557600 } | |
example before iteration #324 { rss: 61693952, heapTotal: 10624032, heapUsed: 8574080 } | |
example before iteration #325 { rss: 61779968, heapTotal: 10624032, heapUsed: 8590560 } | |
example before iteration #326 { rss: 61894656, heapTotal: 10624032, heapUsed: 8607040 } | |
example before iteration #327 { rss: 61923328, heapTotal: 10624032, heapUsed: 8623520 } | |
example before iteration #328 { rss: 61972480, heapTotal: 10624032, heapUsed: 8640000 } | |
example before iteration #329 { rss: 62062592, heapTotal: 10624032, heapUsed: 8656480 } | |
example before iteration #330 { rss: 62164992, heapTotal: 10624032, heapUsed: 8672960 } | |
example before iteration #331 { rss: 62201856, heapTotal: 10624032, heapUsed: 8689440 } | |
example before iteration #332 { rss: 62304256, heapTotal: 10624032, heapUsed: 8705920 } | |
example before iteration #333 { rss: 62664704, heapTotal: 10624032, heapUsed: 8722400 } | |
example before iteration #334 { rss: 62734336, heapTotal: 10624032, heapUsed: 8738880 } | |
example before iteration #335 { rss: 62758912, heapTotal: 10624032, heapUsed: 8755360 } | |
example before iteration #336 { rss: 62812160, heapTotal: 10624032, heapUsed: 8771840 } | |
example before iteration #337 { rss: 62898176, heapTotal: 10624032, heapUsed: 8788320 } | |
example before iteration #338 { rss: 63008768, heapTotal: 10624032, heapUsed: 8804800 } | |
example before iteration #339 { rss: 63037440, heapTotal: 10624032, heapUsed: 8821280 } | |
example before iteration #340 { rss: 63094784, heapTotal: 10624032, heapUsed: 8837760 } | |
example before iteration #341 { rss: 63225856, heapTotal: 10624032, heapUsed: 8854240 } | |
example before iteration #342 { rss: 63234048, heapTotal: 10624032, heapUsed: 8870720 } | |
example before iteration #343 { rss: 63315968, heapTotal: 10624032, heapUsed: 8887200 } | |
example before iteration #344 { rss: 63377408, heapTotal: 10624032, heapUsed: 8903680 } | |
example before iteration #345 { rss: 63508480, heapTotal: 10624032, heapUsed: 8920160 } | |
[1:0x7fa9d943d000] 254241 ms: Scavenge 8.5 (45.1) -> 7.7 (45.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #346 { rss: 59265024, heapTotal: 10624032, heapUsed: 8122504 } | |
example before iteration #347 { rss: 59240448, heapTotal: 10624032, heapUsed: 8138984 } | |
example before iteration #348 { rss: 59240448, heapTotal: 10624032, heapUsed: 8155464 } | |
example before iteration #349 { rss: 59310080, heapTotal: 10624032, heapUsed: 8171912 } | |
example before iteration #350 { rss: 59371520, heapTotal: 10624032, heapUsed: 8188392 } | |
example before iteration #351 { rss: 59396096, heapTotal: 10624032, heapUsed: 8204872 } | |
example before iteration #352 { rss: 59453440, heapTotal: 10624032, heapUsed: 8221352 } | |
example before iteration #353 { rss: 59518976, heapTotal: 10624032, heapUsed: 8237832 } | |
example before iteration #354 { rss: 59580416, heapTotal: 10624032, heapUsed: 8254312 } | |
example before iteration #355 { rss: 59662336, heapTotal: 10624032, heapUsed: 8270792 } | |
example before iteration #356 { rss: 59731968, heapTotal: 10624032, heapUsed: 8287272 } | |
example before iteration #357 { rss: 59854848, heapTotal: 10624032, heapUsed: 8303720 } | |
example before iteration #358 { rss: 59920384, heapTotal: 10624032, heapUsed: 8320200 } | |
example before iteration #359 { rss: 59936768, heapTotal: 10624032, heapUsed: 8336680 } | |
example before iteration #360 { rss: 59994112, heapTotal: 10624032, heapUsed: 8353160 } | |
example before iteration #361 { rss: 60071936, heapTotal: 10624032, heapUsed: 8369640 } | |
example before iteration #362 { rss: 60129280, heapTotal: 10624032, heapUsed: 8386120 } | |
example before iteration #363 { rss: 60481536, heapTotal: 10624032, heapUsed: 8402600 } | |
example before iteration #364 { rss: 60534784, heapTotal: 10624032, heapUsed: 8419080 } | |
example before iteration #365 { rss: 60624896, heapTotal: 10624032, heapUsed: 8435560 } | |
example before iteration #366 { rss: 60682240, heapTotal: 10624032, heapUsed: 8452040 } | |
example before iteration #367 { rss: 60751872, heapTotal: 10624032, heapUsed: 8468488 } | |
example before iteration #368 { rss: 60866560, heapTotal: 10624032, heapUsed: 8484968 } | |
example before iteration #369 { rss: 60956672, heapTotal: 10624032, heapUsed: 8501448 } | |
example before iteration #370 { rss: 61018112, heapTotal: 10624032, heapUsed: 8517928 } | |
example before iteration #371 { rss: 61050880, heapTotal: 10624032, heapUsed: 8534408 } | |
example before iteration #372 { rss: 61108224, heapTotal: 10624032, heapUsed: 8550888 } | |
example before iteration #373 { rss: 61239296, heapTotal: 10624032, heapUsed: 8567368 } | |
example before iteration #374 { rss: 61251584, heapTotal: 10624032, heapUsed: 8583848 } | |
example before iteration #375 { rss: 61333504, heapTotal: 10624032, heapUsed: 8600328 } | |
example before iteration #376 { rss: 61390848, heapTotal: 10624032, heapUsed: 8616808 } | |
example before iteration #377 { rss: 61521920, heapTotal: 10624032, heapUsed: 8633288 } | |
example before iteration #378 { rss: 61575168, heapTotal: 10624032, heapUsed: 8649768 } | |
example before iteration #379 { rss: 61878272, heapTotal: 10624032, heapUsed: 8666248 } | |
example before iteration #380 { rss: 61980672, heapTotal: 10624032, heapUsed: 8682728 } | |
example before iteration #381 { rss: 62017536, heapTotal: 10624032, heapUsed: 8699208 } | |
example before iteration #382 { rss: 62074880, heapTotal: 10624032, heapUsed: 8715688 } | |
example before iteration #383 { rss: 62201856, heapTotal: 10624032, heapUsed: 8732168 } | |
example before iteration #384 { rss: 62214144, heapTotal: 10624032, heapUsed: 8748648 } | |
example before iteration #385 { rss: 62246912, heapTotal: 10624032, heapUsed: 8783800 } | |
example before iteration #386 { rss: 62300160, heapTotal: 10624032, heapUsed: 8800680 } | |
example before iteration #387 { rss: 62386176, heapTotal: 10624032, heapUsed: 8817128 } | |
example before iteration #388 { rss: 62439424, heapTotal: 10624032, heapUsed: 8833576 } | |
example before iteration #389 { rss: 62562304, heapTotal: 10624032, heapUsed: 8850024 } | |
example before iteration #390 { rss: 62619648, heapTotal: 10624032, heapUsed: 8866472 } | |
example before iteration #391 { rss: 62652416, heapTotal: 10624032, heapUsed: 8882920 } | |
example before iteration #392 { rss: 62758912, heapTotal: 10624032, heapUsed: 8899368 } | |
example before iteration #393 { rss: 63053824, heapTotal: 10624032, heapUsed: 8960968 } | |
example before iteration #394 { rss: 63139840, heapTotal: 10624032, heapUsed: 8986160 } | |
example before iteration #395 { rss: 62992384, heapTotal: 11655968, heapUsed: 9081088 } | |
example before iteration #396 { rss: 63094784, heapTotal: 11655968, heapUsed: 9097592 } | |
example before iteration #397 { rss: 63123456, heapTotal: 11655968, heapUsed: 9113264 } | |
example before iteration #398 { rss: 63234048, heapTotal: 11655968, heapUsed: 9128936 } | |
example before iteration #399 { rss: 63262720, heapTotal: 11655968, heapUsed: 9144608 } | |
example before iteration #400 { rss: 63320064, heapTotal: 11655968, heapUsed: 9160280 } | |
[1:0x7fa9d943d000] 294952 ms: Scavenge 8.7 (46.1) -> 8.0 (46.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #401 { rss: 58974208, heapTotal: 11655968, heapUsed: 8362360 } | |
example before iteration #402 { rss: 58966016, heapTotal: 11655968, heapUsed: 8378032 } | |
example before iteration #403 { rss: 59039744, heapTotal: 11655968, heapUsed: 8393704 } | |
example before iteration #404 { rss: 59109376, heapTotal: 11655968, heapUsed: 8409376 } | |
example before iteration #405 { rss: 59179008, heapTotal: 11655968, heapUsed: 8425048 } | |
example before iteration #406 { rss: 59191296, heapTotal: 11655968, heapUsed: 8440720 } | |
example before iteration #407 { rss: 59273216, heapTotal: 11655968, heapUsed: 8456392 } | |
example before iteration #408 { rss: 59330560, heapTotal: 11655968, heapUsed: 8472064 } | |
example before iteration #409 { rss: 59416576, heapTotal: 11655968, heapUsed: 8487736 } | |
example before iteration #410 { rss: 59518976, heapTotal: 11655968, heapUsed: 8503408 } | |
example before iteration #411 { rss: 59555840, heapTotal: 11655968, heapUsed: 8519080 } | |
example before iteration #412 { rss: 59666432, heapTotal: 11655968, heapUsed: 8534752 } | |
example before iteration #413 { rss: 59699200, heapTotal: 11655968, heapUsed: 8550392 } | |
example before iteration #414 { rss: 59813888, heapTotal: 11655968, heapUsed: 8566064 } | |
example before iteration #415 { rss: 59842560, heapTotal: 11655968, heapUsed: 8581736 } | |
example before iteration #416 { rss: 59899904, heapTotal: 11655968, heapUsed: 8597408 } | |
example before iteration #417 { rss: 60035072, heapTotal: 11655968, heapUsed: 8613080 } | |
example before iteration #418 { rss: 60362752, heapTotal: 11655968, heapUsed: 8628752 } | |
example before iteration #419 { rss: 60403712, heapTotal: 11655968, heapUsed: 8644424 } | |
example before iteration #420 { rss: 60448768, heapTotal: 11655968, heapUsed: 8660096 } | |
example before iteration #421 { rss: 60526592, heapTotal: 11655968, heapUsed: 8675768 } | |
example before iteration #422 { rss: 60575744, heapTotal: 11655968, heapUsed: 8691408 } | |
example before iteration #423 { rss: 60657664, heapTotal: 11655968, heapUsed: 8707080 } | |
example before iteration #424 { rss: 60715008, heapTotal: 11655968, heapUsed: 8722752 } | |
example before iteration #425 { rss: 60796928, heapTotal: 11655968, heapUsed: 8738424 } | |
example before iteration #426 { rss: 60907520, heapTotal: 11655968, heapUsed: 8754096 } | |
example before iteration #427 { rss: 60936192, heapTotal: 11655968, heapUsed: 8769768 } | |
example before iteration #428 { rss: 61042688, heapTotal: 11655968, heapUsed: 8785440 } | |
example before iteration #429 { rss: 61124608, heapTotal: 11655968, heapUsed: 8801112 } | |
example before iteration #430 { rss: 61132800, heapTotal: 11655968, heapUsed: 8816784 } | |
example before iteration #431 { rss: 61218816, heapTotal: 11655968, heapUsed: 8832456 } | |
example before iteration #432 { rss: 61272064, heapTotal: 11655968, heapUsed: 8848128 } | |
example before iteration #433 { rss: 61403136, heapTotal: 11655968, heapUsed: 8863800 } | |
example before iteration #434 { rss: 61452288, heapTotal: 11655968, heapUsed: 8879472 } | |
example before iteration #435 { rss: 61480960, heapTotal: 11655968, heapUsed: 8895144 } | |
example before iteration #436 { rss: 61808640, heapTotal: 11655968, heapUsed: 8910816 } | |
example before iteration #437 { rss: 61894656, heapTotal: 11655968, heapUsed: 8926488 } | |
example before iteration #438 { rss: 61947904, heapTotal: 11655968, heapUsed: 8942160 } | |
example before iteration #439 { rss: 62029824, heapTotal: 11655968, heapUsed: 8957832 } | |
example before iteration #440 { rss: 62136320, heapTotal: 11655968, heapUsed: 8973504 } | |
example before iteration #441 { rss: 62222336, heapTotal: 11655968, heapUsed: 8989176 } | |
example before iteration #442 { rss: 62283776, heapTotal: 11655968, heapUsed: 9004848 } | |
example before iteration #443 { rss: 62316544, heapTotal: 11655968, heapUsed: 9020520 } | |
example before iteration #444 { rss: 62423040, heapTotal: 11655968, heapUsed: 9036192 } | |
example before iteration #445 { rss: 62455808, heapTotal: 11655968, heapUsed: 9051864 } | |
example before iteration #446 { rss: 62513152, heapTotal: 11655968, heapUsed: 9067536 } | |
example before iteration #447 { rss: 62599168, heapTotal: 11655968, heapUsed: 9083208 } | |
example before iteration #448 { rss: 62656512, heapTotal: 11655968, heapUsed: 9098880 } | |
example before iteration #449 { rss: 62742528, heapTotal: 11655968, heapUsed: 9114552 } | |
example before iteration #450 { rss: 62849024, heapTotal: 11655968, heapUsed: 9130224 } | |
example before iteration #451 { rss: 62881792, heapTotal: 11655968, heapUsed: 9145896 } | |
example before iteration #452 { rss: 63000576, heapTotal: 11655968, heapUsed: 9161568 } | |
example before iteration #453 { rss: 63344640, heapTotal: 11655968, heapUsed: 9177240 } | |
example before iteration #454 { rss: 63352832, heapTotal: 11655968, heapUsed: 9192912 } | |
example before iteration #455 { rss: 63434752, heapTotal: 11655968, heapUsed: 9208584 } | |
example before iteration #456 { rss: 63492096, heapTotal: 11655968, heapUsed: 9224256 } | |
example before iteration #457 { rss: 63574016, heapTotal: 11655968, heapUsed: 9239928 } | |
example before iteration #458 { rss: 63631360, heapTotal: 11655968, heapUsed: 9255600 } | |
example before iteration #459 { rss: 63762432, heapTotal: 11655968, heapUsed: 9271272 } | |
[1:0x7fa9d943d000] 338367 ms: Scavenge 8.9 (46.1) -> 8.1 (46.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #460 { rss: 63827968, heapTotal: 11655968, heapUsed: 9286944 } | |
example before iteration #461 { rss: 58994688, heapTotal: 11655968, heapUsed: 8491944 } | |
example before iteration #462 { rss: 59011072, heapTotal: 11655968, heapUsed: 8507616 } | |
example before iteration #463 { rss: 59109376, heapTotal: 11655968, heapUsed: 8523288 } | |
example before iteration #464 { rss: 59232256, heapTotal: 11655968, heapUsed: 8538960 } | |
example before iteration #465 { rss: 59301888, heapTotal: 11655968, heapUsed: 8554632 } | |
example before iteration #466 { rss: 59363328, heapTotal: 11655968, heapUsed: 8570304 } | |
example before iteration #467 { rss: 59392000, heapTotal: 11655968, heapUsed: 8585976 } | |
example before iteration #468 { rss: 59445248, heapTotal: 11655968, heapUsed: 8601648 } | |
example before iteration #469 { rss: 59518976, heapTotal: 11655968, heapUsed: 8617320 } | |
example before iteration #470 { rss: 59404288, heapTotal: 11655968, heapUsed: 8632992 } | |
example before iteration #471 { rss: 59486208, heapTotal: 11655968, heapUsed: 8648664 } | |
example before iteration #472 { rss: 59551744, heapTotal: 11655968, heapUsed: 8664336 } | |
example before iteration #473 { rss: 59678720, heapTotal: 11655968, heapUsed: 8680008 } | |
example before iteration #474 { rss: 59736064, heapTotal: 11655968, heapUsed: 8695680 } | |
example before iteration #475 { rss: 59768832, heapTotal: 11655968, heapUsed: 8711352 } | |
example before iteration #476 { rss: 59879424, heapTotal: 11655968, heapUsed: 8727024 } | |
example before iteration #477 { rss: 59969536, heapTotal: 11655968, heapUsed: 8742696 } | |
example before iteration #478 { rss: 60026880, heapTotal: 11655968, heapUsed: 8758368 } | |
example before iteration #479 { rss: 60063744, heapTotal: 11655968, heapUsed: 8774040 } | |
example before iteration #480 { rss: 60116992, heapTotal: 11655968, heapUsed: 8789712 } | |
example before iteration #481 { rss: 60252160, heapTotal: 11655968, heapUsed: 8805384 } | |
example before iteration #482 { rss: 60309504, heapTotal: 11655968, heapUsed: 8821056 } | |
example before iteration #483 { rss: 60338176, heapTotal: 11655968, heapUsed: 8836728 } | |
example before iteration #484 { rss: 60448768, heapTotal: 11655968, heapUsed: 8852400 } | |
example before iteration #485 { rss: 60485632, heapTotal: 11655968, heapUsed: 8868072 } | |
example before iteration #486 { rss: 60542976, heapTotal: 11655968, heapUsed: 8883744 } | |
example before iteration #487 { rss: 60678144, heapTotal: 11655968, heapUsed: 8899416 } | |
example before iteration #488 { rss: 60956672, heapTotal: 11655968, heapUsed: 8915088 } | |
example before iteration #489 { rss: 61087744, heapTotal: 11655968, heapUsed: 8930760 } | |
example before iteration #490 { rss: 61145088, heapTotal: 11655968, heapUsed: 8946432 } | |
example before iteration #491 { rss: 61173760, heapTotal: 11655968, heapUsed: 8962104 } | |
example before iteration #492 { rss: 61227008, heapTotal: 11655968, heapUsed: 8977776 } | |
example before iteration #493 { rss: 61313024, heapTotal: 11655968, heapUsed: 8993448 } | |
example before iteration #494 { rss: 61419520, heapTotal: 11655968, heapUsed: 9009120 } | |
example before iteration #495 { rss: 61509632, heapTotal: 11655968, heapUsed: 9024792 } | |
example before iteration #496 { rss: 61509632, heapTotal: 11655968, heapUsed: 9040464 } | |
example before iteration #497 { rss: 61640704, heapTotal: 11655968, heapUsed: 9056104 } | |
example before iteration #498 { rss: 61693952, heapTotal: 11655968, heapUsed: 9071776 } | |
example before iteration #499 { rss: 61726720, heapTotal: 11655968, heapUsed: 9087448 } | |
example before iteration #500 { rss: 61833216, heapTotal: 11655968, heapUsed: 9103120 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment