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.