mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-06 07:57:32 +00:00
Further limit the number of parallel processes
This commit is contained in:
parent
313afe17d4
commit
c747f322da
2
debian/rules
vendored
2
debian/rules
vendored
@ -47,7 +47,7 @@ packages := $(shell dh_listpackages)
|
||||
# flang has some memory hogs, of up to 6.2gb per process. Limit the parallel jobs
|
||||
# based on the available memory
|
||||
ifneq (,$(filter flang-$(LLVM_VERSION), $(packages)))
|
||||
MEM_PER_CPU=3900
|
||||
MEM_PER_CPU=4500
|
||||
else
|
||||
MEM_PER_CPU=2100
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user