-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Description
Just tried the 1.3 release and I'm seeing some lower transfer numbers (roughly around 50-60MB/s) on HDD/ZFS pool - usually speeds are around 110MB/s
CPU supports AES-NI (24 cores)
grep 'model name' /proc/cpuinfo
model name : Intel(R) Xeon(R) CPU X5660 @ 2.80GHz
<...>
grep aes /proc/cpuinfo | wc -l
24
gocryptfs speedtest
./gocryptfs -speed
AES-GCM-256-OpenSSL 226.92 MB/s
AES-GCM-256-Go 376.53 MB/s (selected in auto mode)
AES-SIV-512-Go 87.52 MB/s
While mounting the filesystem and doing an larger transfer (10GB) I notice 1 core gets full load, but no additional cores gets used.
Is gocryptfs (or alternatively the encryption process) limited to one core? If so - consider this a feature request for muli core encryption 😄
If not - any ideas what might be the bottle neck?
Metadata
Metadata
Assignees
Labels
No labels