diff --git a/docs/forum/bitcoin-forum/188.md b/docs/forum/bitcoin-forum/188.md new file mode 100644 index 0000000..c0b194f --- /dev/null +++ b/docs/forum/bitcoin-forum/188.md @@ -0,0 +1,19 @@ +--- +layout: forum +title: 'Re: resource hog' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 188 +date: 2010-07-15 14:59:00 UTC +original: https://bitcointalk.org/index.php?topic=327.msg3162#msg3162 +--- + +# Re: resource hog +--- + +``` +Re: resource hog +July 15, 2010, 02:59:00 PM + +Then all the CPU time is the generate thread, which definitely runs at the lowest possible priority, idle priority. It's normal that your CPU meter is 100%. Since it's idle priority, it won't actually slow anything else down, even though the CPU meter is 100%. +```