Skip to content

Commit 154c0c6

Browse files
[build] Change raw image disk size to 1700MB (#16463)
Maximum RAM availability for NOS to SONiC migration using raw image in Dell S6100 is 1700MB. Raw images larger than that cannot be used for NOS to SONiC migration.
1 parent d04e352 commit 154c0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onie-image.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
3737
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
3838

3939
## Raw image size in MB
40-
RAW_IMAGE_DISK_SIZE=4096
40+
RAW_IMAGE_DISK_SIZE=1700
4141

4242
## Output file name for kvm image
4343
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img

0 commit comments

Comments
 (0)