On Tue, Feb 04, 2020 at 01:40:24PM -0500, Noah Meyerhans wrote: > Before optimizations: > > $ systemd-analyze > Startup finished in 7.828s (kernel) + 22.332s (userspace) = 30.161s > graphical.target reached after 20.312s in userspace > > With optimizations: > $ systemd-analyze > Startup finished in 1.968s (kernel) + 6.536s (userspace) = 8.504s > graphical.target reached after 6.197s in userspace > > Only tested so far on an EC2 t3.medium, so results may vary elsewhere, > but that's nice. :)
Very nice! I would suggest testing on a c5.large. t2 and t3 have shared CPUs, so they have less consistent boot time. c5.large is about the same cost as t3.large, but will have far more consistent performance. > I'll post a WIP MR on salsa next. Some cleanup is needed still. Thank you for working on this! Have you confirmed that with the optimizations, you can boot without needing an initramfs? - Josh Triplett