Reading list Switch to dark mode

    Hanging issue in Linux

    Updated 3 April 2014

    If your system hangs

    # sudo apt-get install preload

    # sudo apt-get autoclean

    # sudo apt-get autoremove

    if problem persists we can also find the processes which are having higher cpu utilization

    Start your headless eCommerce
    now.
    Find out More

    # top (in terminal)

    then

    # kill -9 PID

    or we can also limit those processes using cpulimit

    #sudo apt-get install cpulimit

    #cpulimit -e name_of_process -l limit

    eg. cpulimit -e Firefox -l 55

    or

    # cpulimit -p PID -l limit

    eg. #cpulimit -p 2011 -l 55

    we can find the PID by ‘top’ command.

    if nothing is happening i.e complete freezing in ubuntu

    while holding ‘alt+sys’  key type ‘REISUB’

    🙂

     

    . . .

    Leave a Comment

    Your email address will not be published. Required fields are marked*


    Be the first to comment.

    Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home