On Wed, Jun 30, 2021 at 12:46:59PM +0200, Miroslav Suchý wrote:
> Dne 30. 06. 21 v 12:29 Zbigniew Jędrzejewski-Szmek napsal(a):
> >The OP talks exclusively about "RAM". And I think RAM is what we need
> 
> From:
> 
> https://build.opensuse.org/package/view_file/openSUSE:Factory/memory-constraints/memory-constraints.macros?expand=1
> 
> max_swapmem=$(awk '/SwapTotal/ { print $2 }' /proc/meminfo) \
> max_jobs="$((($max_physmem + $max_swapmem) / ($mem_per_process * 1000)))" \

Oops. Yeah, I don't think this implementation much sense ;(

> >to look at: even if there is bountiful swap, the build would be quite
> >slow if it was used to any significant degree. So we're probably
> >better of limiting parallelism rather than using all that swap.
> 
> I agree.

Zbyszek
_______________________________________________
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