Date: Fri, 5 Jul 2019 00:32:10 -0400 From: Greg Marsh <greg.marsh@gmail.com> To: Robert Schulze <rs@bytecamp.net> Cc: freebsd-questions@freebsd.org Subject: Re: extremely slow disk I/O after updating to 12.0 Message-ID: <CAHtBMo7kdgNxBEreMCbBLtxOhG-8EmN83AOVm6taUeE9McFFGg@mail.gmail.com> In-Reply-To: <3b067eb4-f0c7-4680-c3a9-6dac18f45952@bytecamp.net> References: <b76b814f-e440-67a9-5424-4e7c5d03d5ca@malikania.fr> <5adc029e-198c-5189-cd6c-4fff1e4980f0@bytecamp.net> <b75ce0e3-9e29-f944-fc0c-823c987820ce@malikania.fr> <3b067eb4-f0c7-4680-c3a9-6dac18f45952@bytecamp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I have been enjoying this conversation a lot. I deal with 10's of thousands of small files daily. Since doing the sysctl vfs.zfs.abd_scatter_enabled=3D0 I've noticed a massive uptick in the use of the L2ARC and a boost to my regular processing times (this is hearsay, I haven't done the numbers yet, but my day has been going by quicker) My storage system a is 5 disk raidz w/ SSD L2ARC and SLOG/ZIL. In reading the abd_scatter header file (I'm not a programmer), I'm making an educated guess the ABD information, no longer being able to be put wherever, needing a contiguous space of memory, has been using the L2ARC more frequently. Please correct me if I'm wrong with this interpretation. How file systems work is of deep interest to me and I <3 ZFS. In any event, I have seen an uptick in the processing of these files since doing the suggested modification. Thank you, Greg On Thu, 4 Jul 2019 at 03:52, Robert Schulze <rs@bytecamp.net> wrote: > Hi, > > Am 03.07.19 um 16:33 schrieb David Demelier: > > Le 03/07/2019 =C3=A0 13:43, Robert Schulze a =C3=A9crit : > >> we have seen a drop in I/O performance beginning with 11.2-RELEASE. > >> Try disabling scattered ABD: > >> > >> sysctl vfs.zfs.abd_scatter_enabled=3D0 > > > > Thanks for the answer. I'm trying this. > > > > Is this tunable available at boot (i.e. /boot/loader.conf) or do you pu= t > > it in /etc/sysctl.conf? > > I have set this tuneable in /boot/loader.conf. > > with kind regards, > Robert Schulze > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHtBMo7kdgNxBEreMCbBLtxOhG-8EmN83AOVm6taUeE9McFFGg>
