Increase sysa.img size to 32GiB to account for swap usage

This commit is contained in:
Googulator 2023-11-13 10:16:02 +01:00
parent 72452f39f5
commit a3f30a163c

View file

@ -222,4 +222,4 @@ class SysA(SysGeneral):
# extend file up to desired size # extend file up to desired size
with open(image_file_name, 'ab') as image_file: with open(image_file_name, 'ab') as image_file:
image_file.truncate(16384 * megabyte) image_file.truncate(32768 * megabyte)