Unverified Commit 11caa5d8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Readme (#533)

parent 26fa31ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:

+1 −1
Original line number Diff line number Diff line
@@ -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