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

From: "yanliang lei" <msdnchina(at)163(dot)com>
To: "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: pg document is not recorded:maintenance_work_mem can not large than 2GB in windows
Date: 2022-07-24 04:01:40
Message-ID: 360f5fd7.46a.1822e5e2eaf.Coremail.msdnchina@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

so, It is best to add this description to the document about work_mem and maintenance_work_mem parameter

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2022-07-24 19:39:17 Re: Correction
Previous Message Daniel Gustafsson 2022-07-23 21:04:48 Re: gettext instructions for Windows seems wrong