Re: [HACKERS] Supporting huge pages on Windows - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] Supporting huge pages on Windows
Date
Msg-id CAEepm=0miZO1QHBRXjGvy==coO9rc=gjXrK34ZxR5qA8p0zSPg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Supporting huge pages on Windows  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Responses Re: [HACKERS] Supporting huge pages on Windows  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
List 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 by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] dropping partitioned tables without CASCADE
Next
From: Andrew Gierth
Date:
Subject: Re: [HACKERS] Hash support for grouping sets