config.toml 467 字节
Newer Older
1
root = "/var/local/epm"
J
jiazhiguang 已提交
2 3
db_path = "/var/local/epm/epm.db"
db_timeout = 10
4 5 6 7 8 9 10 11

[grpc]
  address = "/var/run/containerd/containerd.sock"
  uid = 0
  gid = 0
  max_recv_message_size = 16777216
  max_send_message_size = 16777216

J
jiazhiguang 已提交
12 13 14 15 16 17 18
[pools]
  [pools."bundle-cache.occlum.cache0"]
    type = "bundle-cache.occlum.cache0"
  [pools."bundle-cache.occlum.cache1"]
    type = "bundle-cache.occlum.cache1"
  [pools."bundle-cache.occlum.cache2"]
    type = "bundle-cache.occlum.cache2"