Re: [PERFORM] [BUGS] Invalid WAL segment size. Allowed values are 1,2,4,8,16,32,64 - Mailing list pgsql-performance

From Michael Paquier
Subject Re: [PERFORM] [BUGS] Invalid WAL segment size. Allowed values are 1,2,4,8,16,32,64
Date
Msg-id CAB7nPqQTYcMC=_29F1MLAXOqvPe-ExckVL623OP581YAxoiF4A@mail.gmail.com
Whole thread Raw
In response to Re: [PERFORM] [BUGS] Invalid WAL segment size. Allowed values are 1,2,4,8,16,32,64  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-performance
On Tue, Jun 13, 2017 at 10:39 PM, Cocco Gianfranco
<Gianfranco.Cocco@eng.it> wrote:
> ./configure --with-wal-segsize=1024
>
> checking for WAL segment size... configure: error: Invalid WAL segment size.
> Allowed values are 1,2,4,8,16,32,64.
>
> Please, how can I do?

When trying to compile Postgres 9.6, the maximum value is 64. If you
want to allow 1GB of WAL segment size you will need to wait for 10, or
just use 64MB.
--
Michael


pgsql-performance by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PERFORM] [BUGS] Invalid WAL segment size. Allowed values are 1,2,4,8,16,32,64
Next
From: Lutz Fischer
Date:
Subject: [PERFORM] Using array instead of sub table (storage and speed)