Help me with this Server Please

Asked By 0 points N/A Posted on -
qa-featured

Hi All ,

I want to use NFS Daemon and IPfrag tuning. I need to know the variable quantity needed to implement it on the server and what are other tuning options. Could you please help me on this? Thanks

SHARE
Answered By 5 points N/A #101247

Help me with this Server Please

qa-featured

 

The user controlled variables are helping to modify the behaviour of the OS.Using these variables we can control the running process,VM(Virtual Memory), drivers and networking.

There are three variable are used to control the handling of IP Fragments. Those are ipfrag_time,

ipfrag_high_thresh and ipfrag_low_thresh. The variable ipfrag_high_thresh helps to control the high amount of memory which is allocated for reassembly of fragmented packets.When this variable is reached, the fragments are discarded until the other variable ipfrag_low_thresh is reached. The last variable ipfrag_time is the amount of time to keep the ipfragments in memory.This will be in seconds.

Related Questions