Git Product home page Git Product logo

Comments (4)

Rush avatar Rush commented on September 26, 2024

Does issuing command ulimit -n 10480 fix it for you? I am not sure if this command is on MacOSX :)

from font-awesome-svg-png.

Rush avatar Rush commented on September 26, 2024

Seems that MacOSX limits open files and processes to 256 and http://superuser.com/questions/261023/how-to-change-default-ulimit-values-in-mac-os-x-10-6

from font-awesome-svg-png.

shobhitg avatar shobhitg commented on September 26, 2024

I was facing similar issue today on Ubuntu.

I realized that it must be spawning too many rsvg-convert processes and failing with some limit before the processes could exit.

I thought that if I somehow slow down the whole thing then it might work.
So I changed:

node font-awesome-svg-png --color black --sizes 128,256

to

node font-awesome-svg-png --color black

Doing that started generating pngs for all possible sizes. Thus script was taking longer. And it ended up finishing timely.

It would be nice if we do not generate png if someone wants to generate only svg.

from font-awesome-svg-png.

Rush avatar Rush commented on September 26, 2024

It is possible now with --no-png.

from font-awesome-svg-png.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.