InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum number of threads that should be allowed on a single system? |
|
Answer» It depends on your system's hardware SETUP, which includes a processor, JVM, and allotted memory -Xmx, AMONG other THINGS. The number of components in your test plan, such as the number of config items or PROCESSORS, as well as whether you are using GUI or Non-GUI Mode, have an impact on thread count. |
|