This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/tfe/files/memory.conf

4 lines
146 B
Plaintext
Raw Normal View History

2020-10-24 12:08:31 +06:00
[Service]
MemoryLimit=100G
ExecStartPost=/bin/bash -c "echo 100G > /sys/fs/cgroup/memory/system.slice/tfe.service/memory.memsw.limit_in_bytes"