Exforsys
+ Reply to Thread
Results 1 to 4 of 4

How to prevent

This is a discussion on How to prevent within the Linux forums, part of the Operating Systems category; How can one prevent their UNIX operating system from thrashing? I need some guidelines so that I can follow that ...

  1. #1
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122

    How to prevent

    How can one prevent their UNIX operating system from thrashing? I need some guidelines so that I can follow that for my UNIX operating system


  2. #2
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114
    Thrashing is an I/O management issue. Ensure that your workload fits into memory, so the machine is not thrashing swapping and paging processes in and out of memory.


  3. #3
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    Thrashing results when the system spends all of its time managing the paging-in and paging-out of data that no real work gets done. In the worst thrashing scenario, no CPU cycles are actually used to advance the execution of any process and response times are brought to their knees.
    To avoid these situation follow the following hints or guidelines:
    Designate special areas of disk for paging
    Follow the process of clearing message queues at appropriate times.

    These activities would surely solve the problem of thrashing in UNIX operating system.


  4. #4
    Sam Jepsum is offline Member Array
    Join Date
    Dec 2010
    Answers
    34
    Make sure you have enough memory. Also check and see what your memory is being used by. Sometimes a simple configuration problem results in thrashing.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...