aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-08-11 23:01:48 +0200
committerGitHub <noreply@github.com>2019-08-11 23:01:48 +0200
commitbe789105dad29cea8c5bec5a875695a806bb23b6 (patch)
tree680e9f71d54bcbe8fc3e12341ec5928d8a44e4ec /README.md
parenteae30476db69faeca1fdcf9b62ccc1708032c9bb (diff)
parentb199de81f9241d0c07ccdd35bf0a8794d855bba6 (diff)
downloadmastodon_ynh-be789105dad29cea8c5bec5a875695a806bb23b6.tar.gz
mastodon_ynh-be789105dad29cea8c5bec5a875695a806bb23b6.tar.bz2
mastodon_ynh-be789105dad29cea8c5bec5a875695a806bb23b6.zip
Merge pull request #172 from YunoHost-Apps/swap
managing swap
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index 9054a23..7c70e55 100644
--- a/README.md
+++ b/README.md
@@ -30,18 +30,6 @@ Mastodon is a free, open-source social network. A decentralized alternative to c
### Install
-#### Adding "swapfile" If you have less than 2Go of RAM
-```
-sudo dd if=/dev/zero of=/swapfile bs=1024 count=1024000
-sudo chmod 600 /swapfile
-sudo mkswap /swapfile
-sudo swapon /swapfile
-```
-add this line on /etc/fstab
-```
-/swapfile none swap sw 0 0
-```
-
#### Using __screen__ in case of disconnect
```
$ sudo apt-get install screen