The ‘Maximum Entries’ value in the GAiA Portal corresponds to the ‘gc_thresh3’ parameter in the
Linux kernel and has value of 1024. Knowing this, you know that gc_thresh2 and gc_thresh1 if
are automatically set to the values:
A.
gc_thresh2=256 and gc_thresh1=128
B.
gc_thresh2=512 and gc_thresh1=256
C.
gc_thresh2=1024 and gc_thresh1=1024
D.
gc_thresh1=256 and gc_thresh2=128
gc_thresh2=512 and gc_thresh1=128 as per sk43772:
Note: In Gaia OS, the value of gc_thresh1 and the value of gc_thresh2 are automatically determined by the value of gc_thresh3 value:
value of gc_thresh1 is 1/8 the value of gc_thresh3
value of gc_thresh2 is 1/2 the value of gc_thresh3
Answer is correct.
sk43772
if gc_thresh1=128, then set gc_thresh1=256
if gc_thresh2=256, then set gc_thresh2=512
if gc_thresh3=512, then set gc_thresh3=1024