-
Notifications
You must be signed in to change notification settings - Fork 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
[Bug] 导出tsfile总是出现内存不足的问题 #14691
Comments
版本: 1.3.3, 1个database, 大部分类型都有 |
可以修改datanode-env.sh 的 memory-size |
8G内存的机器, MEMORY_SIZE=6G 已经改到6G了, 还是不行 [root@ip-10-0-137-177 apache-iotdb-1.3.3-all-bin]# tools/export-tsfile.sh -h 127.0.0.1 -p 6667 -u root -pw root -t ./backup -q "select * from root.vGco.** where time >= 1736734200000 and time <= 1736734260000"Starting IoTDB Client Export ScriptCannot dump result because: 301: There is not enough memory to execute current fragment instance, current remaining free memory is 308727591B, estimated memory usage for current fragment instance is 888118024B 只导出1分钟的数据也不行, 需要888118024B = 800M 内存 |
Search before asking
Version
Cannot dump result because: 301: There is not enough memory to execute current fragment instance, current remaining free memory is 44350172B, estimated memory usage for current fragment instance is 848419096B
内存是足够的, 是不是要修改什么配置的, 2c8g的机器
Describe the bug and provide the minimal reproduce step
1
What did you expect to see?
1
What did you see instead?
1
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: