From 7bf411e4f60e80d835f65768df1041a79683f6ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 May 2012 14:50:11 +0200 Subject: rlimit: RLIMIT_RTTIME is in usec, not nsec We are taking the liberty not to bump the bus API. This should be unproblematic since it's only an auxiliary function, and not exported in any binary API (but is in a drop-in file). --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 206773d..df98529 100644 --- a/README +++ b/README @@ -163,7 +163,7 @@ DAEMON: system is overloaded already handing out further RT scheduling will be delayed a bit. - --rttime-nsec-max= may be used to control which RLIMIT_RTTIME + --rttime-usec-max= may be used to control which RLIMIT_RTTIME value clients need to have chosen at minumum before they may acquire RT scheduling through RealtimeKit. -- cgit