question

MC Bunji avatar image
0 Likes"
MC Bunji asked Julie Weller commented

How to set the maximum queue capacity to unlimited

Hey, Flexsim Gurus!

How can I set the maximum queue capacity to unlimited?

FlexSim 23.1.3
queue sizeunlimited queue capacity
· 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.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jason Lightfoot edited

There are better ways to measure throughput than to keep every item in a queue.

You can let the items flow into a sink and use the sink's input/output stat to measure the throughput. You can pin it to a dashboard and if needed, you can sample that table/chart to copy the value into a performance measure.

measure-throughput-fm.fsm

And even if you want to use the queue and keep the items. Just use a very large value as the capacity as Jörg suggested. I'd wager your PC is going to run out of RAM long before the model reaches something close to 1 billion items.


· 1
5 |100000

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