similar to: VM differences between CentOS and current vanilla

Displaying 20 results from an estimated 2000 matches similar to: "VM differences between CentOS and current vanilla"

2016 Oct 10
0
Dealing with swappiness on host systems
Hi, I'm looking for a way to prevent qemu processes on a libvirt host to use swap unless there is no physical memory free but apparently this is not as easy as I'd hoped it would be. This is on a CentOS 7 system. At first I tried setting /proc/sys/vm/swappiness to 1 (apparently setting it to 0 now means even the OOM killer takes precedence over swapping:
2015 Jun 05
1
Effectiveness of CentOS vm.swappiness
Am 05.06.2015 um 17:40 schrieb Greg Lindahl: > On Fri, Jun 05, 2015 at 12:29:04PM +0200, Markus "Shorty" Uckelmann wrote: > >> How can I further debug this >> problem and find out what's the culprit? > > It's working as designed. Sadly. It is just my first time I see this behaviour to this extent/on so many servers. So you can say that I'm kind of a
2015 Jun 05
0
Effectiveness of CentOS vm.swappiness
On 06/05/2015 12:09 PM, Markus "Shorty" Uckelmann wrote: > Am 05.06.2015 um 18:33 schrieb Gordon Messmer: >> On 06/05/2015 03:29 AM, Markus "Shorty" Uckelmann wrote: >>> some (probably unused) parts are swapped out. But, some of >>> those parts are the salt-minion, php-fpm or mysqld. All services which >>> are important for us and which
2015 Jun 06
1
Effectiveness of CentOS vm.swappiness
Am 05.06.2015 um 23:32 schrieb Gordon Messmer: >>> Those two things can't really both be true. If the pages >>> swapped out are unused, then the application won't suffer as a >>> result. >> >> Why not? If you have an application which sees action only every >> 12 to 24 hours,I think this can happen. > > Well, that's not
2015 Dec 24
0
systemd-sysctl not running on boot
Added some info from the my system: [root at web-devel-local-1 ~]# uname -a Linux web-devel-local-1.in.parkam-ip.com 3.10.0-327.3.1.el7.x86_64 #1 SMP Wed Dec 9 14:09:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [root at web-devel-local-1 ~]# cat /etc/sysctl.d/sysctl.conf # System default settings live in /usr/lib/sysctl.d/00-system.conf. # To override those settings, enter new settings here, or
2015 Sep 16
2
OOM and Swappiness
Hi All, I have a server that has its swappiness set to 0. It is running a little tight on memory and so there have been a couple of events where the OOM_killer has been invoked and killed off MySQL, which you would expect. Now if you have your swappiness at 0 then "A value of 0 instructs the kernel not to initiate swap until the amount of free and file-backed pages is less than the high
2015 Jun 04
0
Effectiveness of CentOS vm.swappiness
On 04.06.2015 22:18, Markus "Shorty" Uckelmann wrote: > Hi all, > > This might not be CentOS related at all. Sorry about that. > > I have lots of C6 & C7 machines in use and all of them have the default > swappiness of 60. The problem now is that a lot of those machines do > swap although there is no memory pressure. I'm now thinking about > lowering
2015 Sep 16
0
OOM and Swappiness
On 09/16/2015 09:11 AM, Callum Scott wrote: > It is running a little > tight on memory and so there have been a couple of events where the > OOM_killer has been invoked and killed off MySQL, which you would expect. One thing that should be noted is that regardless of swappiness, overcommit might be an issue. If a single process is using most of the memory in a system, and attempts to
2008 Feb 01
3
swapping on centos 5.1
Hi all, I used to use centos 4.5 on an AMD 4800+ with 2GIG ram. Now I use centos 5.1 on AMD 6400+ with 4GIG RAM. The system responsiveness is different between the two. I noticed that centos 5.1 seems to be swapping programs out of memory at times resulting in slowness (perceived by me). I played with swappiness (/proc/sys/vm/) setting to 10, then 1 then 0. Still resulted in the same perceived
2015 Jun 04
4
Effectiveness of CentOS vm.swappiness
Hi all, This might not be CentOS related at all. Sorry about that. I have lots of C6 & C7 machines in use and all of them have the default swappiness of 60. The problem now is that a lot of those machines do swap although there is no memory pressure. I'm now thinking about lowering swappiness to 1. But I'd still like to find out why this happens. The only common thing between all
2015 Dec 23
2
systemd-sysctl not running on boot
You are correct, I'll refine my problem, By running "systemctl status systemd-sysctl" I also receive the same output, but a simple "cat /proc/sys/vm/swappiness" returns the default value, and not the one set by my conf file. But, if I run "/usr/lib/systemd/systemd-sysctl" the "cat /proc/sys/vm/swappiness" does return the correct value. Any idea ? Does
2015 Jun 05
6
Effectiveness of CentOS vm.swappiness
Am 05.06.2015 um 00:23 schrieb Dennis Jacobfeuerborn: > If I'd have to venture a guess then I'd say there are memory pages that > are never touched by any processes and as a result the algorithm has > decided that it's more effective to swap out these pages to disk and use > the freed ram for the page-cache. That's my guess too. [...] > impact. If however these
2019 Jan 28
0
Samba 4.9.4 - high RAM usage - OOM killer
Hai, How is the swappiness set? cat /proc/sys/vm/swappiness Its probely set to 60, i suggest, lower it to 10 or 20. That wil help keeping the samba processes out of swap. I've see more programs gettting OOM Killed due too out of swap. echo 10 > /proc/sys/vm/swappiness Stop and start samba Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba
2006 Jul 21
9
How 37s affects Rails
Ok, no one has said it yet so I will. http://37signals.com/svn/archives2/bezos_expeditions_invests_in_37signals.php?102#comments How is this going to affect Rails? Or is it? -- Posted via http://www.ruby-forum.com/.
2015 Jan 29
0
C6 server responding extremely slow on ssh interactive
On 01/28/2015 11:28 PM, Patrick Bervoets wrote: > > Arping on the troublesome server gives 0 responses. > > I just tried with a physical console on that server and there I got the > same unresponsive behaviour. Well, that's a different story, then. :) I haven't seen delays anywhere near that long before, even with heavy swapping. But I guess I'd look at that sort of
2015 Sep 16
3
OOM and Swappiness
Gordon Messmer wrote: > On 09/16/2015 09:11 AM, Callum Scott wrote: >> It is running a little >> tight on memory and so there have been a couple of events where the >> OOM_killer has been invoked and killed off MySQL, which you would >> expect. > > One thing that should be noted is that regardless of swappiness, > overcommit might be an issue. If a single
2010 Mar 16
2
What kernel params to use with KVM hosts??
Hi all, I order to reach maximum performance on my centos kvm hosts I have use these params: - On /etc/grub.conf: kernel /vmlinuz-2.6.18-164.11.1.el5 ro root=LABEL=/ elevator=deadline quiet - On sysctl.conf # Special network params net.core.rmem_default = 8388608 net.core.wmem_default = 8388608 net.core.rmem_max = 16777216 net.core.wmem_max = 16777216
2015 Dec 24
2
systemd-sysctl not running on boot
also in /etc/sysctl.d/ On Thu, Dec 24, 2015 at 8:58 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 12/23/2015 05:08 AM, Ofer Hasson wrote: > >> By running "systemctl status systemd-sysctl" I also receive the same >> output, but a simple "cat /proc/sys/vm/swappiness" returns the default >> value, and not the one set by my conf file.
2006 Sep 02
1
How do we handle panics? Bug it here or RH or ignore it (been around *long* time apparently)?
"Unable to handle kernel paging request". I've saved the OOPS data from the logs for 6 panics since the 4.4 update. Two before I turned on DRI for my radeon (why not? Couldn't be any less "stable"). Did my google work and became aware it is a long-standing unfixed problem (at least through kernel 2.6.15? IIRC). I've started reading what I can find on crash to see
2006 Jul 26
9
RadRails config? Getting blank project only created?
Hi, Does anyone know how to correctly configure RadRails (0.7)? I can''t seem to get 0.7 version of radrails to create a Rails project. All I get is a blank project. I have ensured that my PATH does point to my ruby\bin area. Also any clarification regarding which directory (with an example) should be used for the following preferences setting (are they asking for a file or