* Zhang, Yanmin <yanmin_zhang@linux.intel.com> wrote:that failure message you got worries me - it indicates that your test ran out of IPC semaphores. You can fix it via upping the semaphore limits via: echo "500 32000 128 512" > /proc/sys/kernel/sem could you check that you still get similar results with this limit fixed? note that once i've fixed the semaphore limits it started running fine here. And i see zero idle time during the run on a quad core box. here are my numbers: # on v2.6.26-rc1-166-gc0a1811 Tasks Jobs/Min JTI Real CPU Jobs/sec/task 2000 55851.4 93 208.4 793.6 0.4654 # BKL: sleep 2000 55402.2 79 210.1 800.1 0.4617 2000 55728.4 93 208.9 795.5 0.4644 # BKL: spin 2000 55787.2 93 208.7 794.5 0.4649 # so the results are the same within noise. I'll also check this workload on an 8-way box to make sure it's OK on larger CPU counts too. could you double-check your test? plus a tty tidbit as well, during the test i saw a few of these: Warning: dev (tty1) tty->count(639) != #fd's(638) in release_dev Warning: dev (tty1) tty->count(462) != #fd's(463) in release_dev Warning: dev (tty1) tty->count(274) != #fd's(275) in release_dev Warning: dev (tty1) tty->count(4) != #fd's(3) in release_dev Warning: dev (tty1) tty->count(164) != #fd's(163) in release_dev Ingo --
| Andrea Arcangeli | [PATCH 06 of 11] rwsem contended |
| Mikulas Patocka | LFENCE instruction (was: [rfc][patch 3/3] x86: optimise barriers) |
| Rafael J. Wysocki | Re: [Bug 10030] Suspend doesn't work when SD card is inserted |
| Manu Abraham | PCIE |
git: | |
| Sverre Rabbelier | Git vs Monotone |
| Junio C Hamano | [ANNOUNCE] GIT 1.5.4 |
| Bill Lear | Meaning of "fatal: protocol error: bad line length character"? |
| Junio C Hamano | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| Richard Stallman | Real men don't attack straw men |
| Stefan Beke | mail dovecot: pipe() failed: Too many open files |
| Wijnand Wiersma | Almost success: OpenBSD on Xen |
| Didier Wiroth | how can I "find xyz | xargs tar" ... like gtar |
| Greg A. Woods | Re: Fork bomb protection patch |
| Tyler Retzlaff | Re: more summer of code fun |
| Elad Efrat | Re: sysctl knob to let sugid processes dump core (pr 15994) |
| Thor Lancelot Simon | Re: FFS journal |
