From 2f50380f4d92b8fcc9581ac8fa1e2af3f84a94dd Mon Sep 17 00:00:00 2001 From: AlaRubra123 <70891925+AlaRubra123@users.noreply.github.com> Date: Thu, 2 Dec 2021 10:58:46 -0600 Subject: [PATCH] Add clarification to Red egg readme (#1425) --- bots/discord/redbot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/discord/redbot/README.md b/bots/discord/redbot/README.md index 445b1485..cad24c5a 100644 --- a/bots/discord/redbot/README.md +++ b/bots/discord/redbot/README.md @@ -8,7 +8,7 @@ No port are required to run Red. if you want to use the internal Lavalink Server, you need to allocate port 2333 as primary ### Additional Requirements -When using the Audio Cog the bot will attempt to save files to /tmp resulting in a disk space error. To resolve this error you must increase the size of `tmpfs` using custom container policy. +When using the Audio Cog the bot will attempt to save files to /tmp resulting in a disk space error. You may also see this same error when attempting to install a cog, due to pip using /tmp to build the requirements. To resolve this error you must increase the size of `tmpfs` using custom container policy. For additional details see: https://pterodactyl.io/wings/1.0/configuration.html#other-values