From ca059ab9ef18918dd486e899482327ce157eb629 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 2 Sep 2007 20:39:45 +0000 Subject: Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4 pages git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1749 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/daemon/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/daemon/main.c') diff --git a/src/daemon/main.c b/src/daemon/main.c index b927b2af..639d6dc9 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -80,6 +80,7 @@ #include #include #include +#include #include "cmdline.h" #include "cpulimit.h" @@ -584,8 +585,10 @@ int main(int argc, char *argv[]) { signal(SIGPIPE, SIG_IGN); #endif + pa_log_info("Page size is %lu bytes", (unsigned long) PA_PAGE_SIZE); + if (pa_rtclock_hrtimer()) - pa_log_debug("Fresh high-resolution timers available! Bon appetit!"); + pa_log_info("Fresh high-resolution timers available! Bon appetit!"); else pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!"); -- cgit