Re: [PATCH] Change maximum size of /usr/src to 3G for autoinstall

2021-11-07 Thread Otto Moerbeek
On Sun, Nov 07, 2021 at 07:44:57PM +0300, Mikhail wrote: > On Sat, Oct 30, 2021 at 11:39:54AM +0300, Mikhail wrote: > > On Sun, Oct 24, 2021 at 02:17:25PM +0300, Mikhail wrote: > > > On Sun, Oct 24, 2021 at 11:32:26AM +0100, Stuart Henderson wrote: > > > > The minimum needs to go up too, a cvs che

Re: [PATCH] Change maximum size of /usr/src to 3G for autoinstall

2021-11-07 Thread Mikhail
On Sat, Oct 30, 2021 at 11:39:54AM +0300, Mikhail wrote: > On Sun, Oct 24, 2021 at 02:17:25PM +0300, Mikhail wrote: > > On Sun, Oct 24, 2021 at 11:32:26AM +0100, Stuart Henderson wrote: > > > The minimum needs to go up too, a cvs checkout is 1.3G already. > > > > > > (Not that I use auto defaults

Re: [PATCH] Change maximum size of /usr/src to 3G for autoinstall

2021-10-30 Thread Mikhail
On Sun, Oct 24, 2021 at 02:17:25PM +0300, Mikhail wrote: > On Sun, Oct 24, 2021 at 11:32:26AM +0100, Stuart Henderson wrote: > > The minimum needs to go up too, a cvs checkout is 1.3G already. > > > > (Not that I use auto defaults without changes anyway, they don't > > work too well for ports dev.

Re: [PATCH] Change maximum size of /usr/src to 3G for autoinstall

2021-10-24 Thread Mikhail
On Sun, Oct 24, 2021 at 11:32:26AM +0100, Stuart Henderson wrote: > The minimum needs to go up too, a cvs checkout is 1.3G already. > > (Not that I use auto defaults without changes anyway, they don't > work too well for ports dev..) Changed minimum to 1.5G. diff --git regress/sbin/disklabel/120

Re: [PATCH] Change maximum size of /usr/src to 3G for autoinstall

2021-10-24 Thread Stuart Henderson
On 2021/10/24 13:10, Mikhail wrote: > Hello, current maximum size of /usr/src in large disk autoinstall > configuration is set to 2G, which in insufficient for 'git clone', where > the repo already exceeded this size, I suggest to change it to 3G, since > most users have disks large enough to handl

[PATCH] Change maximum size of /usr/src to 3G for autoinstall

2021-10-24 Thread Mikhail
Hello, current maximum size of /usr/src in large disk autoinstall configuration is set to 2G, which in insufficient for 'git clone', where the repo already exceeded this size, I suggest to change it to 3G, since most users have disks large enough to handle it. diff --git regress/sbin/disklabel/300