Ardour

Daniel Weschke

November 5, 2018

1 Configuration

1.1 locked memory

Warning

Your system has a limit for maximum amount of locked memory. This might cause Ardour to run out of memory before your system runs out of memory.

You can view the memory limit with ’ulimit -l’, and it is normally controlled by /etc/security/limits.conf

Create own limits file which is called last (a file starting with e.g. 99…)

sudo nano /etc/security/limits.d/99-my.conf
@audio           -       rtprio          99
@audio           -       memlock         unlimited