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

developer_memory setting should lower thread count [JIRA: RIAK-2693] #206

Open
matthewvon opened this issue Jul 13, 2016 · 0 comments
Open

Comments

@matthewvon
Copy link
Contributor

The developer_memory setting currently changes only memory config within leveldb. It could (and should) lower the worker pool thread count in eleveldb if seen during NIF start up. Currently the thread pool defaults to 71 (a prime number). Recommend lowering it to 5 (another prime number) upon detect of the flag ... if an only if the thread_count setting is not also present.

@Basho-JIRA Basho-JIRA changed the title developer_memory setting should lower thread count developer_memory setting should lower thread count [JIRA: RIAK-2693] Jul 13, 2016
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

2 participants