-
Notifications
You must be signed in to change notification settings - Fork 87
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
High Memory Usage #23
Comments
you can try to watch prometheus stats from curl http://host:8124/metrics, and maybe send it here for analyze. my instance memory 110Mb after 42 days |
|
There are no many memory used: |
Actually the report I gave above was the beginning of the application as you can see from code="200". I kept bulker running for an hour and this is the report. As you can see the metrics you mentioned got much higher 10:59:36
11:10:00
11:20:00
11:30:00
11:40:00
|
can you send me example of request and count of inserts in minute/second? |
I am using Node.js '@apla/clickhouse' package, with stream.
example request
count of inserts in minute/second -> This depends on the live logs. But mainly in every 5 seconds we send between 2000-10000 rows to be inserted to ClickHouse. But average is around 4500. |
Oh, JSON format is not tested and it should parse by regex. I will try to add faster support for it at holidays. Thank you. |
Oh I see. I will also try to edit the project. If I manage to do it I will open a pull request. Thanks for the support. What are you using to send the query yo ClickHouse which has a stable Memory Usage? |
VALUES is best |
I use the bulker one of my projects with the binary. I get logs from AWS Lambda and sent to bulker. I discovered that memory usage increase linearly and never stabilizes. Do you have any clue what can be the reason?
Here is my config file
The text was updated successfully, but these errors were encountered: