1

I'm working on a system where I have a program that outputs high quality videos for a tv connected to an HDMI (raw 1080p data for instance) and I'm having an issue that when I copy some files to my hard drive it reflects on the FPS being displayed in the output. Since it only occurs when I'm copying files to the same disk (I'm using ssd, btw), the write operation is interfiering in the read operation. So is there any way that I can tune my hard drive to give priority for reading?

Or do I have to go in some other direction?

2
  • This sound like QOS management for disk I/O or application I/O prioritization for me. Maybe How to throttle per process I/O to a max limit? is a good entry point.
    – U880D
    Jun 20, 2018 at 17:04
  • I'm afraid you didn't state what system/OS you're using so it's going to be tough to give useful advice...
    – Anon
    Jun 28, 2018 at 21:35

0

You must log in to answer this question.

Browse other questions tagged .