Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_synthea hangs when p = 100000000 #1515

Open
jackliusr-synapxe opened this issue Oct 7, 2024 · 4 comments
Open

run_synthea hangs when p = 100000000 #1515

jackliusr-synapxe opened this issue Oct 7, 2024 · 4 comments
Labels

Comments

@jackliusr-synapxe
Copy link

What happened?

run_synthea hangs when p = 100000000. I can run it with 10,000,000.

./run_synthea -p 100000000

Environment

- OS:aws linux
- Java: aws jdk 17

Relevant log output

No response

@jawalonoski
Copy link
Member

Did you run out of disk space?

At what point does it hang?

@jackliusr
Copy link

jackliusr commented Oct 7, 2024

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

@jackliusr
Copy link

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.

@jawalonoski
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants