diff options
Diffstat (limited to 'palemoon/debian/mozconfig')
-rw-r--r-- | palemoon/debian/mozconfig | 2 |
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 |