{ "vm": { "user_space_size": "128MB" }, "process": { "default_stack_size": "4MB", "default_heap_size": "8MB", "default_mmap_size": "32MB" }, "env": [ "OCCLUM=yes", "TEST=true" ], "entry_points": [ "/bin" ], "mount": [ { "target": "/", "type": "sefs", "source": "./image", "options": { "integrity_only": true } }, { "target": "/root", "type": "sefs" }, { "target": "/host", "type": "hostfs", "source": "." }, { "target": "/tmp", "type": "ramfs" } ] }