Skip to content

Commit

Permalink
Increase rootfs size to 350Mb
Browse files Browse the repository at this point in the history
- We have only ~2Mb left in roofs. It is time to increase its size

Signed-off-by: Mikhail Malyshev <[email protected]>
  • Loading branch information
rucoder committed Oct 8, 2024
1 parent e7bb230 commit 46bf014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ else
ifeq ($(PLATFORM),nvidia)
ROOTFS_MAXSIZE_MB=450
else
ROOTFS_MAXSIZE_MB=250
ROOTFS_MAXSIZE_MB=350
endif
endif

Expand Down

0 comments on commit 46bf014

Please sign in to comment.