postgres.exe mem usage in task manager

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема postgres.exe mem usage in task manager
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101ADB5@Herge.rcsinc.local
обсуждение исходный текст
Ответы Re: postgres.exe mem usage in task manager  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32
I noticed a curious thing: the task manager does not seem to account for
shared memory (memory mapped files) in the memory usage, making it
appear that that the backends are allocating more memory than they
really are.

I confirmed that the total allocation for all the backends was
reasonable by checking the system commit but if you add up allocations
for each backend it appears much higher.

checkpointing on win32 seems to run very fast...much faster than I'm
used to, but this may be do to improvements in the bgwriter.  It cleans
the clock of the Interix port (MS's own unix runtime) by at least 15% on
insert heavy situations.  Overall, I am just blown away on how well the
whole thing works compared to just a few weeks ago.

Merlin

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

Предыдущее
От: weiping he
Дата:
Сообщение: Re: psql compiled with msys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres.exe mem usage in task manager