On Friday, 10 September 2021 at 15:32, Miroslav Suchý wrote:
> Dne 09. 09. 21 v 18:54 Demi Marie Obenour napsal(a):
> > Can the Firefox build be distributed among multiple machines?
> 
> I would love to see a benchmark how much it speed up big packages and how it
> slow downs smaller packages. Whole rpmbuild part.
> 
> 
> FYI
> 
> Mock has CCache plugin, which speeds the thing a bit, but can be easily 
> exploited. So on build systems it is switched off.
> 
> Years ago I wrote blogpost about building in memory using tmpfs. That can 
> give you up to 70% gain.
> 
> http://miroslav.suchy.cz/blog/archives/2015/05/28/increase_mock_performance_-_build_packages_in_memory/index.html
> 
> We use this in Copr. AFAIK Koji does not use it. You can join Fedora infra to 
> change it :)

Nowadays, you can mount /var/lib/mock on zram, too:
$ cat /etc/systemd/zram-generator.conf 
[zram0]
zram-fraction = 0.5
max-zram-size = 4096

[zram1]
mount-point = /var/lib/mock
zram-fraction = 0.75
max-zram-size = 12288

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
        -- from "Collected Sayings of Muad'Dib" by the Princess Irulan
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to