-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Total OS freeze on running the gulp task with 109 SVGs #16
Comments
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.
|
Also reported the issue here: domenic/svg2png#38 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
The input are 109 SVGs. Is there a way to make it work without freezing the whole OS?
The text was updated successfully, but these errors were encountered: