Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total OS freeze on running the gulp task with 109 SVGs #16

Open
marcofranssen opened this issue Jan 14, 2016 · 2 comments
Open

Total OS freeze on running the gulp task with 109 SVGs #16

marcofranssen opened this issue Jan 14, 2016 · 2 comments

Comments

@marcofranssen
Copy link

Hi,

Our development VM has 4GB of memory and 2CPU assigned at 75% execution cap. We are running the following gulp script to transform our svg to png. However 8 out of 10 times it completely kills the VM. The only solution is to just force a poweroff and reboot.

It is ran on a debian wheezy VM.

I really hope there is someone with a solution for this issue.

gulp.task('svg2png', ['clean-dest', 'build-iconfont'], function () {
      return gulp.src(iconsInput)
          .pipe(svg2png())
          .pipe(gulp.dest(iconOutput));
});

The input are 109 SVGs. Is there a way to make it work without freezing the whole OS?

@marcofranssen
Copy link
Author

I have the feeling that for each svg2png conversion a new phantonjs browser is started. My OS runs out of memory and freezes as you can see in my latest output from top, just before the freeze.

top - 15:56:55 up  1:17,  2 users,  load average: 164.86, 123.16, 56.83
Tasks: 246 total,   1 running, 245 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.7 us,  2.7 sy,  0.0 ni,  0.0 id, 95.8 wa,  0.0 hi,  0.8 si,  0.0 st
KiB Mem:   4061492 total,  3975792 used,    85700 free,        0 buffers
KiB Swap:  2047996 total,  1976932 used,    71064 free,    72248 cached

  PID USER      PR  NI  VIRT  RES  SHR S  %CPU %MEM    TIME+  COMMAND
12420 mongodb   20   0  256m 4856 1740 S   3.4  0.1   1:55.45 mongod
19962 elastics  20   0 1570m  36m 1352 S   0.9  0.9   1:14.36 java
   22 root      20   0     0    0    0 D   0.5  0.0   0:04.58 kswapd0
    3 root      20   0     0    0    0 S   0.2  0.0   0:03.70 ksoftirqd/0
 2081 root      20   0 93580  676  496 S   0.2  0.0   0:17.37 VBoxService
 3839 couchbas  20   0  142m  788  788 S   0.2  0.0   0:09.67 moxi
 3840 couchbas  20   0  285m 4760 1820 S   0.2  0.1   3:40.52 memcached
 4732 root      20   0 90816  376  376 D   0.2  0.0   0:00.01 winbindd
11731 www-data  20   0  366m 1904 1652 S   0.2  0.0   0:03.61 php
17809 root      20   0     0    0    0 S   0.2  0.0   0:02.03 kworker/1:1
17984 root      20   0     0    0    0 S   0.2  0.0   0:00.22 kworker/0:1
21872 root      20   0 1203m  23m 2448 D   0.2  0.6   0:02.39 phantomjs
21875 root      20   0 1203m  31m 2448 D   0.2  0.8   0:02.40 phantomjs
21876 root      20   0 1203m  35m 2444 D   0.2  0.9   0:02.35 phantomjs
21877 root      20   0 1204m  28m 2444 D   0.2  0.7   0:02.34 phantomjs
21879 root      20   0 1203m  26m 2448 D   0.2  0.7   0:02.34 phantomjs
21883 root      20   0 1204m  25m 2448 D   0.2  0.6   0:02.25 phantomjs
21900 root      20   0 1203m  22m 2444 D   0.2  0.6   0:02.34 phantomjs
21902 root      20   0 1203m  29m 2448 D   0.2  0.7   0:02.41 phantomjs
21903 root      20   0 1203m  21m 2444 D   0.2  0.5   0:02.36 phantomjs
21916 root      20   0 1204m  24m 2448 D   0.2  0.6   0:02.42 phantomjs
21917 root      20   0 1203m  49m 2448 D   0.2  1.2   0:02.42 phantomjs
21918 root      20   0 1203m  34m 2448 D   0.2  0.9   0:02.26 phantomjs
21921 root      20   0 1203m  21m 2448 D   0.2  0.5   0:02.32 phantomjs
21922 root      20   0 1203m  25m 2444 D   0.2  0.6   0:02.38 phantomjs
21923 root      20   0 1203m  37m 2448 D   0.2  1.0   0:02.30 phantomjs
21928 root      20   0 1203m  32m 2448 D   0.2  0.8   0:02.34 phantomjs
21929 root      20   0 1203m  48m 2444 D   0.2  1.2   0:02.37 phantomjs
21935 root      20   0 1203m  29m 2448 D   0.2  0.7   0:02.41 phantomjs
21938 root      20   0 1203m  45m 2448 D   0.2  1.2   0:02.43 phantomjs
21939 root      20   0 1203m  29m 2448 D   0.2  0.7   0:02.37 phantomjs
21942 root      20   0 1203m  42m 2444 D   0.2  1.1   0:02.30 phantomjs
21943 root      20   0 1203m  38m 2448 D   0.2  1.0   0:02.39 phantomjs
21944 root      20   0 1203m  17m 2448 D   0.2  0.4   0:02.35 phantomjs
21945 root      20   0 1203m  26m 2448 D   0.2  0.7   0:02.40 phantomjs
21947 root      20   0 1203m  27m 2444 D   0.2  0.7   0:02.40 phantomjs
21948 root      20   0 1203m  24m 2444 D   0.2  0.6   0:02.40 phantomjs
21949 root      20   0 1203m  27m 2448 D   0.2  0.7   0:02.41 phantomjs
21953 root      20   0 1139m  12m 5264 D   0.2  0.3   0:02.35 phantomjs
21955 root      20   0 1203m  18m 2444 D   0.2  0.5   0:02.33 phantomjs
21958 root      20   0 1204m  35m 2444 D   0.2  0.9   0:02.48 phantomjs
21960 root      20   0 1203m  21m 2444 D   0.2  0.5   0:02.37 phantomjs
21961 root      20   0 1203m  44m 2444 D   0.2  1.1   0:02.39 phantomjs
21965 root      20   0 1204m  32m 2448 D   0.2  0.8   0:02.27 phantomjs
21967 root      20   0 1204m  42m 2444 D   0.2  1.1   0:02.40 phantomjs
21975 root      20   0 1203m  23m 2448 D   0.2  0.6   0:02.40 phantomjs
22200 root      20   0 31124 1496  888 R   0.2  0.0   0:02.20 top
    1 root      20   0 10648  640  608 S   0.0  0.0   0:02.90 init
    2 root      20   0     0    0    0 S   0.0  0.0   0:00.00 kthreadd
    5 root      20   0     0    0    0 S   0.0  0.0   0:00.00 kworker/u:0
    6 root      rt   0     0    0    0 S   0.0  0.0   0:00.11 migration/0

@marcofranssen
Copy link
Author

Also reported the issue here: domenic/svg2png#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant