From 6b8c3fe07a24bb63c7be3c02e62c6008ab401b66 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:55:14 +0200 Subject: [PATCH] Update run.sh --- joplin/rootfs/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/joplin/rootfs/run.sh b/joplin/rootfs/run.sh index 82f4df3c3..c8c80a29b 100644 --- a/joplin/rootfs/run.sh +++ b/joplin/rootfs/run.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bashio +bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash." + ########## # BANNER # ##########