osbrain icon indicating copy to clipboard operation
osbrain copied to clipboard

Name server freezes after creating more than 45 agents

Open Karolina-Bogacka opened this issue 3 years ago • 3 comments

I was just wondering why exactly that is and what should I do if I want to use more in my simulation

Karolina-Bogacka avatar Sep 11 '21 09:09 Karolina-Bogacka

@Karolina-Bogacka It shouldn't be the case. :blush:

Could you share a Minimal, Reproducible Example?

Peque avatar Sep 11 '21 10:09 Peque

Also, you may want to see how many threads are currently allowed in Pyro4. I know that I needed to set: Pyro4.config.THREADPOOL_SIZE=<some_number> to allow for a large number of agents.

ryanstwrt avatar Oct 14 '21 19:10 ryanstwrt

@ryanstwrt Good point. By default it is set to 16 by osBrain, which may be insufficient for some applications.

Peque avatar Oct 15 '21 07:10 Peque