Commit 7aedbc53 authored by Holger Levsen's avatar Holger Levsen
Browse files

rdn: limit debrebuild cache to 50g on ppc64el nodes

parent a1d9881a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,9 +13,10 @@ fi

LIMIT=100
case $HOSTNAME in
	ionos17*)		LIMIT=50  ;;
	codethink*)		LIMIT=200  ;;
	ionos17*)		LIMIT=50  ;;
	osuosl*-amd64)		LIMIT=333 ;;
	osuosl*-ppc64el)	LIMIT=50 ;;
	riscv64*)		LIMIT=180 ;;
	*)			;;
esac