Rakshita BJ wrote:
Hi Team

I am working on a lottery project and using jmeter to do a performance test.
I am conducting a performance test on teh API's.

I have a total of 48 thread groups with each thread group having a sign on
request.

When I try to run with 100 users the sign on request is failing with the
below error.

{"code":39,"message":"Pending acquire queue has reached its maximum size of
32","source":"auth"}.

The API's are working fine, I guess I have some issue with the tool.

Please let me know if you need any further details.

Thanks
Rakshita

I don't see any issue with the tool, I see that your "queue" (whatever it is) is accepting only 32 connections and you're trying to use 100 concurrent users (if not more)

You either need to amend the "queue" configuration so it would accept as many concurrent connections as you're trying to create.

Alternatively you can limit JMeter's throughput to the value the queue accepts, it can be done using JMeter Timers: https://www.blazemeter.com/blog/jmeter-timer

For example if you add the Synchronizing Timer https://jmeter.apache.org/usermanual/component_reference.html#Synchronizing_Timer as a child of the Sampler which performs the login and set the "Number of Simultaneous Users to Group by" to 32 JMeter will perform login in "chunks" of 32 users at the same time.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to