Re: problems with "Shared Memory and Semaphores" section of docs - Mailing list pgsql-hackers

From Imseih (AWS), Sami
Subject Re: problems with "Shared Memory and Semaphores" section of docs
Date
Msg-id D4841AC0-6453-441A-A1FD-6836AA5D1437@amazon.com
Whole thread Raw
In response to Re: problems with "Shared Memory and Semaphores" section of docs  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> postgres -D pgdev-dev -c shared_buffers=16MB -C shared_memory_size_in_huge_pages
> 13
> postgres -D pgdev-dev -c shared_buffers=16MB -c huge_page_size=1GB -C shared_memory_size_in_huge_pages
> 1


> Which is very useful to be able to actually configure that number of huge
> pages. I don't think a system view or such would not help here.

Oops. Totally missed the -C flag. Thanks for clarifying!

Regards,

Sami 


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: problems with "Shared Memory and Semaphores" section of docs
Next
From: Tomas Vondra
Date:
Subject: allow sorted builds for btree_gist