Since #33 has not made it into a release yet, I built cryptomator-cli myself from the current master. Then I mounted a vault like this:
java -jar cryptomator.jar --vault myVault=/path/to/encrypted/dir --passwordfile myVault=password.txt --fusemount myVault=/path/to/mountpoint
This immediately generates 100% load on one of my eight cores and the CPU load stays at this level until I unmount the vault again, irrespective of actual file access.
Apart from that the vault works as expected. I can access/add files just fine.
This does not happen when mounting the vault with the GUI. In the later case CPU load is very low.
Since #33 has not made it into a release yet, I built cryptomator-cli myself from the current master. Then I mounted a vault like this:
This immediately generates 100% load on one of my eight cores and the CPU load stays at this level until I unmount the vault again, irrespective of actual file access.
Apart from that the vault works as expected. I can access/add files just fine.
This does not happen when mounting the vault with the GUI. In the later case CPU load is very low.