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

using for multiple accounts #75

Open
hbakhtiyor opened this issue May 11, 2017 · 3 comments
Open

using for multiple accounts #75

hbakhtiyor opened this issue May 11, 2017 · 3 comments

Comments

@hbakhtiyor
Copy link

is it possible to use for multiple accounts of the same system?

@tYYGH
Copy link
Contributor

tYYGH commented May 11, 2017

I did not try, but I would say that you just have to launch MegaFuse several times, each instance with its own configuration file:

$ MegaFuse -c /path/to/first.conf &
$ MegaFuse -c /path/to/second.conf &
…

@hbakhtiyor
Copy link
Author

yeah, but it's additional memory usages

@tYYGH
Copy link
Contributor

tYYGH commented May 11, 2017

It is, but unless you run each instance in an isolated kernel namespace, I believe there are optimisations being used, such that the overall real memory usage for the N instances is barely more than 1×(binaries+libraries) + N×data.

Unless I’m just plain wrong, this is just as good as having MegaFuse handle several accounts by itself.

See here for example: https://serverfault.com/questions/48582/how-is-memory-usage-reported-in-linux/48610#48610

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

No branches or pull requests

2 participants