On Fri Dec 1 18:40:48 2023 +0000, Rémi Bernon wrote:
I think you can also drop 896e234327a843665c4360252c36221bbcc92685, I don't see how it is useful.
Looking at the man page I think only the target limit matters and probably the reason for https://gitlab.winehq.org/wine/wine/-/merge_requests/4551/diffs?commit_id=89... (I think)
Since Linux 2.6.12, this error only occurs if the caller attempts to set a process priority outside the range of the RLIMIT_NICE soft resource limit of the target process; see getrlimit(2) for details.
So the server priority shouldn't matter at all if I understand this correctly? Will do a bit of testing on that