Re: NUMA architecture and PostgreSQL

Поиск
Список
Период
Сортировка
От Fabricio
Тема Re: NUMA architecture and PostgreSQL
Дата
Msg-id BLU103-W2633812FD33FDB6D970378FE050@phx.gbl
обсуждение исходный текст
Ответ на Re: NUMA architecture and PostgreSQL  (Tino Schwarze <postgresql@tisc.de>)
Список pgsql-admin
 
> I suppose this has nothing to do with PostgreSQL but needs some
> operating system level tuning. Maybe there is a way to bind the postgres
> processes to one node's CPUs... What operating system are you using?
 
I am using Red Hat Enterprise 5.2, kernel  2.6.18-92.el5 x86_64

> I know that there are ways to bind processes to a CPU on Linux, I'm not
> sure how to assign multiple processes to multiple CPUs. The Linux
> scheduler should know about NUMA architectures though, there not that
> new any more.
 
something like this?
numactl --membind=1 su - postgres -c "/usr/local/pgsql/bin/pg_ctl start -D /usr/local/pgsql/data/"
 this bind memory to node 1 to use the shared memory on node 1 and cpus preferred node 1. With this the other processes and S.O by default will use the node 0?
 
thanks...


¿Tienes cámara digital, más de una cuenta de email, planeas fiestas o blogueas? Entonces, necesitas Windows Live

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

Предыдущее
От: Tino Schwarze
Дата:
Сообщение: Re: AutoVaccuum process start as its off in potgresql.conf]
Следующее
От: Fabricio
Дата:
Сообщение: Re: NUMA architecture and PostgreSQL