J?rgen Keil wrote: > > Maybe I'm observing something similar, on an SX:CE b122 > laptop (32-bit Pentium-M processor, 2GB main memory, zfs > root & swap, quite a few zfs filesystems use gzip compression), > which sometimes doesn't respond to keyboard / mouse input > for several (5-10) seconds. It happens once every 2 - 5 minutes. >
I believe I had the same. Turning off automatic ZFS Snapshots seemed to resolve mine. bash-3.2$ svcs -a |grep snapshot disabled 21:57:35 svc:/system/filesystem/zfs/auto-snapshot:frequent disabled 21:57:35 svc:/system/filesystem/zfs/auto-snapshot:hourly disabled 21:57:35 svc:/system/filesystem/zfs/auto-snapshot:daily disabled 21:57:35 svc:/system/filesystem/zfs/auto-snapshot:weekly disabled 21:57:35 svc:/system/filesystem/zfs/auto-snapshot:monthly bash-3.2$ All mine are off. Paul