PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Closing linux thread to save memory and or fix audio issues by closing jackd

Go down

Closing linux thread to save memory and or fix audio issues by closing jackd Empty Closing linux thread to save memory and or fix audio issues by closing jackd

Post by jamied_uk 4th July 2015, 14:26

Closing linux thread to save memory and or fix audio issues by closing jackd


using command


pkill jackd


another way

Code:
alias list='sudo  ps aux | less'




 list > ~/1.txt
 
sudo gedit 1.txt
Look for pid for jackd

and end it with this
kill pid 23191


Or you could also

ps aux | grep jackd

then kill that pid (1st number on the left)

kill pid 23191



list > ~/1.txt output example

 
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  33892  4284 ?        Ss   Jul03   0:02 /sbin/init
root         2  0.0  0.0      0     0 ?        S    Jul03   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Jul03   0
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum