github.com/kata-containers/runtime@v0.0.0-20210505125100-04f29832a923/virtcontainers/factory/template/template_ppc64le.go (about) 1 // Copyright (c) 2019 HyperHQ Inc. 2 // 3 // SPDX-License-Identifier: Apache-2.0 4 // 5 // template implements base vm factory with vm templating. 6 7 package template 8 9 // templateDeviceStateSize denotes device state size when 10 // mount tmpfs. 11 // when bypass-shared-memory is not support like arm64, 12 // creating template will occupy more space. That's why we 13 // put it here. 14 const templateDeviceStateSize = 8