Skip to main content

Questions tagged [priority]

The tag has no usage guidance.

0 votes
1 answer
30 views

Executable should automatically start with realtime priority on Windows

On an Windows 7 PC (used for legacy music software), I notice that enabling Windows Task Manager > Right click on process > Set priority > Realtime on a particular audio software improves ...
Basj's user avatar
  • 1,916
0 votes
0 answers
172 views

How can I change the primary GPU in both Ubuntu and Windows?

I have an AMD 7950X CPU that has a built-in GPU. Also a dedicated 4090 GPU. I have also a monitor with 2 input HDMI ports that I have used to connect my Asus ProArt X670E( For CPU built-in GPU) to one ...
freeman's user avatar
0 votes
0 answers
73 views

How to bulk prioritize Folder Syncing in Dropbox on OSX

I'm using Dropbox on a MacBook to sync folders with another user. Often, I need to quickly prioritize syncing a specific folder, but currently, I can only select "Sync Next" for individual ...
Mike Anthony's user avatar
0 votes
0 answers
51 views

Running ML inference in CPU with real time priority takes longer than default priority

I was wondering if setting up realtime priority would help whisper.cpp to run faster, but not only it doesn't run any faster, it runs substantially slower. I'm running it using sudo chrt -r 99 ... ...
lilezek's user avatar
  • 101
2 votes
1 answer
300 views

Understanding the prioritization of window visibility

I am wondering about the window visibility priority system that allows some windows to stay overtop of some other windows. For example: when we use 'Picture in picture' mode in Chrome, we can force a ...
Kalamalka Kid's user avatar
1 vote
0 answers
537 views

how to prioritize windows process to WSL tasks?

I have a Windows OS, with a WSL installed. I am running some computation heavy processes in WSL, written in Fortran, submit using nohup, which usually takes 10 hours to complete a task. I wanted to ...
Raymond Chen's user avatar
1 vote
0 answers
294 views

Passing User Input to EXE using "Start" and set priority

I have a batch file input.bat I use to start an executable and pass in user input like so: foo.exe < userInput.txt I would like to run foo.exe in a high priority mode, which I can successfully do ...
user973995's user avatar
1 vote
1 answer
248 views

Several adblock extensions running at the same time: priority or concurrent?

When using several "blocker-type" extensions with-in a same browser's session, how is URLs/payloads blocking handled? For example, what happens when Firefox is loading a webpage while uBlock ...
Ozwel's user avatar
  • 161
1 vote
1 answer
2k views

How can I get my HDD to appear on the BIOS boot priority menu?

▼ My Environment Hard Disk : WD BLUE 2TB (model : WD20EZAZ) Main Board : Z690 AERO D (Gigabyte) ▼ My Problem I cannot select the HDD as a boot drive in BIOS setting. (I can boot from a SSD. The HDD is ...
tosotta12 a's user avatar
0 votes
1 answer
85 views

How can I set a priority order between processes for uploading data on Windows 10?

Several processes are uploading data. How can I set a priority order between processes for uploading data on Windows 10? E.g., processing1.exe get 90% of the bandwidth regardless of the other ...
Franck Dernoncourt's user avatar
0 votes
0 answers
210 views

How to lock cpu priority of a process and block it from changing the priority itself?

I have an application that is programmed to change it's priority to high. Even if I switch it back to normal or lower, it changes back after some time. How can I block this behavior? How can I force ...
MarioPL98's user avatar
2 votes
0 answers
230 views

4G LTE is prioritized over LAN/Ethernet

I have an issue with my laptop and internet connections. In my system, if there is no WiFi, the system prioritizes cellular broadband instead of ethernet. As soon as I connect WiFi, LAN is prioritized....
Jens-Christian Christiansen's user avatar
3 votes
1 answer
5k views

Is it possible to set USB device priority?

I am using Windows 10 Pro and bought a Fresco Logic 2000 USB to HDMI adapter. It works but when playing videos on the screen attached with USB it makes my mouse and keyboard slow down and be jumpy ...
user avatar
0 votes
1 answer
393 views

wmic has been deprecated with Windows 10, 21H1

The current Windows 10 upgrade 21H1 mentioned The WMIC tool is deprecated But to avoid manually fiddling with Task Manager I just call—actually via DOSKEY macros—in cmd.exe, like wmic process where ...
thoku's user avatar
  • 123
1 vote
1 answer
538 views

Windows 10 priotize program in bandwidth usage over windows updates

there are many questions on different forums asking whether one could turn off automatic Windows updates etc. But I want my Windows to automatically download Updates etc. What I don't want is these ...
LuckyLuke Skywalker's user avatar
6 votes
2 answers
10k views

Prevent apps from putting themselves in the foreground

Some applications, when being installed, updated or opened, tend to force themselves in the foreground. When another application is in the foreground already, like in the worst case, a game in full ...
towe's user avatar
  • 106
1 vote
0 answers
345 views

How may one reduce the impact of a WSL2 session on the performance of its Windows host?

I have been running some computationally-intensive processes (compiling and linking large programs) in WSL2 on Windows 10 Pro (build 19041.746), and doing so noticably slows down graphical Windows ...
sdenham's user avatar
  • 121
2 votes
0 answers
119 views

Unable to have Windows give priority to a specific network adapter

We have a Windows 7 PC with 3 network adapters (2 physical and 1 virtual): Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : IPv4 Address. . . . . . . . . . . : 192....
pacoverflow's user avatar
  • 2,035
1 vote
1 answer
1k views

How to modify the shortcut so that a certain program runs with high priority?

This says I got to do something like https://www.tenforums.com/tutorials/89548-set-cpu-process-priority-applications-windows-10-a.html C:\Windows\System32\cmd.exe /c start "" /AboveNormal &...
user4951's user avatar
  • 4,801
5 votes
4 answers
10k views

Run a program with high or realtime priority (yes, I've read the other threads)

I'm trying to get: start "" /high "c:\software\mysoftware.exe" or start "" /realtime "c:\software\mysoftware.exe" To work on Windows 10. Which I of course can'...
Valeri Lagunov's user avatar
2 votes
0 answers
73 views

Prioritised outgoing emails using Exim

Our outgoing email queue uses Exim (on Centos) and is used both for sending bulk batches of email to clients and sending authentication keys, eg as part of the forgotten password routine. On some ...
Curious User's user avatar
2 votes
0 answers
256 views

How does VirtualBox handle thread priority in the guest?

Assume a scenario in which a VirtualBox VM is running a multi-threaded app which is maxing out all available CPU cores. However, the threads run at low priority, thus if anything else were to run on ...
user149408's user avatar
  • 1,100
2 votes
0 answers
92 views

Windows 10 I/O causes audio hiccups

Basically, when heavy I/O is happening it causes audio to break up and it's really annoying during conference calls. Even just loading a more demanding webpage is enough to do this, the other day I ...
chx's user avatar
  • 3,923
6 votes
2 answers
17k views

How to make All Chrome Threads Run High CPU Priority?

Run normally, all Chrome processes have normal priority. The various threads represent various tabs, extensions, etc. But, then i launch chrome with high CPU priority. I'm using: cmd.exe /c start "...
johny why's user avatar
  • 418
1 vote
1 answer
535 views

Prioritising task scheduler

I have recently started using task scheduler to make an authentication window pop up when the workstation is unlocked. This doesn't need to be secure or anything, it's for monitoring time spent on the ...
230Daniel's user avatar
  • 113
-2 votes
2 answers
85 views

What should I focus on for a custom PC NOT for gaming? [closed]

I'm wanting to build my own powerful PC, but I'm not interested in PC gaming (I prefer my Xbox, thank you). My question is, what components are less or more important for general usage (coding, office,...
Mark Deven's user avatar
  • 1,660
1 vote
1 answer
3k views

Why some processes cannot change CPU priority?

I'm on older machine and setting priority to Above Normal or High helps to improve performance for certain applications. Like e.g. for games. I use System Explorer to set priority and set to ...
user3108268's user avatar
1 vote
0 answers
85 views

What prevents my RT thread from working?

I have some data acquisition application running under Linux 2.6.37 on DM8148 with TI Linux. I have two threads: thread named IDE, scheduled as SCHED_RR, prio 114 (75), which collects data from HW ...
leonp's user avatar
  • 111
0 votes
2 answers
2k views

What happens if I set single threaded process to realtime priority on multicore PC?

I'm referring to Windows 10 operating system, but I believe the answer might be OS independent. On windows, the real-time priority level is the highest priority level, use to process keyboard and ...
Julien__'s user avatar
  • 113
1 vote
4 answers
4k views

How can a batch lower the priority ONLY of the cmd that runs it?

I have a batch that runs a series of commands that will be long and CPU intensive. I don't mind when it will be finished so I would prefer it to use only idle CPU cycles. If I set the priority of the ...
cdlvcdlv's user avatar
  • 1,601
3 votes
1 answer
5k views

Start process in realtime priority

This is a follow-up on this question I need to start a process with the realtime priority. start "my_script.py" /realtime "Z:\location\of\python\script" doesn't result in realtime priority. It sets ...
Valentyn's user avatar
  • 199
1 vote
1 answer
3k views

start /realtime with a .bat file but the process is still not realtime

I have created a .BAT file: start /realtime "c:\software\mysoftware.exe" but when launching it on Windows 10, it's not displayed as"Realtime" in the Task Manager. What can be the potential problems ...
Basj's user avatar
  • 1,916
0 votes
1 answer
3k views

launching a program with cpu affinity AND priority presets

I'm trying to create a shortcut for Traktor pro 2 which assigns the programs priority level and core assignments. In this case i'm trying to launch Traktor with realtime priority, set to function on ...
mark funkhouser's user avatar
3 votes
1 answer
3k views

Change process priority using cmd

Using the command wmic process where processid= 2140 CALL setpriority 128 (found here) I am trying to change the priority of a specific process (PID 2140). Running the command it gives me the ...
piguy's user avatar
  • 133
0 votes
0 answers
372 views

Why is VLC Player unable to keep up with decoding a video when another program is using CPU, even though it's low priority?

I'm running ffmpeg on Windows 7 to re-encode some videos to x265. While it's running I want to watch some other videos in VLC Player (also x265-encoded, so decoding them takes a lot of CPU, too). I ...
EM0's user avatar
  • 1,852
1 vote
2 answers
5k views

Can I run a low priority query on MySQL?

I have a MySQL table with 3GB data and the ALTER TABLE to create a new field lasts about 15 minutes in pre-production. The software can both do read- and write-queries with the new field or without ...
Xavi Montero's user avatar
0 votes
1 answer
2k views

Prioritize UDP over FTP, SCP, etc. in Linux

I have a setup wherein one "master" Linux system communicates with 3 "slave" systems also running Linux on a dedicated Ethernet interface(just the master & the 3 slaves). The slaves send data to ...
John Smith's user avatar
1 vote
1 answer
21k views

Set internet priority access on program by program basis [duplicate]

Is there a way to prioritize which programs are using my bandwidth? For instance I often have background downloads running when I play video games but would like to make sure Dota 2 has all the ...
user748086's user avatar
2 votes
2 answers
628 views

On a GPU in Linux, how can a process be killed when another process is launched, and then restarted when the other process completes?

I have a laptop that is normally running GPU cryptocurrency mining. I want the laptop to kill this cryptocurrency mining when any intensive deep learning process is launched. So, I'm not trying to ...
BlandCorporation's user avatar
1 vote
2 answers
2k views

How to prevent extra latency caused by a download

I use tcping, which pings a TCP port, in order to check the connection of my computer to a certain port. The average response time of a specific address and port is 50ms in normal connection. Now I ...
Matin Lotfaliee's user avatar
0 votes
0 answers
678 views

How do I prioritize WLAN over LAN in Windows 10

I have an issue with my Wireless disconnecting when I dock my notebook. I usually have a Citrix session going and if the connection is changed from WLAN to LAN, the session crashes/disconnects. SO......
Rasmus T's user avatar
0 votes
0 answers
854 views

Setting process priority in Windows Task Manager on Windows Server 2008 R2

I am trying to change the base priority to "Above Normal" for a process using Task Manager in Windows Server 2008 R2, but the value keeps changing back to "Normal" in the Base Priority column (and ...
Lou's user avatar
  • 323
0 votes
0 answers
237 views

Changing boot priority - Ubuntu fresh install from windows 10 -

On my old laptop, a Samsung NP915S3G-K03UK [1,2], I was changing the OS from Windows 10 to Ubuntu 16.04.1 LTS. What I have done Booted the software launcher from a USB Installed and restarted the ...
J.JOSEPH's user avatar
4 votes
1 answer
646 views

What is the lowest priority Process Explorer can set?

I ask because the last two entries in the context menu sound as if they may be in the wrong order: … Background: 4 (Low I/O and Memory Priority) Idle: 4 If these both have the same numeric base ...
PJTraill's user avatar
  • 290
1 vote
1 answer
1k views

Set disk I/O priorities in Win7 or only allow disk access to specific processes (via batch file)?

The former would be more elegant but the latter is also fine for my purposes (and probably the more errorproof solution). I capture 720p50-HDTV losslessly (ULH0/ULH2) and my archive-drive is fast ...
Vin's user avatar
  • 21
3 votes
4 answers
454 views

Is process priority periodically recalculated by OS?

I have a question regarding win-7 schedule and process priority. The scenario is: I have a process running, initially in priority "Normal" I find this process to be often reduced to Background (Low ...
tom.wolanski's user avatar
1 vote
0 answers
530 views

What is the difference between ulimit -r and -e?

What is the real-time scheduling priority mean (ulimit -e) ,and how to use it ? -r The maximum real-time scheduling priority -e The maximum scheduling priority ("nice")
nihan's user avatar
  • 11
1 vote
0 answers
48 views

How to prioritize an application's network interface use?

We have a OSX.10 MacPro that runs AFP (apple file protocol) file sharing services (client version, NOT server) on a gigabit network with approximately 20 machines. A regular need is 1 or several ...
mcheck's user avatar
  • 11
0 votes
1 answer
880 views

Priority in Static routes?

I have 2 default routes with different gateways: # netstat -nr Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- --------------------...
MAS's user avatar
  • 1
43 votes
2 answers
56k views

How do priorities work on task-manager and when should/n't I set this?

I've been setting some processes priority in order to see what it actually happens, but, guess what... Nothing; it all runs the same way... I found on Google that priorities are not really linked ...
Pablito's user avatar
  • 584

15 30 50 per page