Create 175.md

This commit is contained in:
wakgill
2021-01-09 00:08:01 -06:00
committed by GitHub
parent f6fe517022
commit 20339f0eb5
+24
View File
@@ -0,0 +1,24 @@
---
layout: forum
title: 'Re: resource hog'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 175
date: 2010-07-14 16:29:39 UTC
original: https://bitcointalk.org/index.php?topic=327.msg2871#msg2871
---
# Re: resource hog
---
```
Re: resource hog
July 14, 2010, 04:29:39 PM
In Windows, you select the process in the task manager, right click, Set Priority. Set it to BelowNormal or Low. That shouldn't make a difference though.
If you turn off Generate Coins, does the CPU usage go flat? That would confirm that all the CPU time it's taking is generate, which is idle priority already.
It could be it's slow just because you have too many things running at once and you're out of memory. When you switch from one thing to another, it has to page it in from disk.
```