Skip to content
Snippets Groups Projects
Verified Commit 9f43f9c7 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

blueprint-dashboard-gateway-image: Increase free space to 500MiB


With the current configuration, the root filesystem can easily get into
an out of space state due to Epiphany downloading Google Safe Browsing
database. This can be more than 200MiB. This change bumps to 500MiB root
free space.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 62050f33
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,11 @@ IMAGE_INSTALL_append = "\
weston-init \
"
# 100 MiB of additional storage for config and runtime data.
IMAGE_ROOTFS_EXTRA_SPACE = "102400"
# 500 MiB of additional storage for config and runtime data.
# We need a bit more because Google Safe Browsing database case easily go to
# around 200MiB.
# https://gitlab.gnome.org/GNOME/epiphany/-/issues/477
IMAGE_ROOTFS_EXTRA_SPACE = "524288"
# This is a workaround in case the build runs on ZFS with compression on.
# It also gives us extra runtime space.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment