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 <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
John Scipione
2024-08-21 17:17:57 +00:00
committed by waddlesplash
parent 1512c9d2f3
commit 55e018dcb8
+1 -1
View File
@@ -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