Volt CLI: source-available under AGPSL v5.0
Complete infrastructure platform CLI: - Container runtime (systemd-nspawn) - VoltVisor VMs (Neutron Stardust / QEMU) - Stellarium CAS (content-addressed storage) - ORAS Registry - GitOps integration - Landlock LSM security - Compose orchestration - Mesh networking Copyright (c) Armored Gates LLC. All rights reserved. Licensed under AGPSL v5.0
This commit is contained in:
27
tests/hybrid/test-manifests/resource-limited.toml
Normal file
27
tests/hybrid/test-manifests/resource-limited.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
# resource-limited.toml — Hybrid workload with tight resource constraints
|
||||
#
|
||||
# Used by test_isolation.sh for OOM testing and resource enforcement.
|
||||
# Memory hard limit is intentionally small (128M) to make OOM easy to trigger.
|
||||
|
||||
[workload]
|
||||
name = "test-resource-limited"
|
||||
type = "hybrid"
|
||||
image = "ubuntu:24.04"
|
||||
|
||||
[resources]
|
||||
memory = "128M"
|
||||
memory_soft = "64M"
|
||||
cpu_weight = 50
|
||||
pids_max = 512
|
||||
|
||||
[network]
|
||||
mode = "private"
|
||||
bridge = "voltbr0"
|
||||
|
||||
[kernel]
|
||||
profile = "server"
|
||||
|
||||
[security]
|
||||
seccomp = "default"
|
||||
landlock = "server"
|
||||
private_users = true
|
||||
Reference in New Issue
Block a user