-
Notifications
You must be signed in to change notification settings - Fork 322
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
K3S deploy rudder-server stdout only one message #5341
Comments
Thanks for opening this issue! We'll get back to you shortly. If it is a bug, please make sure to add steps to reproduce the issue. |
Hi @coyzeng apologies, I missed this one. Were you able to figure this out? |
HI, we are every now and then running in the same error on our local development machines (using k3s as well). The issue is caused by not enough available memory on the host. Increasing the available memory for the docker vm or stopping other services then resolves the issue in our cases. I think rudderstack does some kind of memory check and just exits if not enough memory is available. The next log line that should follow is: "INFO rudder-server/main.go:27 Setting memory limit to {"limit": 20126475878}". |
@jannikbend understood. Please help me understand more about your runtime environment, I see you mentioned that you are using CentOS stream/Intel I7, and your deployment configuration sets limit on memory to be 1GB. What are the actual resources (CPU, RAM, etc.) available on the machine? Edit: @coyzeng seeking your answer to above question, also do you have any additional update on the issue? |
I'm not a colleague or anything of the one who originally raised the issue, I was just trying to help based on our experience with this particular bug. |
Describe the bug
Deploy with k3s, rudder-server print only one message in stdout and exit.
Steps to reproduce the bug
I'm not sure this bug can be reproduce with other environment. My runtime environment is K3S install on CentOS stream/Intel I7. Darwin can run rudder-server successfully.
Deployment
The text was updated successfully, but these errors were encountered: