mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
10 lines
259 B
SYSTEMD
10 lines
259 B
SYSTEMD
![]() |
# Run the `malloc trim` CLI command to return unused memory
|
||
|
# to the OS. Triggered automatically by asterisk-malloc-trim.timer.
|
||
|
|
||
|
[Unit]
|
||
|
Description=Runs Asterisk "malloc trim" CLI command
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/sbin/asterisk -rx "malloc trim"
|