Running PG8.1 - will it recognize CPU and memory that are added dynamically to the server when the postmaster is running? -- Brad Nicholson 416-673-4106 Database Administrator, Afilias Canada Corp.
Brad Nicholson <bnichols@ca.afilias.info> writes: > Running PG8.1 - will it recognize CPU and memory that are added > dynamically to the server when the postmaster is running? Depends somewhat on the OS. If it allows existing processes to be scheduled on newly added CPUs, then existing backends will be able to run on them. Newly added memory will be available for private (per-backend) allocations and (I assume) disk caching by the OS, but not for addition to the Postgres shared memory pool (since that is all allocated when the server starts up). In general, if the OS makes newly added resources available to existing processes, PG should be able to use them. -Doug
On 5/2/07, Brad Nicholson <bnichols@ca.afilias.info> wrote: > Running PG8.1 - will it recognize CPU and memory that are added > dynamically to the server when the postmaster is running? I thought that was a job for the underlying OS? Cheers, Andrej
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера