Loading readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ kubectl apply -f kubernetes.yml * ### How do I change the amount of CPU or RAM? By default, the container is allowed to use a maximum of 1 CPU core and 1 GB of RAM. By default, the container will be allowed to use a maximum of 1 CPU core and 1 GB of RAM. If you want to adjust this, you can specify the desired amount using the following environment variables: Loading src/reset.sh +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ echo # Check compatibilty if [[ "${FS,,}" == "btrfs" ]] && [[ "${SYS,,}" == *"-unraid"* ]]; then warn "this container has issues with BTRFS on Uraid, please use another filesystem for /storage!" warn "you are using BTRFS on Unraid, this might introduce issues!" fi # Check memory Loading Loading
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ kubectl apply -f kubernetes.yml * ### How do I change the amount of CPU or RAM? By default, the container is allowed to use a maximum of 1 CPU core and 1 GB of RAM. By default, the container will be allowed to use a maximum of 1 CPU core and 1 GB of RAM. If you want to adjust this, you can specify the desired amount using the following environment variables: Loading
src/reset.sh +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ echo # Check compatibilty if [[ "${FS,,}" == "btrfs" ]] && [[ "${SYS,,}" == *"-unraid"* ]]; then warn "this container has issues with BTRFS on Uraid, please use another filesystem for /storage!" warn "you are using BTRFS on Unraid, this might introduce issues!" fi # Check memory Loading