-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
memory leaks #1039
Comments
after posting your data you could issue
as described that creates disk chunk for RAM data collected so far and free some memory |
Manticore doesn't yet provide HTTP or mysql auth out of the box, but you can easily put something light in front of it for that. For example, here's how easy it can be done with docker-compose:
Or in case you need HTTPS and want to integrate it into an existing web server you can expose it on another port and another domain, e.g.:
and then in your webserver's config just setup proxying to the docker, for example:
Then:
Multiple reasons:
You may also want to read this https://manual.manticoresearch.com/Creating_a_table/Local_tables/Plain_and_real-time_table_settings#Accessing-table-files to learn more about what table files can be kept on disk / in memory and how to do it. |
To understand if it's ok or not please run
|
Please provide the pmap output |
➤ Sergey Nikolaev commented:
Never mind, we've reproduced the issue. |
➤ Stan commented: should be fixed at 0fde0b5 fixed memory leaks on reading console of the buddy process |
could you try package with these numbers in name 0fde0b5 from the dev repo after CI will pass and publish packages? CI usually takes 2 hours to finish Some details on how to get the package from dev repo: |
The has been fixed and released in Manticore 6.0.4 |
Describe the bug
Hello
I just got acquainted with your database. This is a very fast database.
Unfortunately, I couldn't find any good information about authentication in the documentation.
But the main problem is about memory:
1- I entered the number of 3488195 records into the database using 4 sql files, and after doing this, the amount of memory reached nearly 1G. I had to reset the container to free it, and after I did this, the amount of memory was 160 MB.
2- After restarting and without running a query or using the database, the memory volume reached 490 MB after about 6 hours.
I have been testing this for the past two days and the memory is increasing all the time.
What is the reason for this?
Describe the environment:
Additional context
sample data :
The text was updated successfully, but these errors were encountered: