Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Add MmapFlags option for MAP_POPULATE (unix) #455

Merged
merged 1 commit into from Nov 12, 2015
Merged

Add MmapFlags option for MAP_POPULATE (unix) #455

merged 1 commit into from Nov 12, 2015

Commits on Nov 9, 2015

  1. Add MmapFlags option for MAP_POPULATE (unix)

    This adds MmapFlags to DB.Options in case we need syscall.MAP_POPULATE
    flag in Linux 2.6.23+ to do the sequential read-ahead, as discussed in [1].
    
    ---
    
    [1]: etcd-io/etcd#3786
    gyuho committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    d97579c View commit details
    Browse the repository at this point in the history