Re: Memory question

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Memory question
Дата
Msg-id 200306271254.51441.josh@agliodbs.com
обсуждение исходный текст
Ответ на Memory question  ("Patrick Hatcher" <PHatcher@macys.com>)
Ответы Re: Memory question
Re: Memory question
Список pgsql-performance
Patrick,

> Sorry for posting an obvious Linux question, but have any of you
> encountered this and how have you fixed it.
> I have 6gig Ram box.  I've set my shmmax  to 3072000000.  The database
> starts up fine without any issues.  As soon as a query is ran
> or a FTP process to the server  is done, the used memory shoots up and
> appears to never be released.

What's you shared_buffers set to after our talk?  Do you actually need 3gb of
shmmax?

> My fear is that this may cause problems for my database if this number
> continues to grow.  Below is my TOP after running a query, and shutting
> down PgAdmin.  While not low now, the amount of free memory has dropped to
> around 11mg.  I'll admit I'm not that Linux savvy, but am I reading this
> correct?

No.

> Mem:  6711564K av, 6517776K used,  193788K free,       0K shrd,   25168K

The "used" figure in Top doesn't really tell you anything, since it includes
the kernel buffer which tries to take up all available memory.  If you
actually look at the list of processes, I think you'll find that you're only
using 1-2% of memory for applications.

I'm not sure what app would show your "real" free memory.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


В списке pgsql-performance по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Memory question
Следующее
От: "Patrick Hatcher"
Дата:
Сообщение: Re: Memory question