Hi!
I would like to run tests with 100k users connected at the same time, but I can't find a way...
I already changed all the configuration concerning file descriptor limit, ephemeral port range (about 60k ports), etc.
I still have the "Cannot assign requested address" exception when I try to run more than 60k users at the same time, which is normal since I don't have more ports available. Yet, I would like to increase this number to 100k users (or more), Is there a way to do so with gatling?
I've thought about using several IPs on the client side to be able to have more than 60k ports available (like suggested
here), but I don't how to do that with Gatling..
Anyway, thanks for your work, this is a great tool ! By far easier to use than JMeter :)
L-M