Question #197816 on Graphite changed: https://answers.launchpad.net/graphite/+question/197816
Status: Open => Needs information Jeffrey Hulten requested more information: I presume you are running on a subset of the files you need in your production environment. If you leave out the '-j 500' it will spawn one job per core. What is the timing difference between no '-j' and '-j 500'? Something like: find . -name \*.wsp | time /usr/bin/parallel -j500 /usr/bin/whisper- resize.py {} 60:131400 --nobackup vs find . -name \*.wsp | time /usr/bin/parallel /usr/bin/whisper-resize.py {} 60:131400 --nobackup Not sure if 'time' works with stdin like that but its worth a try. -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : graphite-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp