View Single Post
Old 08-23-2018, 12:43 PM   #48
clepsydrae
Human being with feelings
 
clepsydrae's Avatar
 
Join Date: Nov 2011
Posts: 3,409
Default

Quote:
Originally Posted by Jack Winter View Post
What does "grep -R memlock /etc/security" show?
$ sudo grep -R memlock /etc/security
/etc/security/limits.conf:# - memlock - max locked-in-memory address space (KB)
/etc/security/limits.d/audio.conf.disabled:@audio - memlock unlimited

Quote:
And "cat ~/bin/myreaperscript"?
It's a simple script that just starts reaper thusly:

Code:
#!/bin/bash

cd /path/to/reaper_linux/REAPER/ > /dev/null 2>&1
./reaper -cfgfile /path/to/reaper_config/reaper.ini >> /tmp/reaplog.txt 2>&1
clepsydrae is offline   Reply With Quote