You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/31 02:50:48 UTC

[GitHub] [iotdb] qiaojialin commented on issue #2595: OOM(内存溢出问题)

qiaojialin commented on issue #2595:
URL: https://github.com/apache/iotdb/issues/2595#issuecomment-770316136


   If OOM, two ways:
   (1) config manually if you use 0.10 or earlier version:
   
    conf/iotdb-engine.properties:
    enable_parameter_adapter=false
    tsfile_size_threshold=100000000
    memtable_size_threshold=JVM memory/2/storage group number/4
   
   (2) upgrade to version 0.11.2 or a later version
   Generally, in 0.11 version, you do not need to config manually. If still OOM, you could still try to config
   
    conf/iotdb-engine.properties:
    enable_mem_control=false
    tsfile_size_threshold=100000000
    memtable_size_threshold=JVM memory/2/storage group number/4
   
    If still OOM, lower the memtable_size_threshold!
   
   (3) check whether you have millions of devices, the penultimate nodes in the path. Try to modify your model to less than one million devices.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org