Skip to content

Commit 803b2ce

Browse files
committedDec 7, 2016
Fixes Issue jasonheecs#1
1 parent ca73a74 commit 803b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setupLibrary.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function createSwap() {
6363

6464
# Anything over 4GB in swap is probably unnecessary as a RAM fallback
6565
if [ ${swapmem} -gt 4 ]; then
66-
phymem=4
66+
swapmem=4
6767
fi
6868

6969
sudo fallocate -l "${swapmem}G" /swapfile

0 commit comments

Comments
 (0)
Please sign in to comment.