Request 32 GB per vCPU when processing debuginfo

This commit is contained in:
Michael Catanzaro 2022-11-29 10:13:25 -06:00
parent 539232f491
commit 6d5a3e0677

View File

@ -296,8 +296,8 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0
# https://bugzilla.redhat.com/show_bug.cgi?id=1456261 # https://bugzilla.redhat.com/show_bug.cgi?id=1456261
%global _dwz_max_die_limit_x86_64 250000000 %global _dwz_max_die_limit_x86_64 250000000
# Require 16 GB of RAM per vCPU for debuginfo processing. # Require 32 GB of RAM per vCPU for debuginfo processing. 16 GB is not enough.
%global _find_debuginfo_opts %limit_build -m 16384 %global _find_debuginfo_opts %limit_build -m 32768
# Remove debuginfo from 32-bit builds to reduce memory consumption even more. # Remove debuginfo from 32-bit builds to reduce memory consumption even more.
# No amount of optimizing is going to work here. # No amount of optimizing is going to work here.