Skip to content

Commit

Permalink
adjust memory recommendations in install.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 21, 2022
1 parent 2fc15d4 commit 3d50a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ def tweak_malcolm_runtime(
osMemory = '30g'
lsMemory = '6g'
elif self.totalMemoryGigs >= 31.0:
osMemory = '21g'
lsMemory = '3500m'
osMemory = '16g'
lsMemory = '3g'
elif self.totalMemoryGigs >= 15.0:
osMemory = '10g'
lsMemory = '3g'
lsMemory = '2500m'
elif self.totalMemoryGigs >= 11.0:
osMemory = '6g'
lsMemory = '2500m'
Expand Down

0 comments on commit 3d50a52

Please sign in to comment.