filip-paczynski

Results 3 comments of filip-paczynski

Perhaps this is causing problems: ``` zfs_metaslab_mem_limit 75 ``` Up to 75% of RAM can be used for metaslabs, with furher 50% reserved for ARC, this alone leaves you with...

Just a workaround: ``` echo $(( 128 * 1024**3 )) > /sys/module/zfs/parameters/zfs_arc_max ```

I can confirm, this is still an issue at current version (3.0.0). Workaround by setting `.value` on group element works.