About the: running all in one jvm. Ask timecho... When I was there, I built an app that was intended to run iotdb in one jvm and it worked fine. It was an edge app for Bosch rexroth CtrlX.
That might help with strep 2 Chris Gesendet von Outlook für Android<https://aka.ms/AAb9ysg> ________________________________ From: wenwei shu <[email protected]> Sent: Thursday, 27 August 2026 04:08:17 To: [email protected] <[email protected]> Subject: Re: [DISCUSS] Introduce an Apache IoTDB Edge binary distribution > > > Hi Yuan, > > Besides the compaction-related parameters already mentioned in your > proposal, I > suggest adding the following settings to the Edge profile: > > candidate_compaction_task_queue_size=10 > compaction_max_aligned_series_num_in_one_batch=2 > > target_compaction_file_size=10485760 > inner_compaction_total_file_size_threshold=52428800 > inner_compaction_total_file_num_threshold=10 > inner_compaction_candidate_file_num=5 > > max_cross_compaction_candidate_file_num=10 > max_cross_compaction_candidate_file_size=52428800 > > Since the target compaction file size is reduced, I also suggest > reducing the TsFile page and chunk sizes to keep the flush and compaction > working sets small: > > target_chunk_point_num=10000 > target_chunk_size=262144 > > max_number_of_points_in_page=1000 > page_size_in_byte=16384 > > Best regards, > Wenwei Shu
