Skip to content

Commit

Permalink
fix swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Aaron committed Dec 18, 2019
1 parent 42fb4e4 commit 6c7bbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2019-12-17-ttrss-rsshub.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Killed
cd /var
dd if=/dev/zero of=swapfile bs=1024 count=524288 #512M, 按需调整
mkswap /var/swapfile
chmod 0600 /var/swapfile
/sbin/swapon swapfile
```
`/etc/fstab`中增加如下一行
Expand Down

0 comments on commit 6c7bbd9

Please sign in to comment.