choubenson opened a new pull request, #9796: URL: https://github.com/apache/iotdb/pull/9796
**Description** The memory evaluation for cross space compaction was too large, causing the compaction to get stuck. **Solution** After experiments, it is found that the memory evaluation of Reading SeqFile is too large, so it is necessary to accurately evaluate this part of the memory. And the compression ratio is taken from the memory. The experimental results are detailed in [IOTDB-5818](https://issues.apache.org/jira/browse/IOTDB-5818) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
