Re: [HACKERS] Supporting huge pages on Windows

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: [HACKERS] Supporting huge pages on Windows
Дата
Msg-id CAEepm=0miZO1QHBRXjGvy==coO9rc=gjXrK34ZxR5qA8p0zSPg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Supporting huge pages on Windows  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Ответы Re: [HACKERS] Supporting huge pages on Windows  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Список pgsql-hackers
On Thu, Feb 23, 2017 at 8:29 PM, Tsunakawa, Takayuki
<tsunakawa.takay@jp.fujitsu.com> wrote:
> [win_large_pages_v8.patch]

+        Huge pages are known as large pages on Windows.  To use them,
you need to
+        assign the user right Lock Pages in Memory to the Windows user account
+        that runs <productname>PostgreSQL</productname>.
+        Huge pages are known as large pages on Windows.  To use them,
you need to
+        To start the database server on the command prompt as a
standalone process,
+        not as a Windows service, run the command prompt as an administrator or
+        disable the User Access Control (UAC). When the UAC is
enabled, the normal
+        command prompt revokes the user right Lock Pages in Memory.

The line beginning 'Huge pages are known as...' has been accidentally
duplicated.

-- 
Thomas Munro
http://www.enterprisedb.com



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [HACKERS] dropping partitioned tables without CASCADE
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: [HACKERS] Hash support for grouping sets