From d6f980ef48cdefd190911c91e8dcc713dded2540 Mon Sep 17 00:00:00 2001 From: marlon Date: Thu, 17 Jul 2025 13:38:12 -0400 Subject: [PATCH] add low resources config options --- .env.sample | 5 +++++ README.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/.env.sample b/.env.sample index 4b61cce..0fd8b31 100644 --- a/.env.sample +++ b/.env.sample @@ -12,6 +12,11 @@ COMPOSE_FILE="compose.yml" LETS_ENCRYPT_ENV=production +## For low-resource machines (<2GB ram) +# BASEROW_AMOUNT_OF_GUNICORN_WORKERS=1 +# BASEROW_AMOUNT_OF_WORKERS=1 +# BASEROW_RUN_MINIMAL=yes + # COMPOSE_FILE="$COMPOSE_FILE:compose.email.yml" # FROM_EMAIL="No Reply " # EMAIL_SMTP_USE_TLS=true diff --git a/README.md b/README.md index 3982685..e85263b 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,11 @@ * `abra app config ` * `abra app deploy ` +## Resources + +* Baserow requires over 2GB RAM to run on Co-op Cloud with default settings +* For environments with 2GB or less RAM, run `abra app config ` and uncomment the `For low-resource machines` config block +* More info: https://hub.docker.com/r/baserow/baserow/#scaling-options + For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).