Skip to main content

Questions tagged [priority]

The tag has no usage guidance.

2 votes
1 answer
2k views

linux swap disk priority

Let's say you have two swap disks, set up like this: swap1: priority = -1 swap2: priority = -2 Is this going to be any different from the following setup? swap1: priority = 47 swap2: priority = 10
tony_sid's user avatar
  • 14.5k
16 votes
4 answers
26k views

How permanently change Linux swap disk priority

I’m using two swap disks. Changing the order they are in in /etc/fstab and using pri in fstab doesn’t seem to have any effect. This is what it looks like in the /etc/fstab: #swap on other disk UUID=...
tony_sid's user avatar
  • 14.5k
3 votes
4 answers
3k views

ALWAYS run commands with low priority on unix?

I am not asking how to nice and renice a command on UNIX. What happens is that on a particular machine into which I frequently log I am only allowed to run long-running processes with low priority (...
laramichaels's user avatar
9 votes
1 answer
2k views

How can I throttle down Dropbox's IO operations?

Empirical evidence suggests that Dropbox's indexing at startup time is the main source of slowdown for my Windows 7 partition -- things grind down to a crawl when the indexing is in progress and ...
badp's user avatar
  • 3,757
36 votes
4 answers
61k 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 ...
RomanSt's user avatar
  • 9,837
11 votes
1 answer
9k 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?
Adrian de Anda's user avatar
1 vote
1 answer
866 views

linksys WRT350N dd-wrt: how can i give upload priority to slingbox?

I have the router WRT350N by Linksys. I've installed dd-wrt v2.4 sp1 on it. How can I configure it to give upload priority to slingbox? The Slingbox is a TV streaming device that enables users to ...
ufk's user avatar
  • 909
3 votes
3 answers
3k views

Why can't Unix users renice downwards?

I know that non-root users can renice a process up, but not renice a process priority down. $ nice yes >/dev/null & p=$! $ renice 15 -p $p 8414: old priority 10, new priority 15 $ renice 12 -...
Jé Queue's user avatar
  • 930
14 votes
1 answer
10k 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?
Ross Rogers's user avatar
  • 4,607
1 vote
1 answer
16k views

Can't change tasks to realtime priotity

I just want to change a running task's priority to realtime, but the taskmanager won't let me do it. If I try it, it'll just tell me that it can't change to realtime and then changes it to high ...
Malabarba's user avatar
  • 8,788
4 votes
2 answers
12k 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 ...
user avatar
1 vote
5 answers
4k views

What is the meaning of pri=42

When mounting a swap partition on Linux, what does the mount option pri=42 mean? fstab: /dev/hda1 swap swap pri=42 0 0
pypmannetjies's user avatar
74 votes
6 answers
109k 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 ...
Daniel Cukier's user avatar
10 votes
7 answers
37k views

How do you keep Microsoft Excel running at full speed even when it does not have the window focus?

I've noticed that when Excel 2007 (and probably earlier versions) has the window focus, Excel runs at full speed which means that files open fast and long-running VBA macros execute quickly. If the ...
Joe Schmoe's user avatar
  • 1,036

15 30 50 per page
1
4 5 6 7
8