From 917a213b9cc2488a553951f7dfe9f4133c756100 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 23 Jul 2020 14:21:46 -0400 Subject: adjust mozconfig again --- palemoon/debian/mozconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'palemoon/debian') diff --git a/palemoon/debian/mozconfig b/palemoon/debian/mozconfig index 3b78f53..89b2796 100644 --- a/palemoon/debian/mozconfig +++ b/palemoon/debian/mozconfig @@ -1,8 +1,6 @@ if test `lsb_release -sc` = "sid" || test `lsb_release -sc` = "unstable" ; then -# single-threaded for sid because of jobserver problem in OBS export JCOUNT=1 else -# limit to 4 cpus to limit memory usage (approximately 0.75 GiB RAM/thread) export JCOUNT=4 fi -- cgit