Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issue when storing chrome data dir on encfs mount #556

Closed
cherio opened this issue Aug 12, 2019 · 2 comments
Closed

Performance issue when storing chrome data dir on encfs mount #556

cherio opened this issue Aug 12, 2019 · 2 comments
Labels

Comments

@cherio
Copy link

cherio commented Aug 12, 2019

I launch chrome with its data directory stored in an encrypted encfs volume as
google-chrome --user-data-dir=/home/user/.config/google-chrome-private. This brings not just chrome but the whole system to a crawl with long freezes and pauses between simple actions like mouse clicks, mouse scroll, tab switch etc. This doesn't happen when chrome data dir is on a LUKS partition or in unencrypted space.

Chrome is surely a resource intense application. It uses special socket files, it performs very frequent reads and operates on a large set of small files.

I experience the same issues both in Ubuntu 16.04 (v 1.8.1) & 18.04 (v 1.9.2).

EDIT: possibly a significant nuance. /home/user/.config/google-chrome-private is a symlink to a directory on an encfs volume.

@benrubson
Copy link
Contributor

Try using EncFS normal mode instead of paranoia mode, if you use the later ?

@benrubson
Copy link
Contributor

Closing this, feel free to re-open if still facing the issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants