GuestVMEESandboxConfig

@ConfigurationProperties(value = "elide.gvm.enterprise.sandbox")
interface GuestVMEESandboxConfig

GraalVM EE: Sandbox Configuration

Configures VM sandbox and resource limit functionality, which is only available in GraalVM Enterprise. These settings are inert on Community Edition.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val maxAstDepth: Long?
Link copied to clipboard
open val maxCpuTime: Duration?
Link copied to clipboard
Link copied to clipboard
open val maxThreads: Int?