Linux-MM
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Linux Memory Management

  • Front Page

  • Documentation

  • Internals

  • Projects

  • Academic Research

References

  • LinuxKernelMailingLists

  • MemoryManagementLinks

Related sites

  • Kernel Newbies

  • Memory Management Forum

Wiki

  • Site Editors

  • Side Bar

  • Hosted by WikiWall

Navigation

  • RecentChanges
  • FindPage
  • HelpContents

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

LinuxMM:
  • ReadAhead

ReadAhead is a technique which should improve disk performance. When small part of the file is read, Linux reads much more data and stores it in internal cache.

To print readahead for disk /dev/hda, use

blockdev --getra /dev/hda

It is printed in 512-bytes blocks

To modify ReadAhead, use

blockdev --setra 1024 /dev/hda

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01