SFM/raisa_config.yml
2026-06-04 14:13:30 +03:00

11 lines
568 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Конфигурация ресурсов приложения
# Доступные профили: Малый (0.25CPU/1GB), Средний (0.5CPU/2GB), Большой (1CPU/4GB), custom
# CPU Cores указывается, только с шагом 0.25
# RAM GB указывается, только с шагом 1
profile:
# Последние данные по наименованию профиля: Малый
cpu: 0.25 # значение Cores
ram: 1.0 # значение GB
resourcePolicy:
allowCpuOverbooking: false
allowRamOverbooking: false