diff --git a/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb b/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb index df245f6fbad371e83b71a40bf884360406df3249..7f126225df8d770a4bc1b8f95c7fb20ac3b290db 100644 --- a/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb +++ b/meta-ohos-blueprints/recipes-core/images/blueprint-dashboard-gateway-image.bb @@ -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.