Browse Source

Improved message for SWAP

release/v3.3.0
gau1991 10 years ago
parent
commit
81528242fc
  1. 2
      ee/core/addswap.py

2
ee/core/addswap.py

@ -18,7 +18,7 @@ class EESwap():
"""Swap addition with EasyEngine"""
if EEVariables.ee_ram < 512:
if EEVariables.ee_swap < 1000:
Log.info(self, "Adding SWAP")
Log.info(self, "Adding SWAP file, please wait...")
# Install dphys-swapfile
EEAptGet.update(self)

Loading…
Cancel
Save