https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36721
--- Comment #1 from David Cook <[email protected]> --- I've done some experimenting by using a "-M Koha::Preload" in /usr/sbin/koha-plack You can observe memory savings using "free -m" with the most obvious memory savings being over a large number of workers. Speed... if just preloading Plack and Mojolicious libraries, the speed difference is negligible. The biggest savings in time/memory I've noticed so far is preloading Koha::Schema which preloads all our 272 DBIx::Class schema files. -- If we want to preload other Koha files, I think we'll need to be careful to make sure we're not causing any variable scoping problems. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
