Posts by nniesen

1) Message boards : BOINC Manager : My Wish List - 2 (Message 16460)
Posted 5 Apr 2008 by nniesen
Post:
I'd like a setting to not start any work until X minutes after BOINC Manager starts. Windoze takes long enough on startup, I don't need every startup and systray application slowing it down.
2) Message boards : BOINC client : BOINC questions (multi-threading, PC usage...) (Message 4025)
Posted 21 Apr 2006 by nniesen
Post:
I had to fiddle around but I got the ThreadMaster to work with the registry file below.

Issues I ran into and fixed with the reg file below:
* Previous ThreadMaster Applications/Exceptions were not cleared when merging new settings.
* Setting CPUThresholdPct to 100 prevents throttling.
* The applications name should be indentical to the Image Name that appears in Task Manager
* You do NOT need 2 entries one with and one without the .exe extension.


My boinc.reg file:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\ThreadMaster\\Parameters]
"CPUThresholdPct"="95"
"MainSampleTime"="30"
"ThreadOverloadActionStart"=""
"ThreadOverloadActionStop"=""

;
; Clear previous ThreadMaster Applications
;
[-HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\ThreadMaster\\Parameters\\Applications]

;
; Add new ThreadMaster Applications to Throttle
;
; NOTE: Setting CPUThresholdPct to 100 prevents these from throttling
; NOTE: Use the Image Name exactly as it appears in Task Manager.
; You do NOT need 2 entries one with and one without the .exe extension.
;
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\ThreadMaster\\Parameters\\Applications]
"rosetta_4.22_windows_intelx86"="50"
"wcg_faah_autodock_5.09_windows_intelx86"="50"

;
; Clear previous ThreadMaster Exceptions
;
[-HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\ThreadMaster\\Parameters\\Exceptions]

;
; Add new ThreadMaster Exceptions
;
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\ThreadMaster\\Parameters\\Exceptions]
"winlogon.exe"=""
"services.exe"=""
"SPOOLSV.EXE"=""
"termsrv.exe"=""
"svchost.exe"=""
"csrss.exe"=""
"cdmsvc.exe"=""
"dfssvc.exe"=""
"llssrv.exe"=""
"lsass.exe"=""
"msdtc.exe"=""
"mstask.exe"=""
"pnsvc.exe"=""
"smss.exe"=""
"sysdown.exe"=""
"System"=""
"SystemProcess"=""
"winmgmt.exe"=""
"agentsvr.exe"=""





Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.