Skip to main content

Questions tagged [kernel]

In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. The kernel's responsibilities include managing the system's resources (the communication between hardware and software components).

125 votes
25 answers
75k views

Background: physical server, about two years old, 7200-RPM SATA drives connected to a 3Ware RAID card, ext3 FS mounted noatime and data=ordered, not under crazy load, kernel 2.6.18-92.1.22.el5, uptime ...
BMDan's user avatar
  • 7,389
91 votes
3 answers
195k views

When I use the default settings: vm.overcommit_memory = 0 vm.overcommit_ratio = 50 I can read these values from /proc/meminfo file: CommitLimit: 2609604 kB Committed_AS: 1579976 kB But when I ...
Mikhail Morfikov's user avatar
38 votes
4 answers
33k views

The OOM killer on Linux wreaks havoc with various applications every so often, and it appears that not much is really done on the kernel development side to improve this. Would it not be better, as a ...
Peter Eisentraut's user avatar
101 votes
8 answers
325k views

I am running a custom compiled 3.18.9 kernel and I am wondering about the best way to disable swap on the system. I also use init if it makes a difference. Is it enough to comment or remove the swap ...
user283167's user avatar
  • 1,013
64 votes
3 answers
133k views

Can anyone explain in layman's terms what the difference between soft and hard limit is? Should I set my soft and hard limit to be the same? Or should soft be significantly lower? Does the system ...
kidcapital's user avatar
49 votes
2 answers
63k views

How do I check what options are compiled into a Linux kernel without looking at /boot/config-* and if I don't have access to the /boot/config-* file that's left over?
Amandasaurus's user avatar
  • 33.9k
42 votes
2 answers
64k views

I notice that on a new CentOS image that I just booted up off of EC2 that the ulimit default is 1024 open files, but /proc/sys/fs/file-max is set at 761,408 and I'm wondering how these two limits work ...
bantic's user avatar
  • 1,639
15 votes
1 answer
49k views

I have an Ubuntu 16.04 Server which is acting as a router with multiple (VLAN) interfaces. By default, rp_filter (reverse path filtering) is enabled for all interfaces. I want to keep it that way, but ...
Cybran's user avatar
  • 422
5 votes
1 answer
15k views

and what to do to let it choose the right one? This all happens inside an OpenVZ container: The Host is Debian/Wheezy with Redhat/OpenVZ Kernel: root@mycl2:~# uname -a Linux mycl2 2.6.32-openvz-...
Scheintod's user avatar
  • 401
5 votes
6 answers
6k views

When upgrading the kernel package on CentOS or RHEL 6, is it possible to load the new kernel without rebooting? My gut tells me it's not, but if it were, it'd be handy - especially when compiling ...
warren's user avatar
  • 19.4k
4 votes
3 answers
30k views

I am using a Debian 6 - 64bit OS and my server is ddosed/flooded through udp protocol from time to time. I basically host game-servers and my firewall is set to rate-limit the packets on allowed ports ...
Asad Moeen's user avatar
3 votes
1 answer
21k views

I've got a amazon ec2 server that i'm playing around with TCP settings in the sysctl.conf to increase the number of concurrent TCP connections it can handle, and i want to be able to view the kernel ...
Chris's user avatar
  • 1,291
3 votes
2 answers
7k views

Possible Duplicate: Reloading a kernel “live” in CentOS / RHEL 6 How can i update kernel on Centos without reboot .? I found ksplice but it is not supported for Centos. Regards,
Linuxstartway's user avatar
3 votes
1 answer
1k views

I am trying to optimize a set of servers that have to reside on single machine. i.e. i can have multiple application server, a DB server and of course a samba server as well in same instance. Now I ...
Aamir Mushtaq's user avatar
2 votes
1 answer
5k views

While debugging a problem with the networking configuration for a set of virtual machines running under KVM, I discovered a circumstance where the kernel in the guest VM has decided to stamp the ...
jonseymour's user avatar

15 30 50 per page
1
2 3 4 5