PURISTA API / @purista/sandbox / LimaSandboxDriverConfig
Interface: LimaSandboxDriverConfig
Defined in: sandbox-service/src/driver/LimaSandboxDriver/LimaSandboxDriver.ts:5
Properties
cpus?
optionalcpus:number
Defined in: sandbox-service/src/driver/LimaSandboxDriver/LimaSandboxDriver.ts:11
CPU limit for the VM
memory?
optionalmemory:string
Defined in: sandbox-service/src/driver/LimaSandboxDriver/LimaSandboxDriver.ts:9
Memory limit for the VM
template
template:
string
Defined in: sandbox-service/src/driver/LimaSandboxDriver/LimaSandboxDriver.ts:7
The name of the base Lima template to use (e.g. 'ubuntu-lts')
useVz?
optionaluseVz:boolean
Defined in: sandbox-service/src/driver/LimaSandboxDriver/LimaSandboxDriver.ts:13
Whether to use the native Apple Virtualization Framework (vz)
