mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Optimize image loading to reduce memory footprint and boot time
This commit is contained in:
@@ -21,7 +21,8 @@ const (
|
||||
SystemDockerHost = "unix:///var/run/system-docker.sock"
|
||||
DockerHost = "unix:///var/run/docker.sock"
|
||||
ImagesPath = "/usr/share/ros"
|
||||
ImagesPattern = "images*.tar"
|
||||
InitImages = "images-init.tar"
|
||||
SystemImages = "images-system.tar"
|
||||
ModulesArchive = "/modules.tar"
|
||||
Debug = false
|
||||
SystemDockerLog = "/var/log/system-docker.log"
|
||||
|
Reference in New Issue
Block a user