From 55e018dcb8cbc553cdd469f390347821e222d747 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 21 Aug 2024 00:56:38 -0400 Subject: [PATCH] DefaultBuildProfiles: Increase nightly image size to 650MB ... up from 600MB because we need a bit more space for swap in the live environment for 3d apps. Fixes #18986 Change-Id: Ie8ba03c2fb65d02f1c26609d78101ee355d65630 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8085 Reviewed-by: waddlesplash Haiku-Format: Haiku-format Bot Tested-by: Commit checker robot --- build/jam/DefaultBuildProfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index fefba5d904..cf30ca543e 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -128,7 +128,7 @@ rule DefineDefaultBuildProfiles if $(DEBUG) != 0 { HAIKU_IMAGE_SIZE ?= 850 ; } - HAIKU_IMAGE_SIZE ?= 600 ; + HAIKU_IMAGE_SIZE ?= 650 ; HAIKU_NIGHTLY_BUILD = 1 ; AddHaikuImageSystemPackages