Replies: 5 comments 5 replies
-
My compute has 8G memory and 2G swap space,when I input gharchive using curl XPUT method, It seems memory usage by databend-query grow up slowly,and killed by os in a long time late,maybe 20 hours, when oom came, anyone meet this ? |
Beta Was this translation helpful? Give feedback.
-
log databend-query memory usage :
head and tail of memory_usage.log file bellow:
.........
oom came more earler this time, less 1 hour,RSS from 2G up to 4.7G, VmData segment from 10G up to 18.5G. |
Beta Was this translation helpful? Give feedback.
-
For small memory sizes, XPUT may not work stable, because databend-query uses parallel streaming load internally, and each worker's memory usage is not easy to control. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply.
here is some data file in gz:
Memory used may be a little more, because this data can be put into a data stream,I thought! |
Beta Was this translation helpful? Give feedback.
-
Now databend-query has soft OOM and it works well, you can try the latest version: |
Beta Was this translation helpful? Give feedback.
-
databend version
config query
killed by os on ubuntu 22.0.4 when oom
what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions