michael-o commented on PR #363:
URL: 
https://github.com/apache/httpcomponents-client/pull/363#issuecomment-1129958671

   I can't even pass the current tests, they hang with:
   ```
   
   ```
   Because they create too many threads (thread dump of the hanging Surefire 
Booter) JVM:
   ```
   $ grep "I/O server dispatch-" out  | cut -d ' ' -f -3
   "I/O server dispatch-1220"
   "I/O server dispatch-1219"
   "I/O server dispatch-1218"
   "I/O server dispatch-1217"
   "I/O server dispatch-1216"
   "I/O server dispatch-1215"
   "I/O server dispatch-1214"
   "I/O server dispatch-1213"
   "I/O server dispatch-1212"
   "I/O server dispatch-1211"
   "I/O server dispatch-1210"
   "I/O server dispatch-1209"
   "I/O server dispatch-1208"
   "I/O server dispatch-1207"
   "I/O server dispatch-1206"
   "I/O server dispatch-1205"
   "I/O server dispatch-1204"
   "I/O server dispatch-1203"
   "I/O server dispatch-1202"
   "I/O server dispatch-1201"
   "I/O server dispatch-860"
   "I/O server dispatch-859"
   "I/O server dispatch-858"
   "I/O server dispatch-857"
   "I/O server dispatch-856"
   "I/O server dispatch-855"
   "I/O server dispatch-854"
   "I/O server dispatch-853"
   "I/O server dispatch-852"
   "I/O server dispatch-851"
   "I/O server dispatch-850"
   "I/O server dispatch-849"
   "I/O server dispatch-848"
   "I/O server dispatch-847"
   "I/O server dispatch-846"
   "I/O server dispatch-845"
   "I/O server dispatch-844"
   "I/O server dispatch-843"
   "I/O server dispatch-842"
   "I/O server dispatch-841"
   
   ```
   My OS limit is:
   ```
   $ sysctl kern.threads.max_threads_per_proc
   kern.threads.max_threads_per_proc: 1500
   ```
   
   and I guess this is more than enough for testing, no?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to