On Sat, 2024-09-28 at 08:22 +0200, John Paul Adrian Glaubitz wrote: > > > Is there a way to tune lzma such that it reduces memory consumption in > > > this case? > > > > You should be able to globally reduce the amount of threads used with > > the DPKG_DEB_THREADS_MAX envvar (as the --threads-max option would > > need to be passed from debian/rules or debhelper or similar). > > Thanks a lot for the suggestion. For anyone else running into this problem, > the following workaround added to debian/rules did the trick to me: > > # Workaround for #846564 > override_dh_builddeb: > dh_builddeb -- --threads-max=16
Unfortunately, this workaround is not very reliable and the issue just showed again. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

