summaryrefslogtreecommitdiff
path: root/palemoon/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-23 14:21:46 -0400
committerB Stack <bgstack15@gmail.com>2020-07-23 14:21:46 -0400
commit917a213b9cc2488a553951f7dfe9f4133c756100 (patch)
tree732a3fef4e283a1ad5a832006c5f45ca8429ab89 /palemoon/debian
parenttry new layout for mozconfig for -j flag (diff)
downloadstackrpms-917a213b9cc2488a553951f7dfe9f4133c756100.tar.gz
stackrpms-917a213b9cc2488a553951f7dfe9f4133c756100.tar.bz2
stackrpms-917a213b9cc2488a553951f7dfe9f4133c756100.zip
adjust mozconfig again
Diffstat (limited to 'palemoon/debian')
-rw-r--r--palemoon/debian/mozconfig2
1 files changed, 0 insertions, 2 deletions
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
bgstack15