Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
High CPU Usage #15524
High CPU Usage #15524
Comments
|
Provide verbose logs that clearly demonstrate the problem. Provide the output of |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.02.04. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Hi,
I've been using youtube-dl for a while. One thing that I've noticed is that whenever I execute it either via command line or a python script, the CPU usage spikes to 90-100%. I check the CPU usage via 'htop' command. If I execute multiple instances of the script, then it freezes the server.
This happens with all videos, whether it be YouTube, Instagram, DailyMotion, or any other platform. The CPU usage always goes to around 90-100% before it drops to 0% once the script finishes executing.
Any way to fix this issue? Or why it's happening?