Mailinglist Archive: opensuse-bugs (13462 mails)
| < Previous | Next > |
[Bug 333739] Sycalls are very slow
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 22 Oct 2007 10:16:37 -0600 (MDT)
- Message-id: <20071022161637.EE620245269@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=333739#c4
--- Comment #4 from Stefan Nordhausen <nordhaus@xxxxxxxxxxxxxxxxxxxxxxx>
2007-10-22 10:16:37 MST ---
After comparing kernel configuration with Ubuntu 7.04 (has syscalls at normal
speed) I compiled a kernel for Suse 10.3 using default settings (zcat
/proc/config.gz > .config) but with the following changes:
< CONFIG_LOCALVERSION="-default"
< CONFIG_AUDITSYSCALL=y
< CONFIG_SECURITY_APPARMOR=m
This gave me a kernel with syscalls almost as fast as on 10.0.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #4 from Stefan Nordhausen <nordhaus@xxxxxxxxxxxxxxxxxxxxxxx>
2007-10-22 10:16:37 MST ---
After comparing kernel configuration with Ubuntu 7.04 (has syscalls at normal
speed) I compiled a kernel for Suse 10.3 using default settings (zcat
/proc/config.gz > .config) but with the following changes:
< CONFIG_LOCALVERSION="-default"
CONFIG_LOCALVERSION="-fastkernel"
< CONFIG_AUDITSYSCALL=y
# CONFIG_AUDITSYSCALL is not set
< CONFIG_SECURITY_APPARMOR=m
# CONFIG_SECURITY_APPARMOR is not set
This gave me a kernel with syscalls almost as fast as on 10.0.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |