Skip to content

Commit 862ef27

Browse files
committed
README.md: add not about swapfile
1 parent 0c957ed commit 862ef27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ than the ``STOCHRSI`` which is ``STOCHF`` applied to ``RSI``:
273273
If the build appears to hang, you might be running on a VM with not enough
274274
memory -- try 1 GB or 2 GB.
275275

276+
It has also been reported that using a swapfile could help, for example:
277+
278+
```
279+
$ sudo fallocate -l 1G /swapfile
280+
$ sudo chmod 600 /swapfile
281+
$ sudo mkswap /swapfile
282+
$ sudo swapon /swapfile
283+
```
284+
276285
---
277286

278287
If you get "permission denied" errors such as this, you might need to give

0 commit comments

Comments
 (0)