Open jackliusr-synapxe opened 1 month ago
Did you run out of disk space?
At what point does it hang?
aws ec2 instance type: m5a.2xlarge os: amazon/al2023-ami-2023.5.20241001.1-kernel-6.1-x86_64 vCPU: 8 memory: 32Gib
speed of generating(patient/s),441
total record,10000000
total mins,22675.7369614512
hours,377.928949357521
days,15.7470395565634
Did you run out of disk space?
At what point does it hang?
No. I have enough disk space. about 1T. It hangs when generating around 100 to 400 patient as in my terminal console. there is no errors.
I managed to recreate this issue pretty easily... my initial guess is this is related to the number of threads being thrown into the ExecutorService threadPool
...
What happened?
run_synthea hangs when p = 100000000. I can run it with 10,000,000.
Environment
Relevant log output
No response