Re: Re[3]: Re: [PATCHES] A patch for xlog.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: jamexu <jamexu(at)telekbird(dot)com(dot)cn>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re[3]: Re: [PATCHES] A patch for xlog.c
Date: 2001-02-27 16:25:35
Message-ID: Pine.LNX.4.30.0102271720100.756-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-02-27 16:36:29 Re: A patch for xlog.c
Previous Message Bruce Momjian 2001-02-27 16:23:44 Re: Re[4]: Re: [PATCHES] A patch for xlog.c