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

From The Hermit Hacker
Subject Re: Re[2]: Re: [PATCHES] A patch for xlog.c
Date
Msg-id Pine.BSF.4.33.0102270024490.339-100000@mobile.hub.org
Whole thread Raw
In response to Re: Re[2]: Re: [PATCHES] A patch for xlog.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re[2]: Re: [PATCHES] A patch for xlog.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Mon, 26 Feb 2001, Bruce Momjian wrote:

> > Okay ... same applies to MMAP() though, I had to disappoint ... there are
> > kernel limits that, at least under FreeBSD, do require a kernel
> > recompile in order to exceed ... alot of them have been moved (maybe all
> > now) to sysctl settable values ... but, again, under some of the
> > commercial OSs, I don't think that anything but (as in Solaris) modifying
> > something like /etc/system and rebooting will fix ...
>
> But the mmap() limits are much larger than the SysV limits, aren't they,
> to the point where you would never have to fiddle with the mmap() limits
> to get 100mb of buffers, right?

Not necessarily ... it depends on the admin of the server ... then again,
I don't consider it a hassle to add a couple of lines to my kernel config
(or /etc/system) and reboot *shrug*  to me, its just part of the admin
process ...




pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: vacuum analyze fails: ERROR: Unable to locate type oid 2230924 in catalog
Next
From: Bruce Momjian
Date:
Subject: Re: Re[2]: Re: [PATCHES] A patch for xlog.c