From 20339f0eb5d914f8f1d8579de2b848d217158b32 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Sat, 9 Jan 2021 00:08:01 -0600 Subject: [PATCH] Create 175.md --- docs/forum/bitcoin-forum/175.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/forum/bitcoin-forum/175.md diff --git a/docs/forum/bitcoin-forum/175.md b/docs/forum/bitcoin-forum/175.md new file mode 100644 index 0000000..8e56fb2 --- /dev/null +++ b/docs/forum/bitcoin-forum/175.md @@ -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. +```