-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
tserver does not start with 'Too many open files' error #380
Comments
Hey @vincentvictoria , can you also post Also, my local settings for the same sysctl's:
We should enhance our prereq docs section to add a note on this! |
We are seeing about 1800 files in lsof for the 6 processes for Yugabyte. |
I changed the settings for sysctl as @bmatican. sysctl -a | grep maxfiles
ulimit -a
And I'm getting a slightly different error but essentially the same:
Before yb-ctl create: lsof |wc After yb-ctl create (with the error): |
Oh, as I suspected, seems like @vincentvictoria Can you try For reference, my settings:
|
It now works for me. Summary, I did following to make it work for High Sierra. Created
Then I did what's described in the link above, Thanks for the help! |
Hi @vincentvictoria - thanks for sharing the tip for High Sierra (Mac). @rven1 : Could you please take an action item to document the recommended ulimit settings in the "Prerequisites" section of the docs for MacOS here https://docs.yugabyte.com/latest/quick-start/install/#macos? Thanks. |
PG-542: Performance improvement of pg_stat_monitor.
First, let me say Yugabyte looks awesome.
To my problem,
I'm on a mac, 10.13.2 and following https://docs.yugabyte.com/latest/quick-start/create-local-cluster/
I did ifconfig alias stuff then,
I ran
./bin/yb-ctl create
then
./bin/yb-ctl status
but it displays
I looked at /private/tmp/yugabyte-local-cluster/node-1/disk-1/tserver.err
Then I ran
So I'm stuck here.
Any help will be appreciated :)
The text was updated successfully, but these errors were encountered: