Last active
May 23, 2016 16:48
-
-
Save papandreou/818a6ffd729697ed6359f9abbdc7100d to your computer and use it in GitHub Desktop.
papandreou/sharp-mem-usage, fiddleAround branch (@aca1eb9b) WITH SINGLE BUFFER-BASED 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
$ 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 | |
---> 577da85e4376 | |
Removing intermediate container 3139a5619fa8 | |
Step 13 : CMD LD_PRELOAD=/usr/lib64/libjemalloc.so.1 node --trace-gc test | |
---> Running in 9a22f075aaa3 | |
---> db000ef3c5f6 | |
Removing intermediate container 9a22f075aaa3 | |
Successfully built db000ef3c5f6 | |
docker-compose run --rm test | |
[1:0x7f3b7283d000] 8 ms: Scavenge 2.3 (39.1) -> 2.3 (39.1) MB, 0.4 / 0 ms [allocation failure]. | |
[1:0x7f3b7283d000] 10 ms: Scavenge 2.4 (40.1) -> 2.4 (40.1) MB, 0.3 / 0 ms [allocation failure]. | |
[1:0x7f3b7283d000] 38 ms: Scavenge 4.1 (41.1) -> 3.7 (41.1) MB, 0.4 / 0 ms [allocation failure]. | |
[1:0x7f3b7283d000] 66 ms: Scavenge 6.0 (41.1) -> 5.0 (42.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #1 { rss: 51249152, heapTotal: 10619424, heapUsed: 6655248 } | |
example before iteration #2 { rss: 65695744, heapTotal: 11651360, heapUsed: 7539136 } | |
example before iteration #3 { rss: 66224128, heapTotal: 11651360, heapUsed: 7594224 } | |
example before iteration #4 { rss: 67518464, heapTotal: 11651360, heapUsed: 7624136 } | |
example before iteration #5 { rss: 69361664, heapTotal: 11651360, heapUsed: 7641432 } | |
example before iteration #6 { rss: 68501504, heapTotal: 11651360, heapUsed: 7660264 } | |
example before iteration #7 { rss: 68009984, heapTotal: 11651360, heapUsed: 7677704 } | |
example before iteration #8 { rss: 67198976, heapTotal: 11651360, heapUsed: 7703848 } | |
example before iteration #9 { rss: 66273280, heapTotal: 11651360, heapUsed: 7721408 } | |
example before iteration #10 { rss: 66269184, heapTotal: 11651360, heapUsed: 7738968 } | |
example before iteration #11 { rss: 66297856, heapTotal: 11651360, heapUsed: 7756560 } | |
example before iteration #12 { rss: 66375680, heapTotal: 11651360, heapUsed: 7774120 } | |
example before iteration #13 { rss: 66297856, heapTotal: 11651360, heapUsed: 7791712 } | |
example before iteration #14 { rss: 65650688, heapTotal: 11651360, heapUsed: 7809240 } | |
example before iteration #15 { rss: 65630208, heapTotal: 11651360, heapUsed: 7826832 } | |
example before iteration #16 { rss: 65667072, heapTotal: 11651360, heapUsed: 7844392 } | |
example before iteration #17 { rss: 65740800, heapTotal: 11651360, heapUsed: 7861952 } | |
example before iteration #18 { rss: 65802240, heapTotal: 11651360, heapUsed: 7879544 } | |
example before iteration #19 { rss: 67375104, heapTotal: 11651360, heapUsed: 7898504 } | |
example before iteration #20 { rss: 67489792, heapTotal: 11651360, heapUsed: 7917600 } | |
example before iteration #21 { rss: 67764224, heapTotal: 11651360, heapUsed: 7942344 } | |
example before iteration #22 { rss: 67833856, heapTotal: 11651360, heapUsed: 7961640 } | |
example before iteration #23 { rss: 67948544, heapTotal: 11651360, heapUsed: 7982752 } | |
example before iteration #24 { rss: 68063232, heapTotal: 11651360, heapUsed: 8009712 } | |
example before iteration #25 { rss: 68136960, heapTotal: 11651360, heapUsed: 8035624 } | |
example before iteration #26 { rss: 68186112, heapTotal: 11651360, heapUsed: 8053216 } | |
example before iteration #27 { rss: 68227072, heapTotal: 11651360, heapUsed: 8070808 } | |
example before iteration #28 { rss: 68255744, heapTotal: 11651360, heapUsed: 8104848 } | |
example before iteration #29 { rss: 68325376, heapTotal: 11651360, heapUsed: 8125456 } | |
example before iteration #30 { rss: 68440064, heapTotal: 11651360, heapUsed: 8143048 } | |
example before iteration #31 { rss: 68452352, heapTotal: 11651360, heapUsed: 8165160 } | |
[1:0x7f3b7283d000] 21616 ms: Scavenge 7.8 (43.1) -> 6.7 (43.1) MB, 1.2 / 0 ms [allocation failure]. | |
example before iteration #32 { rss: 65028096, heapTotal: 8572192, heapUsed: 7019840 } | |
example before iteration #33 { rss: 65048576, heapTotal: 8572192, heapUsed: 7037456 } | |
example before iteration #34 { rss: 64987136, heapTotal: 8572192, heapUsed: 7058440 } | |
example before iteration #35 { rss: 65019904, heapTotal: 8572192, heapUsed: 7076024 } | |
example before iteration #36 { rss: 65024000, heapTotal: 8572192, heapUsed: 7093576 } | |
example before iteration #37 { rss: 65105920, heapTotal: 8572192, heapUsed: 7111160 } | |
example before iteration #38 { rss: 65155072, heapTotal: 8572192, heapUsed: 7128744 } | |
example before iteration #39 { rss: 65236992, heapTotal: 8572192, heapUsed: 7147168 } | |
example before iteration #40 { rss: 65241088, heapTotal: 8572192, heapUsed: 7164752 } | |
example before iteration #41 { rss: 65376256, heapTotal: 8572192, heapUsed: 7182336 } | |
example before iteration #42 { rss: 65282048, heapTotal: 8572192, heapUsed: 7199920 } | |
example before iteration #43 { rss: 65413120, heapTotal: 8572192, heapUsed: 7223976 } | |
example before iteration #44 { rss: 65478656, heapTotal: 8572192, heapUsed: 7241560 } | |
example before iteration #45 { rss: 65515520, heapTotal: 8572192, heapUsed: 7266240 } | |
example before iteration #46 { rss: 65572864, heapTotal: 8572192, heapUsed: 7283728 } | |
example before iteration #47 { rss: 65646592, heapTotal: 9592096, heapUsed: 7306744 } | |
example before iteration #48 { rss: 65658880, heapTotal: 9592096, heapUsed: 7324264 } | |
example before iteration #49 { rss: 65794048, heapTotal: 9592096, heapUsed: 7341752 } | |
example before iteration #50 { rss: 65851392, heapTotal: 9592096, heapUsed: 7359240 } | |
example before iteration #51 { rss: 65880064, heapTotal: 9592096, heapUsed: 7380552 } | |
example before iteration #52 { rss: 65941504, heapTotal: 9592096, heapUsed: 7399304 } | |
example before iteration #53 { rss: 65966080, heapTotal: 9592096, heapUsed: 7416792 } | |
example before iteration #54 { rss: 66072576, heapTotal: 9592096, heapUsed: 7434280 } | |
example before iteration #55 { rss: 66076672, heapTotal: 9592096, heapUsed: 7451768 } | |
example before iteration #56 { rss: 66080768, heapTotal: 9592096, heapUsed: 7469256 } | |
example before iteration #57 { rss: 66211840, heapTotal: 9592096, heapUsed: 7499632 } | |
example before iteration #58 { rss: 66084864, heapTotal: 9592096, heapUsed: 7542152 } | |
example before iteration #59 { rss: 66093056, heapTotal: 9592096, heapUsed: 7559640 } | |
example before iteration #60 { rss: 66162688, heapTotal: 9592096, heapUsed: 7577128 } | |
example before iteration #61 { rss: 66244608, heapTotal: 9592096, heapUsed: 7594616 } | |
example before iteration #62 { rss: 66285568, heapTotal: 9592096, heapUsed: 7612104 } | |
example before iteration #63 { rss: 66367488, heapTotal: 9592096, heapUsed: 7629592 } | |
example before iteration #64 { rss: 66330624, heapTotal: 9592096, heapUsed: 7664680 } | |
[1:0x7f3b7283d000] 45777 ms: Scavenge 7.3 (44.1) -> 6.8 (45.1) MB, 0.8 / 0 ms [allocation failure]. | |
example before iteration #65 { rss: 66412544, heapTotal: 9592096, heapUsed: 7684680 } | |
example before iteration #66 { rss: 63201280, heapTotal: 10624032, heapUsed: 7177024 } | |
example before iteration #67 { rss: 63246336, heapTotal: 10624032, heapUsed: 7202872 } | |
example before iteration #68 { rss: 63365120, heapTotal: 10624032, heapUsed: 7220352 } | |
example before iteration #69 { rss: 63340544, heapTotal: 10624032, heapUsed: 7237832 } | |
example before iteration #70 { rss: 63397888, heapTotal: 10624032, heapUsed: 7255312 } | |
example before iteration #71 { rss: 63528960, heapTotal: 10624032, heapUsed: 7272792 } | |
example before iteration #72 { rss: 63533056, heapTotal: 10624032, heapUsed: 7290272 } | |
example before iteration #73 { rss: 63676416, heapTotal: 10624032, heapUsed: 7307752 } | |
example before iteration #74 { rss: 63741952, heapTotal: 10624032, heapUsed: 7325232 } | |
example before iteration #75 { rss: 63770624, heapTotal: 10624032, heapUsed: 7342712 } | |
example before iteration #76 { rss: 63881216, heapTotal: 10624032, heapUsed: 7360192 } | |
example before iteration #77 { rss: 63971328, heapTotal: 10624032, heapUsed: 7377672 } | |
example before iteration #78 { rss: 63971328, heapTotal: 10624032, heapUsed: 7395152 } | |
example before iteration #79 { rss: 64098304, heapTotal: 10624032, heapUsed: 7412600 } | |
example before iteration #80 { rss: 64339968, heapTotal: 10624032, heapUsed: 7438360 } | |
example before iteration #81 { rss: 64466944, heapTotal: 10624032, heapUsed: 7455776 } | |
example before iteration #82 { rss: 64495616, heapTotal: 10624032, heapUsed: 7473192 } | |
example before iteration #83 { rss: 64491520, heapTotal: 10624032, heapUsed: 7490608 } | |
example before iteration #84 { rss: 64516096, heapTotal: 10624032, heapUsed: 7508024 } | |
example before iteration #85 { rss: 64651264, heapTotal: 10624032, heapUsed: 7525440 } | |
example before iteration #86 { rss: 64708608, heapTotal: 10624032, heapUsed: 7542856 } | |
example before iteration #87 { rss: 64790528, heapTotal: 10624032, heapUsed: 7564088 } | |
example before iteration #88 { rss: 64847872, heapTotal: 10624032, heapUsed: 7581504 } | |
example before iteration #89 { rss: 64942080, heapTotal: 10624032, heapUsed: 7598920 } | |
example before iteration #90 { rss: 64991232, heapTotal: 10624032, heapUsed: 7616336 } | |
example before iteration #91 { rss: 65024000, heapTotal: 10624032, heapUsed: 7633752 } | |
example before iteration #92 { rss: 65130496, heapTotal: 10624032, heapUsed: 7651168 } | |
example before iteration #93 { rss: 65163264, heapTotal: 10624032, heapUsed: 7668584 } | |
example before iteration #94 { rss: 65220608, heapTotal: 10624032, heapUsed: 7686000 } | |
example before iteration #95 { rss: 65617920, heapTotal: 10624032, heapUsed: 7703416 } | |
example before iteration #96 { rss: 65626112, heapTotal: 10624032, heapUsed: 7720832 } | |
example before iteration #97 { rss: 65757184, heapTotal: 10624032, heapUsed: 7738248 } | |
example before iteration #98 { rss: 65814528, heapTotal: 10624032, heapUsed: 7755664 } | |
example before iteration #99 { rss: 65888256, heapTotal: 10624032, heapUsed: 7773080 } | |
example before iteration #100 { rss: 65892352, heapTotal: 10624032, heapUsed: 7790496 } | |
example before iteration #101 { rss: 65970176, heapTotal: 10624032, heapUsed: 7807912 } | |
example before iteration #102 { rss: 66023424, heapTotal: 10624032, heapUsed: 7825328 } | |
example before iteration #103 { rss: 66039808, heapTotal: 10624032, heapUsed: 7842744 } | |
example before iteration #104 { rss: 66084864, heapTotal: 10624032, heapUsed: 7860160 } | |
example before iteration #105 { rss: 66220032, heapTotal: 10624032, heapUsed: 7877576 } | |
example before iteration #106 { rss: 66273280, heapTotal: 10624032, heapUsed: 7894992 } | |
example before iteration #107 { rss: 66269184, heapTotal: 10624032, heapUsed: 7912408 } | |
example before iteration #108 { rss: 66318336, heapTotal: 10624032, heapUsed: 7929824 } | |
example before iteration #109 { rss: 66359296, heapTotal: 10624032, heapUsed: 7947240 } | |
example before iteration #110 { rss: 66461696, heapTotal: 10624032, heapUsed: 7964656 } | |
example before iteration #111 { rss: 66818048, heapTotal: 10624032, heapUsed: 7982072 } | |
example before iteration #112 { rss: 66871296, heapTotal: 10624032, heapUsed: 7999488 } | |
example before iteration #113 { rss: 66953216, heapTotal: 10624032, heapUsed: 8016904 } | |
example before iteration #114 { rss: 67006464, heapTotal: 10624032, heapUsed: 8034320 } | |
example before iteration #115 { rss: 67084288, heapTotal: 10624032, heapUsed: 8051736 } | |
example before iteration #116 { rss: 67141632, heapTotal: 10624032, heapUsed: 8069152 } | |
example before iteration #117 { rss: 67219456, heapTotal: 10624032, heapUsed: 8086568 } | |
example before iteration #118 { rss: 67284992, heapTotal: 10624032, heapUsed: 8103984 } | |
example before iteration #119 { rss: 67325952, heapTotal: 10624032, heapUsed: 8121400 } | |
example before iteration #120 { rss: 67387392, heapTotal: 10624032, heapUsed: 8138816 } | |
[1:0x7f3b7283d000] 86119 ms: Scavenge 7.8 (45.1) -> 7.0 (45.1) MB, 0.6 / 0 ms [allocation failure]. | |
example before iteration #121 { rss: 63184896, heapTotal: 10624032, heapUsed: 7293600 } | |
example before iteration #122 { rss: 63184896, heapTotal: 10624032, heapUsed: 7311016 } | |
example before iteration #123 { rss: 63205376, heapTotal: 10624032, heapUsed: 7328400 } | |
example before iteration #124 { rss: 63172608, heapTotal: 10624032, heapUsed: 7351168 } | |
example before iteration #125 { rss: 63242240, heapTotal: 10624032, heapUsed: 7368568 } | |
example before iteration #126 { rss: 63250432, heapTotal: 10624032, heapUsed: 7385968 } | |
example before iteration #127 { rss: 63381504, heapTotal: 10624032, heapUsed: 7403368 } | |
example before iteration #128 { rss: 63389696, heapTotal: 10624032, heapUsed: 7420768 } | |
example before iteration #129 { rss: 63512576, heapTotal: 10624032, heapUsed: 7438168 } | |
example before iteration #130 { rss: 63664128, heapTotal: 10624032, heapUsed: 7463704 } | |
example before iteration #131 { rss: 63881216, heapTotal: 10624032, heapUsed: 7527112 } | |
example before iteration #132 { rss: 63950848, heapTotal: 10624032, heapUsed: 7552312 } | |
example before iteration #133 { rss: 63774720, heapTotal: 10624032, heapUsed: 7796608 } | |
example before iteration #134 { rss: 63918080, heapTotal: 10624032, heapUsed: 7837816 } | |
example before iteration #135 { rss: 63991808, heapTotal: 10624032, heapUsed: 7855280 } | |
example before iteration #136 { rss: 64000000, heapTotal: 10624032, heapUsed: 7872744 } | |
example before iteration #137 { rss: 64131072, heapTotal: 10624032, heapUsed: 7890208 } | |
example before iteration #138 { rss: 64188416, heapTotal: 10624032, heapUsed: 7907672 } | |
example before iteration #139 { rss: 64229376, heapTotal: 10624032, heapUsed: 7925136 } | |
example before iteration #140 { rss: 64331776, heapTotal: 10624032, heapUsed: 7942600 } | |
example before iteration #141 { rss: 64356352, heapTotal: 10624032, heapUsed: 7960064 } | |
example before iteration #142 { rss: 64405504, heapTotal: 10624032, heapUsed: 7977528 } | |
example before iteration #143 { rss: 64536576, heapTotal: 10624032, heapUsed: 7994992 } | |
example before iteration #144 { rss: 64548864, heapTotal: 10624032, heapUsed: 8012456 } | |
example before iteration #145 { rss: 64684032, heapTotal: 10624032, heapUsed: 8029920 } | |
example before iteration #146 { rss: 64741376, heapTotal: 10624032, heapUsed: 8047384 } | |
example before iteration #147 { rss: 64827392, heapTotal: 10624032, heapUsed: 8064848 } | |
example before iteration #148 { rss: 64835584, heapTotal: 10624032, heapUsed: 8082312 } | |
example before iteration #149 { rss: 64921600, heapTotal: 10624032, heapUsed: 8099776 } | |
example before iteration #150 { rss: 65298432, heapTotal: 10624032, heapUsed: 8117240 } | |
example before iteration #151 { rss: 65376256, heapTotal: 10624032, heapUsed: 8134704 } | |
example before iteration #152 { rss: 65421312, heapTotal: 10624032, heapUsed: 8152168 } | |
example before iteration #153 { rss: 65503232, heapTotal: 10624032, heapUsed: 8169632 } | |
example before iteration #154 { rss: 65568768, heapTotal: 10624032, heapUsed: 8187096 } | |
example before iteration #155 { rss: 65654784, heapTotal: 10624032, heapUsed: 8204560 } | |
example before iteration #156 { rss: 65716224, heapTotal: 10624032, heapUsed: 8222024 } | |
example before iteration #157 { rss: 65748992, heapTotal: 10624032, heapUsed: 8239488 } | |
example before iteration #158 { rss: 65847296, heapTotal: 10624032, heapUsed: 8256952 } | |
example before iteration #159 { rss: 65884160, heapTotal: 10624032, heapUsed: 8274416 } | |
example before iteration #160 { rss: 65994752, heapTotal: 10624032, heapUsed: 8291880 } | |
example before iteration #161 { rss: 66072576, heapTotal: 10624032, heapUsed: 8309344 } | |
example before iteration #162 { rss: 66080768, heapTotal: 10624032, heapUsed: 8326808 } | |
example before iteration #163 { rss: 66211840, heapTotal: 10624032, heapUsed: 8344272 } | |
example before iteration #164 { rss: 66273280, heapTotal: 10624032, heapUsed: 8361736 } | |
example before iteration #165 { rss: 66572288, heapTotal: 10624032, heapUsed: 8379200 } | |
example before iteration #166 { rss: 66637824, heapTotal: 10624032, heapUsed: 8396664 } | |
example before iteration #167 { rss: 66715648, heapTotal: 10624032, heapUsed: 8414128 } | |
example before iteration #168 { rss: 66830336, heapTotal: 10624032, heapUsed: 8431592 } | |
example before iteration #169 { rss: 66859008, heapTotal: 10624032, heapUsed: 8449056 } | |
example before iteration #170 { rss: 66908160, heapTotal: 10624032, heapUsed: 8466520 } | |
example before iteration #171 { rss: 66990080, heapTotal: 10624032, heapUsed: 8483984 } | |
[1:0x7f3b7283d000] 122997 ms: Scavenge 8.1 (45.1) -> 7.3 (45.1) MB, 0.6 / 0 ms [allocation failure]. | |
example before iteration #172 { rss: 66994176, heapTotal: 10624032, heapUsed: 8501448 } | |
example before iteration #173 { rss: 62869504, heapTotal: 10624032, heapUsed: 7691120 } | |
example before iteration #174 { rss: 62935040, heapTotal: 10624032, heapUsed: 7708584 } | |
example before iteration #175 { rss: 63074304, heapTotal: 10624032, heapUsed: 7726048 } | |
example before iteration #176 { rss: 63016960, heapTotal: 10624032, heapUsed: 7743512 } | |
example before iteration #177 { rss: 63156224, heapTotal: 10624032, heapUsed: 7760976 } | |
example before iteration #178 { rss: 63209472, heapTotal: 10624032, heapUsed: 7778440 } | |
example before iteration #179 { rss: 63295488, heapTotal: 10624032, heapUsed: 7795904 } | |
example before iteration #180 { rss: 63352832, heapTotal: 10624032, heapUsed: 7813368 } | |
example before iteration #181 { rss: 63381504, heapTotal: 10624032, heapUsed: 7830832 } | |
example before iteration #182 { rss: 63483904, heapTotal: 10624032, heapUsed: 7848296 } | |
example before iteration #183 { rss: 63569920, heapTotal: 10624032, heapUsed: 7865760 } | |
example before iteration #184 { rss: 63639552, heapTotal: 10624032, heapUsed: 7883224 } | |
example before iteration #185 { rss: 63762432, heapTotal: 10624032, heapUsed: 7935328 } | |
example before iteration #186 { rss: 64094208, heapTotal: 10624032, heapUsed: 7952160 } | |
example before iteration #187 { rss: 64167936, heapTotal: 10624032, heapUsed: 7968808 } | |
example before iteration #188 { rss: 64241664, heapTotal: 10624032, heapUsed: 7985456 } | |
example before iteration #189 { rss: 64266240, heapTotal: 10624032, heapUsed: 8002104 } | |
example before iteration #190 { rss: 64327680, heapTotal: 10624032, heapUsed: 8018752 } | |
example before iteration #191 { rss: 64458752, heapTotal: 10624032, heapUsed: 8035400 } | |
example before iteration #192 { rss: 64466944, heapTotal: 10624032, heapUsed: 8052048 } | |
example before iteration #193 { rss: 64593920, heapTotal: 10624032, heapUsed: 8068696 } | |
example before iteration #194 { rss: 64663552, heapTotal: 10624032, heapUsed: 8085344 } | |
example before iteration #195 { rss: 64749568, heapTotal: 10624032, heapUsed: 8101992 } | |
example before iteration #196 { rss: 64757760, heapTotal: 10624032, heapUsed: 8118640 } | |
example before iteration #197 { rss: 64892928, heapTotal: 10624032, heapUsed: 8135288 } | |
example before iteration #198 { rss: 64950272, heapTotal: 10624032, heapUsed: 8151936 } | |
example before iteration #199 { rss: 63856640, heapTotal: 10624032, heapUsed: 8216848 } | |
example before iteration #200 { rss: 63860736, heapTotal: 10624032, heapUsed: 8233864 } | |
example before iteration #201 { rss: 64000000, heapTotal: 10624032, heapUsed: 8250448 } | |
example before iteration #202 { rss: 64049152, heapTotal: 10624032, heapUsed: 8267032 } | |
example before iteration #203 { rss: 64131072, heapTotal: 10624032, heapUsed: 8283616 } | |
example before iteration #204 { rss: 64196608, heapTotal: 10624032, heapUsed: 8300200 } | |
example before iteration #205 { rss: 64270336, heapTotal: 10624032, heapUsed: 8316784 } | |
example before iteration #206 { rss: 64327680, heapTotal: 10624032, heapUsed: 8333368 } | |
example before iteration #207 { rss: 64413696, heapTotal: 10624032, heapUsed: 8349952 } | |
example before iteration #208 { rss: 64471040, heapTotal: 10624032, heapUsed: 8366536 } | |
example before iteration #209 { rss: 64544768, heapTotal: 10624032, heapUsed: 8383120 } | |
example before iteration #210 { rss: 64552960, heapTotal: 10624032, heapUsed: 8399704 } | |
example before iteration #211 { rss: 64684032, heapTotal: 10624032, heapUsed: 8416288 } | |
example before iteration #212 { rss: 64737280, heapTotal: 10624032, heapUsed: 8432872 } | |
example before iteration #213 { rss: 64819200, heapTotal: 10624032, heapUsed: 8449456 } | |
example before iteration #214 { rss: 64815104, heapTotal: 10624032, heapUsed: 8466040 } | |
example before iteration #215 { rss: 64946176, heapTotal: 10624032, heapUsed: 8482624 } | |
example before iteration #216 { rss: 65269760, heapTotal: 10624032, heapUsed: 8499208 } | |
example before iteration #217 { rss: 65347584, heapTotal: 10624032, heapUsed: 8515792 } | |
example before iteration #218 { rss: 65400832, heapTotal: 10624032, heapUsed: 8532376 } | |
example before iteration #219 { rss: 65490944, heapTotal: 10624032, heapUsed: 8548960 } | |
example before iteration #220 { rss: 65503232, heapTotal: 10624032, heapUsed: 8565544 } | |
example before iteration #221 { rss: 65576960, heapTotal: 10624032, heapUsed: 8582128 } | |
example before iteration #222 { rss: 65593344, heapTotal: 10624032, heapUsed: 8598712 } | |
example before iteration #223 { rss: 65679360, heapTotal: 10624032, heapUsed: 8615296 } | |
example before iteration #224 { rss: 65691648, heapTotal: 10624032, heapUsed: 8631880 } | |
example before iteration #225 { rss: 65822720, heapTotal: 10624032, heapUsed: 8648464 } | |
example before iteration #226 { rss: 65884160, heapTotal: 10624032, heapUsed: 8665048 } | |
example before iteration #227 { rss: 65961984, heapTotal: 10624032, heapUsed: 8681632 } | |
[1:0x7f3b7283d000] 162820 ms: Scavenge 8.3 (45.1) -> 7.5 (45.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #228 { rss: 61636608, heapTotal: 10624032, heapUsed: 7869024 } | |
example before iteration #229 { rss: 61652992, heapTotal: 10624032, heapUsed: 7885608 } | |
example before iteration #230 { rss: 62119936, heapTotal: 10624032, heapUsed: 7902192 } | |
example before iteration #231 { rss: 62218240, heapTotal: 10624032, heapUsed: 7918776 } | |
example before iteration #232 { rss: 62271488, heapTotal: 10624032, heapUsed: 7935360 } | |
example before iteration #233 { rss: 62361600, heapTotal: 10624032, heapUsed: 7951944 } | |
example before iteration #234 { rss: 62427136, heapTotal: 10624032, heapUsed: 7968528 } | |
example before iteration #235 { rss: 62464000, heapTotal: 10624032, heapUsed: 7985112 } | |
example before iteration #236 { rss: 62570496, heapTotal: 10624032, heapUsed: 8001696 } | |
example before iteration #237 { rss: 62603264, heapTotal: 10624032, heapUsed: 8018280 } | |
example before iteration #238 { rss: 62656512, heapTotal: 10624032, heapUsed: 8034864 } | |
example before iteration #239 { rss: 62779392, heapTotal: 10624032, heapUsed: 8051448 } | |
example before iteration #240 { rss: 62787584, heapTotal: 10624032, heapUsed: 8068032 } | |
example before iteration #241 { rss: 62918656, heapTotal: 10624032, heapUsed: 8084616 } | |
example before iteration #242 { rss: 62902272, heapTotal: 10624032, heapUsed: 8101200 } | |
example before iteration #243 { rss: 62984192, heapTotal: 10624032, heapUsed: 8117784 } | |
example before iteration #244 { rss: 63311872, heapTotal: 10624032, heapUsed: 8134368 } | |
example before iteration #245 { rss: 63344640, heapTotal: 10624032, heapUsed: 8150952 } | |
example before iteration #246 { rss: 63328256, heapTotal: 10624032, heapUsed: 8167536 } | |
example before iteration #247 { rss: 63459328, heapTotal: 10624032, heapUsed: 8184120 } | |
example before iteration #248 { rss: 63463424, heapTotal: 10624032, heapUsed: 8200704 } | |
example before iteration #249 { rss: 63545344, heapTotal: 10624032, heapUsed: 8217288 } | |
example before iteration #250 { rss: 63508480, heapTotal: 10624032, heapUsed: 8233872 } | |
example before iteration #251 { rss: 63586304, heapTotal: 10624032, heapUsed: 8250456 } | |
example before iteration #252 { rss: 63578112, heapTotal: 10624032, heapUsed: 8267040 } | |
example before iteration #253 { rss: 63700992, heapTotal: 10624032, heapUsed: 8283624 } | |
example before iteration #254 { rss: 63688704, heapTotal: 10624032, heapUsed: 8300208 } | |
example before iteration #255 { rss: 63770624, heapTotal: 10624032, heapUsed: 8316792 } | |
example before iteration #256 { rss: 63832064, heapTotal: 10624032, heapUsed: 8333376 } | |
example before iteration #257 { rss: 63913984, heapTotal: 10624032, heapUsed: 8349960 } | |
example before iteration #258 { rss: 63897600, heapTotal: 10624032, heapUsed: 8366544 } | |
example before iteration #259 { rss: 63930368, heapTotal: 10624032, heapUsed: 8383128 } | |
example before iteration #260 { rss: 64036864, heapTotal: 10624032, heapUsed: 8399712 } | |
example before iteration #261 { rss: 64352256, heapTotal: 10624032, heapUsed: 8416296 } | |
example before iteration #262 { rss: 64352256, heapTotal: 10624032, heapUsed: 8432880 } | |
example before iteration #263 { rss: 64491520, heapTotal: 10624032, heapUsed: 8449432 } | |
example before iteration #264 { rss: 64638976, heapTotal: 10624032, heapUsed: 8477032 } | |
example before iteration #265 { rss: 64765952, heapTotal: 10624032, heapUsed: 8493328 } | |
example before iteration #266 { rss: 64823296, heapTotal: 10624032, heapUsed: 8509624 } | |
example before iteration #267 { rss: 64913408, heapTotal: 10624032, heapUsed: 8525920 } | |
example before iteration #268 { rss: 64925696, heapTotal: 10624032, heapUsed: 8542216 } | |
example before iteration #269 { rss: 65064960, heapTotal: 10624032, heapUsed: 8558512 } | |
example before iteration #270 { rss: 65073152, heapTotal: 10624032, heapUsed: 8574808 } | |
example before iteration #271 { rss: 65204224, heapTotal: 10624032, heapUsed: 8591104 } | |
example before iteration #272 { rss: 65269760, heapTotal: 10624032, heapUsed: 8607400 } | |
example before iteration #273 { rss: 65343488, heapTotal: 10624032, heapUsed: 8623696 } | |
example before iteration #274 { rss: 65396736, heapTotal: 10624032, heapUsed: 8639992 } | |
example before iteration #275 { rss: 65478656, heapTotal: 10624032, heapUsed: 8656288 } | |
example before iteration #276 { rss: 65540096, heapTotal: 10624032, heapUsed: 8672584 } | |
example before iteration #277 { rss: 65572864, heapTotal: 10624032, heapUsed: 8688880 } | |
example before iteration #278 { rss: 65675264, heapTotal: 10624032, heapUsed: 8705176 } | |
example before iteration #279 { rss: 65753088, heapTotal: 10624032, heapUsed: 8721472 } | |
example before iteration #280 { rss: 65810432, heapTotal: 10624032, heapUsed: 8737768 } | |
example before iteration #281 { rss: 66134016, heapTotal: 10624032, heapUsed: 8754064 } | |
example before iteration #282 { rss: 66191360, heapTotal: 10624032, heapUsed: 8770360 } | |
example before iteration #283 { rss: 66273280, heapTotal: 10624032, heapUsed: 8786656 } | |
[1:0x7f3b7283d000] 204035 ms: Scavenge 8.4 (45.1) -> 7.6 (45.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #284 { rss: 66334720, heapTotal: 10624032, heapUsed: 8802952 } | |
example before iteration #285 { rss: 61734912, heapTotal: 10624032, heapUsed: 7997000 } | |
example before iteration #286 { rss: 61779968, heapTotal: 10624032, heapUsed: 8013296 } | |
example before iteration #287 { rss: 61820928, heapTotal: 10624032, heapUsed: 8029592 } | |
example before iteration #288 { rss: 61812736, heapTotal: 10624032, heapUsed: 8045888 } | |
example before iteration #289 { rss: 61939712, heapTotal: 10624032, heapUsed: 8062184 } | |
example before iteration #290 { rss: 61992960, heapTotal: 10624032, heapUsed: 8078480 } | |
example before iteration #291 { rss: 62070784, heapTotal: 10624032, heapUsed: 8094776 } | |
example before iteration #292 { rss: 62078976, heapTotal: 10624032, heapUsed: 8111072 } | |
example before iteration #293 { rss: 62205952, heapTotal: 10624032, heapUsed: 8127368 } | |
example before iteration #294 { rss: 62267392, heapTotal: 10624032, heapUsed: 8143664 } | |
example before iteration #295 { rss: 62296064, heapTotal: 10624032, heapUsed: 8159960 } | |
example before iteration #296 { rss: 62353408, heapTotal: 10624032, heapUsed: 8176256 } | |
example before iteration #297 { rss: 62480384, heapTotal: 10624032, heapUsed: 8192552 } | |
example before iteration #298 { rss: 62550016, heapTotal: 10624032, heapUsed: 8208848 } | |
example before iteration #299 { rss: 62574592, heapTotal: 10624032, heapUsed: 8225144 } | |
example before iteration #300 { rss: 62906368, heapTotal: 10624032, heapUsed: 8250872 } | |
example before iteration #301 { rss: 62988288, heapTotal: 10624032, heapUsed: 8267392 } | |
example before iteration #302 { rss: 63102976, heapTotal: 10624032, heapUsed: 8283912 } | |
example before iteration #303 { rss: 63193088, heapTotal: 10624032, heapUsed: 8300432 } | |
example before iteration #304 { rss: 63205376, heapTotal: 10624032, heapUsed: 8316952 } | |
example before iteration #305 { rss: 63287296, heapTotal: 10624032, heapUsed: 8333472 } | |
example before iteration #306 { rss: 63401984, heapTotal: 10624032, heapUsed: 8349992 } | |
example before iteration #307 { rss: 63471616, heapTotal: 10624032, heapUsed: 8366512 } | |
example before iteration #308 { rss: 63533056, heapTotal: 10624032, heapUsed: 8383032 } | |
example before iteration #309 { rss: 63561728, heapTotal: 10624032, heapUsed: 8399552 } | |
example before iteration #310 { rss: 63672320, heapTotal: 10624032, heapUsed: 8416072 } | |
example before iteration #311 { rss: 63741952, heapTotal: 10624032, heapUsed: 8432592 } | |
example before iteration #312 { rss: 63750144, heapTotal: 10624032, heapUsed: 8449112 } | |
example before iteration #313 { rss: 63832064, heapTotal: 10624032, heapUsed: 8465632 } | |
example before iteration #314 { rss: 63934464, heapTotal: 10624032, heapUsed: 8482120 } | |
example before iteration #315 { rss: 64016384, heapTotal: 10624032, heapUsed: 8498640 } | |
example before iteration #316 { rss: 64020480, heapTotal: 10624032, heapUsed: 8515160 } | |
example before iteration #317 { rss: 64372736, heapTotal: 10624032, heapUsed: 8531680 } | |
example before iteration #318 { rss: 64487424, heapTotal: 10624032, heapUsed: 8548200 } | |
example before iteration #319 { rss: 64565248, heapTotal: 10624032, heapUsed: 8564720 } | |
example before iteration #320 { rss: 64573440, heapTotal: 10624032, heapUsed: 8581240 } | |
example before iteration #321 { rss: 64700416, heapTotal: 10624032, heapUsed: 8597760 } | |
example before iteration #322 { rss: 64765952, heapTotal: 10624032, heapUsed: 8614280 } | |
example before iteration #323 { rss: 64860160, heapTotal: 10624032, heapUsed: 8630800 } | |
example before iteration #324 { rss: 64909312, heapTotal: 10624032, heapUsed: 8647320 } | |
example before iteration #325 { rss: 64909312, heapTotal: 10624032, heapUsed: 8663840 } | |
example before iteration #326 { rss: 65011712, heapTotal: 10624032, heapUsed: 8680328 } | |
example before iteration #327 { rss: 65097728, heapTotal: 10624032, heapUsed: 8696848 } | |
example before iteration #328 { rss: 65150976, heapTotal: 10624032, heapUsed: 8713368 } | |
example before iteration #329 { rss: 65236992, heapTotal: 10624032, heapUsed: 8729888 } | |
example before iteration #330 { rss: 65245184, heapTotal: 10624032, heapUsed: 8746408 } | |
example before iteration #331 { rss: 65335296, heapTotal: 10624032, heapUsed: 8762928 } | |
example before iteration #332 { rss: 65433600, heapTotal: 10624032, heapUsed: 8779448 } | |
example before iteration #333 { rss: 65724416, heapTotal: 10624032, heapUsed: 8795968 } | |
example before iteration #334 { rss: 65781760, heapTotal: 10624032, heapUsed: 8812488 } | |
example before iteration #335 { rss: 65921024, heapTotal: 10624032, heapUsed: 8829008 } | |
example before iteration #336 { rss: 65933312, heapTotal: 10624032, heapUsed: 8845528 } | |
example before iteration #337 { rss: 66064384, heapTotal: 10624032, heapUsed: 8862048 } | |
example before iteration #338 { rss: 66125824, heapTotal: 10624032, heapUsed: 8878568 } | |
example before iteration #339 { rss: 66207744, heapTotal: 10624032, heapUsed: 8895088 } | |
example before iteration #340 { rss: 66211840, heapTotal: 10624032, heapUsed: 8911608 } | |
[1:0x7f3b7283d000] 246348 ms: Scavenge 8.5 (45.1) -> 7.7 (45.1) MB, 0.7 / 0 ms [allocation failure]. | |
example before iteration #341 { rss: 61890560, heapTotal: 10624032, heapUsed: 8108376 } | |
example before iteration #342 { rss: 61870080, heapTotal: 10624032, heapUsed: 8124896 } | |
example before iteration #343 { rss: 61939712, heapTotal: 10624032, heapUsed: 8141416 } | |
example before iteration #344 { rss: 61890560, heapTotal: 10624032, heapUsed: 8157936 } | |
example before iteration #345 { rss: 62021632, heapTotal: 10624032, heapUsed: 8174456 } | |
example before iteration #346 { rss: 62074880, heapTotal: 10624032, heapUsed: 8190976 } | |
example before iteration #347 { rss: 62156800, heapTotal: 10624032, heapUsed: 8207496 } | |
example before iteration #348 { rss: 62214144, heapTotal: 10624032, heapUsed: 8224016 } | |
example before iteration #349 { rss: 62246912, heapTotal: 10624032, heapUsed: 8240536 } | |
example before iteration #350 { rss: 62308352, heapTotal: 10624032, heapUsed: 8257056 } | |
example before iteration #351 { rss: 62435328, heapTotal: 10624032, heapUsed: 8273576 } | |
example before iteration #352 { rss: 62488576, heapTotal: 10624032, heapUsed: 8290096 } | |
example before iteration #353 { rss: 62570496, heapTotal: 10624032, heapUsed: 8306616 } | |
example before iteration #354 { rss: 62627840, heapTotal: 10624032, heapUsed: 8323136 } | |
example before iteration #355 { rss: 62705664, heapTotal: 10624032, heapUsed: 8339656 } | |
example before iteration #356 { rss: 62767104, heapTotal: 10624032, heapUsed: 8356176 } | |
example before iteration #357 { rss: 62808064, heapTotal: 10624032, heapUsed: 8372664 } | |
example before iteration #358 { rss: 63168512, heapTotal: 10624032, heapUsed: 8389184 } | |
example before iteration #359 { rss: 63270912, heapTotal: 10624032, heapUsed: 8405704 } | |
example before iteration #360 { rss: 63283200, heapTotal: 10624032, heapUsed: 8422224 } | |
example before iteration #361 { rss: 63410176, heapTotal: 10624032, heapUsed: 8438744 } | |
example before iteration #362 { rss: 63467520, heapTotal: 10624032, heapUsed: 8455264 } | |
example before iteration #363 { rss: 63651840, heapTotal: 10624032, heapUsed: 8481576 } | |
example before iteration #364 { rss: 63651840, heapTotal: 10624032, heapUsed: 8498112 } | |
example before iteration #365 { rss: 63729664, heapTotal: 10624032, heapUsed: 8514616 } | |
example before iteration #366 { rss: 63852544, heapTotal: 10624032, heapUsed: 8531152 } | |
example before iteration #367 { rss: 63930368, heapTotal: 10624032, heapUsed: 8547656 } | |
example before iteration #368 { rss: 63942656, heapTotal: 10624032, heapUsed: 8564192 } | |
example before iteration #369 { rss: 64069632, heapTotal: 10624032, heapUsed: 8580728 } | |
example before iteration #370 { rss: 64135168, heapTotal: 10624032, heapUsed: 8597264 } | |
example before iteration #371 { rss: 64217088, heapTotal: 10624032, heapUsed: 8613800 } | |
example before iteration #372 { rss: 64286720, heapTotal: 10624032, heapUsed: 8630336 } | |
example before iteration #373 { rss: 64339968, heapTotal: 10624032, heapUsed: 8646872 } | |
example before iteration #374 { rss: 64397312, heapTotal: 10624032, heapUsed: 8663408 } | |
example before iteration #375 { rss: 64479232, heapTotal: 10624032, heapUsed: 8679944 } | |
example before iteration #376 { rss: 64487424, heapTotal: 10624032, heapUsed: 8696480 } | |
example before iteration #377 { rss: 64618496, heapTotal: 10624032, heapUsed: 8713016 } | |
example before iteration #378 { rss: 64610304, heapTotal: 10624032, heapUsed: 8729552 } | |
example before iteration #379 { rss: 64741376, heapTotal: 10624032, heapUsed: 8746088 } | |
example before iteration #380 { rss: 65064960, heapTotal: 10624032, heapUsed: 8762624 } | |
example before iteration #381 { rss: 65097728, heapTotal: 10624032, heapUsed: 8779160 } | |
example before iteration #382 { rss: 65159168, heapTotal: 10624032, heapUsed: 8795696 } | |
example before iteration #383 { rss: 65290240, heapTotal: 10624032, heapUsed: 8812232 } | |
example before iteration #384 { rss: 65294336, heapTotal: 10624032, heapUsed: 8828768 } | |
example before iteration #385 { rss: 65548288, heapTotal: 10624032, heapUsed: 8864112 } | |
example before iteration #386 { rss: 65609728, heapTotal: 10624032, heapUsed: 8881048 } | |
example before iteration #387 { rss: 65675264, heapTotal: 10624032, heapUsed: 8897552 } | |
example before iteration #388 { rss: 65687552, heapTotal: 10624032, heapUsed: 8914056 } | |
example before iteration #389 { rss: 65769472, heapTotal: 10624032, heapUsed: 8930560 } | |
example before iteration #390 { rss: 65835008, heapTotal: 10624032, heapUsed: 8947064 } | |
example before iteration #391 { rss: 65953792, heapTotal: 10624032, heapUsed: 8963568 } | |
example before iteration #392 { rss: 65957888, heapTotal: 10624032, heapUsed: 8980072 } | |
example before iteration #393 { rss: 66162688, heapTotal: 10624032, heapUsed: 9038672 } | |
example before iteration #394 { rss: 66482176, heapTotal: 10624032, heapUsed: 9063920 } | |
[1:0x7f3b7283d000] 286099 ms: Mark-sweep 8.7 (45.1) -> 6.3 (45.1) MB, 5.3 / 0 ms [allocation failure] [GC in old space requested]. | |
example before iteration #395 { rss: 60694528, heapTotal: 10624032, heapUsed: 6699480 } | |
example before iteration #396 { rss: 60641280, heapTotal: 10624032, heapUsed: 6723152 } | |
example before iteration #397 { rss: 60661760, heapTotal: 10624032, heapUsed: 6738880 } | |
example before iteration #398 { rss: 60776448, heapTotal: 10624032, heapUsed: 6754608 } | |
example before iteration #399 { rss: 60866560, heapTotal: 10624032, heapUsed: 6770336 } | |
example before iteration #400 { rss: 60923904, heapTotal: 10624032, heapUsed: 6786064 } | |
example before iteration #401 { rss: 60997632, heapTotal: 10624032, heapUsed: 6801792 } | |
example before iteration #402 { rss: 61063168, heapTotal: 10624032, heapUsed: 6817520 } | |
example before iteration #403 { rss: 61091840, heapTotal: 10624032, heapUsed: 6833248 } | |
example before iteration #404 { rss: 61194240, heapTotal: 10624032, heapUsed: 6848976 } | |
example before iteration #405 { rss: 61227008, heapTotal: 10624032, heapUsed: 6864704 } | |
example before iteration #406 { rss: 61288448, heapTotal: 10624032, heapUsed: 6880432 } | |
example before iteration #407 { rss: 61423616, heapTotal: 10624032, heapUsed: 6896160 } | |
example before iteration #408 { rss: 61435904, heapTotal: 10624032, heapUsed: 6911888 } | |
example before iteration #409 { rss: 61566976, heapTotal: 10624032, heapUsed: 6927616 } | |
example before iteration #410 { rss: 61624320, heapTotal: 10624032, heapUsed: 6943344 } | |
example before iteration #411 { rss: 61710336, heapTotal: 10624032, heapUsed: 6959432 } | |
example before iteration #412 { rss: 62013440, heapTotal: 10624032, heapUsed: 6976504 } | |
example before iteration #413 { rss: 62050304, heapTotal: 10624032, heapUsed: 6992232 } | |
example before iteration #414 { rss: 62169088, heapTotal: 10624032, heapUsed: 7007960 } | |
example before iteration #415 { rss: 62246912, heapTotal: 10624032, heapUsed: 7023688 } | |
example before iteration #416 { rss: 62255104, heapTotal: 10624032, heapUsed: 7039416 } | |
example before iteration #417 { rss: 62390272, heapTotal: 10624032, heapUsed: 7055144 } | |
example before iteration #418 { rss: 62398464, heapTotal: 10624032, heapUsed: 7070872 } | |
example before iteration #419 { rss: 62521344, heapTotal: 10624032, heapUsed: 7086600 } | |
example before iteration #420 { rss: 62525440, heapTotal: 10624032, heapUsed: 7102328 } | |
example before iteration #421 { rss: 62656512, heapTotal: 10624032, heapUsed: 7118056 } | |
example before iteration #422 { rss: 62713856, heapTotal: 10624032, heapUsed: 7133784 } | |
example before iteration #423 { rss: 62795776, heapTotal: 10624032, heapUsed: 7149512 } | |
example before iteration #424 { rss: 62853120, heapTotal: 10624032, heapUsed: 7165240 } | |
example before iteration #425 { rss: 62922752, heapTotal: 10624032, heapUsed: 7180968 } | |
example before iteration #426 { rss: 62976000, heapTotal: 10624032, heapUsed: 7196696 } | |
example before iteration #427 { rss: 63008768, heapTotal: 10624032, heapUsed: 7212424 } | |
example before iteration #428 { rss: 63119360, heapTotal: 10624032, heapUsed: 7228152 } | |
example before iteration #429 { rss: 63475712, heapTotal: 10624032, heapUsed: 7243880 } | |
example before iteration #430 { rss: 63475712, heapTotal: 10624032, heapUsed: 7259608 } | |
example before iteration #431 { rss: 63606784, heapTotal: 10624032, heapUsed: 7275304 } | |
example before iteration #432 { rss: 63610880, heapTotal: 10624032, heapUsed: 7291032 } | |
example before iteration #433 { rss: 63746048, heapTotal: 10624032, heapUsed: 7306760 } | |
example before iteration #434 { rss: 63803392, heapTotal: 10624032, heapUsed: 7322488 } | |
example before iteration #435 { rss: 63885312, heapTotal: 10624032, heapUsed: 7338216 } | |
example before iteration #436 { rss: 63893504, heapTotal: 10624032, heapUsed: 7353944 } | |
example before iteration #437 { rss: 64020480, heapTotal: 10624032, heapUsed: 7369672 } | |
example before iteration #438 { rss: 64024576, heapTotal: 10624032, heapUsed: 7385400 } | |
example before iteration #439 { rss: 64315392, heapTotal: 10624032, heapUsed: 7403680 } | |
example before iteration #440 { rss: 64327680, heapTotal: 10624032, heapUsed: 7419312 } | |
example before iteration #441 { rss: 64458752, heapTotal: 10624032, heapUsed: 7434944 } | |
example before iteration #442 { rss: 64520192, heapTotal: 10624032, heapUsed: 7450576 } | |
example before iteration #443 { rss: 64606208, heapTotal: 10624032, heapUsed: 7466208 } | |
example before iteration #444 { rss: 64667648, heapTotal: 10624032, heapUsed: 7481840 } | |
example before iteration #445 { rss: 64696320, heapTotal: 10624032, heapUsed: 7497472 } | |
example before iteration #446 { rss: 64819200, heapTotal: 10624032, heapUsed: 7513104 } | |
example before iteration #447 { rss: 64905216, heapTotal: 10624032, heapUsed: 7528736 } | |
example before iteration #448 { rss: 64962560, heapTotal: 10624032, heapUsed: 7544368 } | |
example before iteration #449 { rss: 65044480, heapTotal: 10624032, heapUsed: 7560000 } | |
example before iteration #450 { rss: 65114112, heapTotal: 10624032, heapUsed: 7575632 } | |
example before iteration #451 { rss: 65191936, heapTotal: 10624032, heapUsed: 7591264 } | |
example before iteration #452 { rss: 65236992, heapTotal: 10624032, heapUsed: 7606896 } | |
example before iteration #453 { rss: 65339392, heapTotal: 10624032, heapUsed: 7622528 } | |
example before iteration #454 { rss: 65392640, heapTotal: 10624032, heapUsed: 7638160 } | |
example before iteration #455 { rss: 65478656, heapTotal: 10624032, heapUsed: 7653792 } | |
example before iteration #456 { rss: 65810432, heapTotal: 10624032, heapUsed: 7669424 } | |
example before iteration #457 { rss: 65880064, heapTotal: 10624032, heapUsed: 7685056 } | |
example before iteration #458 { rss: 65925120, heapTotal: 10624032, heapUsed: 7700688 } | |
[1:0x7f3b7283d000] 333263 ms: Scavenge 7.4 (45.1) -> 6.5 (45.1) MB, 0.6 / 0 ms [allocation failure]. | |
example before iteration #459 { rss: 66023424, heapTotal: 10624032, heapUsed: 7716320 } | |
example before iteration #460 { rss: 60616704, heapTotal: 10624032, heapUsed: 6826760 } | |
example before iteration #461 { rss: 60760064, heapTotal: 10624032, heapUsed: 6842392 } | |
example before iteration #462 { rss: 60780544, heapTotal: 10624032, heapUsed: 6858024 } | |
example before iteration #463 { rss: 60919808, heapTotal: 10624032, heapUsed: 6873656 } | |
example before iteration #464 { rss: 60915712, heapTotal: 10624032, heapUsed: 6889288 } | |
example before iteration #465 { rss: 61054976, heapTotal: 10624032, heapUsed: 6904920 } | |
example before iteration #466 { rss: 61108224, heapTotal: 10624032, heapUsed: 6920552 } | |
example before iteration #467 { rss: 61186048, heapTotal: 10624032, heapUsed: 6936184 } | |
example before iteration #468 { rss: 61194240, heapTotal: 10624032, heapUsed: 6951816 } | |
example before iteration #469 { rss: 61276160, heapTotal: 10624032, heapUsed: 6967448 } | |
example before iteration #470 { rss: 61370368, heapTotal: 10624032, heapUsed: 6983080 } | |
example before iteration #471 { rss: 61456384, heapTotal: 10624032, heapUsed: 6998712 } | |
example before iteration #472 { rss: 61464576, heapTotal: 10624032, heapUsed: 7014344 } | |
example before iteration #473 { rss: 61599744, heapTotal: 10624032, heapUsed: 7029976 } | |
example before iteration #474 { rss: 61640704, heapTotal: 10624032, heapUsed: 7045608 } | |
example before iteration #475 { rss: 61722624, heapTotal: 10624032, heapUsed: 7061240 } | |
example before iteration #476 { rss: 61784064, heapTotal: 10624032, heapUsed: 7076872 } | |
example before iteration #477 { rss: 62083072, heapTotal: 10624032, heapUsed: 7092504 } | |
example before iteration #478 { rss: 62132224, heapTotal: 10624032, heapUsed: 7108136 } | |
example before iteration #479 { rss: 62267392, heapTotal: 10624032, heapUsed: 7123768 } | |
example before iteration #480 { rss: 62337024, heapTotal: 10624032, heapUsed: 7139400 } | |
example before iteration #481 { rss: 62406656, heapTotal: 10624032, heapUsed: 7155032 } | |
example before iteration #482 { rss: 62464000, heapTotal: 10624032, heapUsed: 7170664 } | |
example before iteration #483 { rss: 62550016, heapTotal: 10624032, heapUsed: 7186296 } | |
example before iteration #484 { rss: 62562304, heapTotal: 10624032, heapUsed: 7201928 } | |
example before iteration #485 { rss: 62648320, heapTotal: 10624032, heapUsed: 7217560 } | |
example before iteration #486 { rss: 62754816, heapTotal: 10624032, heapUsed: 7233192 } | |
example before iteration #487 { rss: 62836736, heapTotal: 10624032, heapUsed: 7248824 } | |
example before iteration #488 { rss: 62844928, heapTotal: 10624032, heapUsed: 7264456 } | |
example before iteration #489 { rss: 62976000, heapTotal: 10624032, heapUsed: 7280088 } | |
example before iteration #490 { rss: 63037440, heapTotal: 10624032, heapUsed: 7295720 } | |
example before iteration #491 { rss: 63119360, heapTotal: 10624032, heapUsed: 7311352 } | |
example before iteration #492 { rss: 63176704, heapTotal: 10624032, heapUsed: 7326984 } | |
example before iteration #493 { rss: 63209472, heapTotal: 10624032, heapUsed: 7342616 } | |
example before iteration #494 { rss: 63582208, heapTotal: 10624032, heapUsed: 7358248 } | |
example before iteration #495 { rss: 63651840, heapTotal: 10624032, heapUsed: 7373880 } | |
example before iteration #496 { rss: 63713280, heapTotal: 10624032, heapUsed: 7389512 } | |
example before iteration #497 { rss: 63791104, heapTotal: 10624032, heapUsed: 7405144 } | |
example before iteration #498 { rss: 63856640, heapTotal: 10624032, heapUsed: 7420776 } | |
example before iteration #499 { rss: 63930368, heapTotal: 10624032, heapUsed: 7436408 } | |
example before iteration #500 { rss: 63991808, heapTotal: 10624032, heapUsed: 7452040 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment