Re: Swapping in 7.4.3

Поиск
Список
Период
Сортировка
От Matt Clark
Тема Re: Swapping in 7.4.3
Дата
Msg-id 00b101c46b07$79a758d0$8300a8c0@solent
обсуждение исходный текст
Ответ на Re: Swapping in 7.4.3  ("Scott Marlowe" <smarlowe@qwest.net>)
Список pgsql-performance
> This is normal.  My personal workstation has been up for 16
> days, and it shows 65 megs used for swap.  The linux kernel
> looks for things that haven't been accessed in quite a while
> and tosses them into swap to free up the memory for other uses.
>
> This isn't PostgreSQL's fault, or anything elses.  It's how a
> typical Unix kernel works.  I.e. you're seeing a problem that
> simply isn't there.

Actually it (and other OSes) does slightly better than that.  It _copies_
the least recently used pages into swap, but leaves them in memory.  Then
when there really is a need to swap stuff out there is no need to actually
write to swap because it's already been done, and conversely if those pages
are wanted then they don't have to be read from disk because they were never
removed from memory.



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

Предыдущее
От: Mark Aufflick
Дата:
Сообщение: Re: hardware raid suggestions
Следующее
От: Hervé Piedvache
Дата:
Сообщение: Re: Insert are going slower ...