Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Run Bitcoin Core at Lower Priority
by
nc50lc
on 15/12/2024, 11:19:46 UTC
⭐ Merited by vapourminer (1)
Are there any arguments I can use to start at a lower priority?
Not to lower Bitcoin Core's priority but -par can minimize the CPU usage dedicated for script verifications, try to set a low number of CPU threads.
Its default is set to "-1" which sets Core to use all minus one of your CPU Cores.

Other CPU resource intensive task aren't affected by that command line arg.