nerdexam
IBM

000-221 · Question #155

An administrator needs to limit the size of the filesystem cache. Which tuning parameters need to be adjusted?

The correct answer is E. sb_min and sb_max. The sb_min and sb_max parameters are the AIX VMM tuning values that set the lower and upper bounds on filesystem cache memory usage.

Performance Monitoring and Tuning

Question

An administrator needs to limit the size of the filesystem cache. Which tuning parameters need to be adjusted?

Options

  • Aminfree and maxfree
  • Bminperm and maxperm
  • Cminfreemem and maxfreemem
  • Dminpgahead and maxpgahead
  • Esb_min and sb_max

How the community answered

(20 responses)
  • A
    10% (2)
  • C
    5% (1)
  • D
    5% (1)
  • E
    80% (16)

Why each option

The sb_min and sb_max parameters are the AIX VMM tuning values that set the lower and upper bounds on filesystem cache memory usage.

Aminfree and maxfree

minfree and maxfree set the free memory list thresholds that trigger the page-stealing daemon (lrud) to reclaim pages, not the filesystem cache size boundaries.

Bminperm and maxperm

minperm and maxperm define the percentage range of real memory frames that may hold persistent file-backed pages, but do not impose a direct bounded size limit on the filesystem cache.

Cminfreemem and maxfreemem

minfreemem and maxfreemem are not standard AIX VMM tuning parameters associated with controlling filesystem cache size.

Dminpgahead and maxpgahead

minpgahead and maxpgahead control the number of pages read ahead during sequential I/O operations and have no effect on the overall size of the filesystem cache.

Esb_min and sb_maxCorrect

In AIX, sb_min and sb_max are Virtual Memory Manager (VMM) parameters set via the vmo command that define the minimum and maximum amount of real memory allocated to the filesystem buffer cache. Adjusting these parameters directly constrains how large the filesystem cache is permitted to grow, preventing it from consuming excessive system memory at the expense of application workloads.

Concept tested: AIX VMM filesystem cache size tuning with vmo

Source: https://www.ibm.com/docs/en/aix/7.3?topic=tuning-virtual-memory-manager-vmm-parameters

Topics

#filesystem cache#sb_min#sb_max#memory tuning

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice