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
143 B
Plaintext
Raw Normal View History

2020-10-19 14:52:08 +08:00
[Service]
2021-01-31 22:43:40 +08:00
MemoryLimit=100G
ExecStartPost=/bin/bash -c "echo 100G > /sys/fs/cgroup/memory/system.slice/tfe.service/memory.memsw.limit_in_bytes"