question

Yokota T avatar image
1 Like"
Yokota T asked Jason Lightfoot commented

webserver's max instances

I'm trying to do parallel computing on FlexSim webserver. I understand I can change the max number of instances.

What I want to know is an appropriate max number. Webserver should finish all simulations as soon as possible, but at the same time mustn't crash. How can I calculate a recommended max number? What I want to know is not a certain max value for my project and PC, but general methods to calculate the value.

Thank you.

FlexSim 21.1.0
webserverflexsim webserverinstance
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

If you have only 1 instance then all jobs will be queued while the one instance is busy. If you have more than one instance then parallel jobs can be executed meaning if you have one job that is a lot of replications other jobs will still get through without having to wait in line.

That said - I believe the Job Submission technique of using the webserver does not coordinate capacity limits with distributed experiments via the experimenter so I think you need first to decide which method you are using. Developers please chime in if I've got this wrong.

· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Yokota T avatar image Yokota T commented ·
I have to get not only performance measures data but statistics collectors time series dataset. So I need use Job Submission technique.

Is it a good choice to use the default max instances number, 8?

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Yokota T commented ·

If you need to have 8 different models running at once, yes.

0 Likes 0 ·
Yokota T avatar image Yokota T Jason Lightfoot ♦ commented ·

OK, I'll try it.

Thank you for your answer.

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.