User's banner
Avatar

agilob

agilob@programming.dev
Joined
142 posts • 89 comments
Direct message

Just like everyone, they want more users, so their code runs on more machines, more reported bugs, better quality.

permalink
report
parent
reply

I’m not sure if you understand what swap actually is, because even machines with 1Tb of RAM have swap partitions, just in case read this post from a developer working on swap module in Linux https://chrisdown.name/2018/01/02/in-defence-of-swap.html

permalink
report
parent
reply

The Linux kernel uses the CPU default scheduler, CFS,

Linux 6.6 (which recently landed on Debian) changed the scheduled to EEVDF, which is pretty widely criticized for poor tuning. 100% busy which means the scheduler is doing good job. If the CPU was idle and compilation was slow, than we would look into task scheduling and scheduling of blocking operations.

permalink
report
parent
reply

EDIT: Tried nice -n +19, still lags my other programs.

yea, this is wrong way of doing things. You should have better results with CPU-pinning. Increasing priority for YOUR threads that interact all the time with disk io, memory caches and display IO is the wrong end of the stick. You still need to display compilation progress, warnings, access IO.

There’s no way of knowing why your system is so slow without profiling it first. Taking any advice from here or elsewhere without telling us first what your machine is doing is missing the point. You need to find out what the problem is and report it at the source.

permalink
report
reply

The CPU is already 100% busy, so changing number of compilation jobs won’t help, CPU can’t go faster than 100%.

permalink
report
parent
reply

Yeah this survey is super inappropriate and offensive. Please do not ask such personal questions.

Did you notice that more inappropriate questions appear and disappear based on your previous answers?

permalink
report
parent
reply

Old issue, so why post it now make it sound like MS demands something?

Opened 11 months ago Last modified 11 months ago

It’s a regression, so ffmpeg should fix a regression.

permalink
report
reply

It really depends on where you set the limit on what ORM is, JOOQ is kind of a thing you’re looking for.

permalink
report
reply