Re: pg document is not recorded:maintenance_work_mem can not large than 2GB in windows - Mailing list pgsql-docs

From Euler Taveira
Subject Re: pg document is not recorded:maintenance_work_mem can not large than 2GB in windows
Date
Msg-id e7ed0428-8ec1-470c-b0a1-e7622191b926@www.fastmail.com
Whole thread Raw
In response to pg document is not recorded:maintenance_work_mem can not large than 2GB in windows  ("yanliang lei" <msdnchina@163.com>)
List pgsql-docs
On Sun, Jul 24, 2022, at 1:01 AM, yanliang lei wrote:

pg document is not  recorded:maintenance_work_mem can not large than 2GB in windows。

https://www.postgresql.org/docs/14/runtime-config-resource.html


I suggest that:modify maintenance_work_mem parameter description in the pg documents:

add maintenance_work_mem parameter size limit in windows platform


if you set maintenance_work_mem large that 2GB in windows platform

postgresql service can not start。 

in the windows event viewer ,thare is the following error:

"ERROR: 3072000 is outside the valid range for parameter "maintenance_work_mem" (64 .. 2097151)


and the work_mem parameter also has similar problems as above。

https://www.postgresql.org/message-id/17895.1315869622@sss.pgh.pa.us

I don't think it is a good practice to document operating system limitations
because these limitations may be resolved in later versions of the operating
system. In this case, an OS choice (int and long are 32-bit values on 64-bit
Windows) imposes a Postgres limitation. The documentation does not mention an
upper limit and it also provides a suitable error message. Both are sufficient
to provide proper functioning for Postgres. IMO that's a change that someone
might be excited to address in the future.




--
Euler Taveira

pgsql-docs by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: Dependency Tracking to be updated with PostgreSQL 14 functions on dependencies improvement.
Next
From: PG Doc comments form
Date:
Subject: Usage instructions for pg_hba.conf file