On Sun, 29 Nov 2020 at 12:36, Konstantin Belousov <kostik...@gmail.com> wrote: > > I think it is reasonable to return to 128KB for 32bit systems. ... > +#ifndef MAXPHYS /* max raw I/O transfer size > */ > +#ifdef __ILP32__ > +#define MAXPHYS (128 * 1024) > +#else > +#define MAXPHYS (1024 * 1024) > +#endif
This seems reasonable to me. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"