Create 188.md

This commit is contained in:
wakgill
2021-01-09 01:38:48 -06:00
committed by GitHub
parent 1bb84043b2
commit cd63a5174b
+19
View File
@@ -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%.
```