Re: How to monitor resources on Linux.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jallgood(at)the-allgoods(dot)net
Cc: ajs(at)crankycanuck(dot)ca, scott(dot)marlowe(at)gmail(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: Re: How to monitor resources on Linux.
Date: 2007-08-29 02:15:04
Message-ID: 19545.1188353704@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

jallgood(at)the-allgoods(dot)net writes:
> This is interesting. We are running a 32bit kernel.

On an Opteron? Why in the world are you doing that?

> The output from free -l -m. I believe the High and Low are like
> watermarks for lack of another word.

Uh, no, you are dead wrong. In a 32-bit machine low memory is the first
physical GB or so, and high memory is the rest, and there are certain
things that have to be in low memory because the hardware won't cope
otherwise. Thus, you can run out of lowmem even when there's scads of
free memory in highmem.

If you've got more than about a GB of physical RAM you need to be
running a 64-bit kernel; otherwise you're wasting your hardware.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message jallgood 2007-08-29 03:01:59 Re: How to monitor resources on Linux.
Previous Message jallgood 2007-08-29 00:31:27 Re: How to monitor resources on Linux.