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

seccomp-sandbox dirties 4k*kMaxThreads on startup (currently 400k) #7

Open
GoogleCodeExporter opened this issue Feb 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

trusted_process.cc writes to one page per kMaxThreads on startup.
Since kMaxThreads is currently 100, this uses 400k of memory.

It should be possible to change this so that we only touch these pages
as new threads are created.

Original issue reported on code.google.com by mseaborn@chromium.org on 1 Oct 2010 at 12:05

@GoogleCodeExporter
Copy link
Author

See also issue 8.

Original comment by mseaborn@chromium.org on 1 Oct 2010 at 12:07

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

No branches or pull requests

1 participant