# Set memory limit for systemd service

``` /etc/systemd/system/some.service
[Service]
MemoryHigh=256M
MemoryMax=512M
MemorySwapMax=512M
```