From fd6f00b08b65369c296059e99b22709e80ddbb78 Mon Sep 17 00:00:00 2001 From: James Thomas Moon <815261+jtmoon79@users.noreply.github.com> Date: Sat, 9 Mar 2019 15:59:10 -0800 Subject: [PATCH] note OOM --- ...orrent-nox-4.x-on-DietPi-(Debian-9.0)-for-ARM-devices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Compiling-qBittorrent-nox-4.x-on-DietPi-(Debian-9.0)-for-ARM-devices.md b/Compiling-qBittorrent-nox-4.x-on-DietPi-(Debian-9.0)-for-ARM-devices.md index 722ed32..e30e380 100644 --- a/Compiling-qBittorrent-nox-4.x-on-DietPi-(Debian-9.0)-for-ARM-devices.md +++ b/Compiling-qBittorrent-nox-4.x-on-DietPi-(Debian-9.0)-for-ARM-devices.md @@ -93,9 +93,9 @@ sudo make install This will require five to six hours to compile on Raspberry Pi hardware. -#### out of memory +#### out of memory (OOM) -If out-of-memory errors occur then add a swap file. +If OOM errors occur then add a swap file. ~~~~~ sudo dd if=/dev/zero of=/.swapfile bs=1M count=1024 @@ -110,7 +110,7 @@ sudo rm /.swapfile (These steps are copied from [here](https://dev.deluge-torrent.org/wiki/Building/libtorrent#TemporarySwapFileforRasperryPiorlowmemorysystems)). -One example manifestation of an out of memory error on Raspbian OS looks like +One example manifestation of an OOM error on Raspbian OS looks like ~~~~~ $ make