-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Hi sir, I want to take this occasion to express my admiration for your great job extremely useful for my Bachelor's thesis.
Currently, I am trying to convert my dataset of about 100000 cpp files, but always I am getting this error.
Originally thought that the issue was related to the capacity of memory, but quickly this was dismissed because I work with instances of machines of up to 150G Ram, also I checked of limits set by the OS linux and these are far above of the thread quantity created when the App crash. even thanks to the capacity of instances of the machines with whom I have worked, it's possible create a thread by each cpp file and the system would not have any problem of performance or configuration.
I have kept track of the logs JVM and with the help an analyzing tool. I found that over 99% thread is established in state-timed waiting and all these are asociated to MVStore.
may you help me with this issue.
Thank you very much for your attention