mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Reduce the memory consumption at startup (#2247)
Offline image is automatically loaded when the system boots. When the system memory is not large enough (such as 1G), will lead to kernel panic.
This commit is contained in:
@@ -13,5 +13,5 @@ for i in $IMAGES; do
|
||||
done
|
||||
|
||||
echo "tar-images: docker save ${IMAGES} > build/images.tar"
|
||||
docker save ${IMAGES} > build/images.tar
|
||||
docker save ${IMAGES} | xz > build/images.tar
|
||||
echo "tar-images: DONE"
|
||||
|
Reference in New Issue
Block a user