mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
0bc5b1de6dab9dafb8e1bdccb1fc2775605ab486
Exporting XZ_OPT caused that every time xz was called, it automatically enabled parallelism. The make systemm also launches multiple processes at the same time to use more processor cores at the same time. The combination of this causes memory exhaustion even on large systems and has no performance gain. Therefore this is disabled by default and only enabled where we need it which is already the case. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Description
No description provided
Languages
Perl
70.4%
Shell
23%
C
4%
Python
0.6%
Makefile
0.5%
Other
1.4%