1
0
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:
Jan B
2018-09-09 10:07:50 +02:00
committed by niusmallnan
parent dcce547bad
commit e5b1643bfa
7 changed files with 67 additions and 57 deletions

View File

@@ -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"