Tagged Questions
2
votes
0answers
126 views
Change GPU priority of a process under Windows
Is it possible to change the GPU priority of a certain process under Windows 7 (and older versions if possible)?
Changing the CPU priority doesn't seem to have any effect on the GPU usage. I have a ...
0
votes
2answers
98 views
Why I can decrease the process's priority by using nice() function with a typical user permission(except ROOT) in linux?
As I understand every user in linux can change the every process's priority by using nice and renice commands. Also I know that the all users just can increase the priority of processes and the only ...
1
vote
1answer
209 views
Let task explorer always run with realtime priority
I have replaced task manager by process explorer from sysinternals. I would like this to always run at realtime, so that I can easily get it open when my system is really slow. I have noticed that it ...
1
vote
3answers
3k views
Set process priority to High: Dangerous?
I have read that setting something to realtime is a big no-no, so I am not going to do that. But I do have an application that I need to make sure always has the highest priority on my system as it ...
0
votes
0answers
45 views
Dedicate IO priority to a process [duplicate]
Possible Duplicate:
How to change I/O priority of a process or thread in Win7?
On Windows (7 in this case) it's possible to dedicate CPU priority to a process to make it go faster. In most ...
0
votes
1answer
50 views
Program broke after changing its process priority?
I just want to know how to recover from the changes that I made on a particular program which used to work just fine but after I changed it's priority from normal to high it's no longer working.
To ...
0
votes
1answer
160 views
renice-ing Xorg for slow computers; will I expect an increase in responsiveness?
I love my netbook, but unfortunately it can struggle to perform under a heavy load. Changing windows, moving the mouse etc can have considerable lag. If I set the nice value on Xorg to default to ...
1
vote
1answer
288 views
What is the logic behind Linux nice values?
Wouldn't it be nice if nice values in Linux were switched:
-20 = low priority
+20 = high priority
$ renice -p +5 # would get more CPU time and
$ renice -p -5 # less
Why was it selected to be ...
3
votes
2answers
5k views
How to permanently “renice” a process on Mac OS X (or iOS, etc)?
I use a nice (free) process manager called ATMonitor for Mac OS X that has a lot of cool hidden features, one of which is being able to click on a running process and set the "renice" from +20 (less ...
16
votes
3answers
11k views
How to change I/O priority of a process or thread in Win7?
Process Explorer is able to show the effective IO priority of a given thread, but not change it. Seeing as IO priority support is a comparatively new feature, most programs don't set their own IO ...
2
votes
1answer
4k views
Save processes priority settings?
Is there anyway to save the processes priority settings in Windows 7 instead of opening the task manager in every session and doing it manually?
7
votes
1answer
930 views
How can I tell Windows to always start certain binaries with low priority?
I want to demote the priority of a number of processes that are auto-started on my corporate XP machine. Is there a way that I can tell WinXP to always start a binary with low priority?
4
votes
3answers
3k views
How can I change the priority of a Windows service process?
I would like to run the Windows Desktop Search indexer at below normal priority. When I try to set this via task manager, I get 'Access is denied'.
Is there a way to remove whatever restrictions are ...
8
votes
3answers
8k views
Is there any way to set the priority of a process in Mac OS X?
I have a background process running at 100% CPU on Mac OS X. All other applications are very slow because of it.
I'd like to set this process to take no more than 50% so that my applications can run ...