Re: Re[3]: Re: [PATCHES] A patch for xlog.c - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Re[3]: Re: [PATCHES] A patch for xlog.c
Date
Msg-id Pine.LNX.4.30.0102271720100.756-100000@peter.localdomain
Whole thread Raw
In response to Re[3]: Re: [PATCHES] A patch for xlog.c  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: Re[3]: Re: [PATCHES] A patch for xlog.c  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
The Hermit Hacker writes:

> I don't ... I personally admin FreeBSD and Solaris boxen ... FreeBSD,
> first step is to always recompile the kernel after an install, to get rid
> of crud and add Shared Memory ... the Solaris boxes, you add a couple of
> lines to /etc/system and reboot, and you have Shared Memory ...
>
> I don't know about other 'commercial OSs', but I'd be shocked if a Linux
> admin never does any kernel config cleanup befor egoing production *shrug*

Linux allows you to load and unload kernel modules, while the system is
running, to add and remove stuff as you need it.  But this is moot because
Linux also allows you to increase shared memory (up to the total
addressable memory)  while the system is running.  Recompiling Linux
kernels is a thing of the past with modern distributions.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Gunnar R|nning
Date:
Subject: Re: Query precompilation?
Next
From: Bruce Momjian
Date:
Subject: Re: Re[4]: Re: [PATCHES] A patch for xlog.c