matrixcloud / deploy /helm /matrix-runtime /values-hf-space.yaml
github-actions[bot]
Deploy from 4dfd54f2
857a91b
Raw
History Blame Contribute Delete
264 Bytes
# Hugging Face Space mode: single concurrent short-lived MCP sandbox.
runtime:
mode: hf-space
maxConcurrentJobs: 1
maxTTLSeconds: 600
persistence:
enabled: false
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: "1"
memory: 2Gi