Exam C9510-418 All QuestionsBrowse all questions from this exam
Question 24

What is the purpose of setting the JVM custom property com.ibm.websphere.nodeagent.bootstrap.maxthreadpool = 5 on the node agent?

    Correct Answer: A

    The purpose of setting the JVM custom property com.ibm.websphere.nodeagent.bootstrap.maxthreadpool = 5 on the node agent is to start five application server processes in parallel. This property controls the number of threads that can be included in a newly created thread pool, where each thread is dedicated to starting an application server Java virtual machine (JVM). As a result, the JVMs with dedicated threads in this thread pool are started in parallel whenever the node agent starts, allowing for up to five application server processes to start simultaneously.

Discussion
ftagliacOption: C

The correct is C: "com.ibm.websphere.management.nodeagent.bootstrap.maxthreadpool" Use this property to control the number of threads that can be included in a newly created thread pool. A dedicated thread is created to start each application server Java virtual machine (JVM). The JVMs with dedicated threads in this thread pool are the JVMs that are started in parallel whenever the node agent starts.