coot

Results 172 comments of coot

I have the same problem with `nix` command completion.

:thinking: I have never observed that with `QuickCheck` itself in `ghci`, have you?

This happens to me regularly on a daily basis, usually after suspending the system to RAM. Changing `zfs_arc_meta_limit_percent` to `100` doesn't make a difference, dropping all caches with `echo 3...

``` cat /sys/module/zfs/parameters/zfs_arc_meta_limit_percent 75 ``` ``` grep "arc_\|memory\|overflow\|evict\|dnode" /proc/spl/kstat/zfs/arcstats evict_skip 4 206552551 evict_not_enough 4 22859306 evict_l2_cached 4 0 evict_l2_eligible 4 50234150912 evict_l2_eligible_mfu 4 19353164288 evict_l2_eligible_mru 4 30880986624 evict_l2_ineligible 4 9036353536...

It usually happens for when I start working. Sometimes it's just after I login, sometimes after some time when doing something, might be when compiling a large project, but I...

@kazu-yamamoto do you want us to help with it? I won't have time right now, but I might get some help from our partners (Galois).

Moving the no progress check to `executeTest` fixed the performance regression. Using progress is still `30/40%` slower.

@Bodigrim I addressed your review remarks. I left a few unresolved, please check my comments.

I can address outstanding comments this week.

@Bodigrim I addressed your review remarks.