We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c957ed commit 862ef27Copy full SHA for 862ef27
README.md
@@ -273,6 +273,15 @@ than the ``STOCHRSI`` which is ``STOCHF`` applied to ``RSI``:
273
If the build appears to hang, you might be running on a VM with not enough
274
memory -- try 1 GB or 2 GB.
275
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
285
---
286
287
If you get "permission denied" errors such as this, you might need to give
0 commit comments