線上書籍

Home

Debian

  1. http://fibrevillage.com/storage/169-zfs-arc-on-linux-how-to-set-and-monitor-on-linux
  2. http://fibrevillage.com/index.php/storage/171-zfs-on-linux-performance-tuning
  3. 修改 使用 zfs 限制 zfs arc 最大記憶體使用量
    # pico /etc/modprobe.d/zfs.conf
    #24GB
    #options zfs zfs_arc_max=25769803776
    # 4G
    #options zfs zfs_arc_max=4299967296
    # 3G
    #options zfs zfs_arc_max=3224975472
    # 2G
    #options zfs zfs_arc_max=2149983648
    # 1G
    #options zfs zfs_arc_max=1074991824
    # 756M
    #options zfs zfs_arc_max=792723456
    # 512MB
    options zfs zfs_arc_max=536870912
    # 256M
    # options zfs zfs_arc_min=268435456
    # 128M
    #options zfs zfs_arc_max=134217728
    # 100M
    #options zfs zfs_arc_min=104857600