How to Increase min number of executable threads in Weblogic 10.3.0

Hi,
I was trying to increase the Min number of executable threads using the following startup argument
"set USER_MEM_ARGS=-Dweblogic.threadpool.MinPoolSize=30" in startWeblogic.cmd. But doing so haven't increased the "execute thread total count" to the desired number when I verified it in console.
Kindly help me to configure this.
PS: Changing the configuration file (config.xml) is not recommended.
Thanks
Prasanth

In 10.3 usually work managers are used for this purpose. (http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/compat.html#wp1117123)
You can use the 8.1 thread pool if you want (http://download.oracle.com/docs/cd/E12840_01/wls/docs103/perform/appb_queues.html#use81)
but generally work managers are the preferred way: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_wls/self_tuned.html
Coming back to your original question:
"I was trying to increase the Min number of executable threads using the following startup argument "set USER_MEM_ARGS=-Dweblogic.threadpool.MinPoolSize=30" in startWeblogic.cmd. But doing so haven't increased the "execute thread total count" to the desired number when I verified it in console."
Can you add the option in the setDomainEnv file, located in the ${DOMAIN_HOME}/bin directory, for example,
@REM *************************************************************************
set WL_HOME=C:\bea\wlserver_10.3
for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
set BEA_JAVA_HOME=C:\bea\jrockit_160_24_D1.1.2-4
set USER_MEM_ARGS=-jrockit -Xms512m -Xmx512m -Xgc:throughput -Dweblogic.threadpool.MinPoolSize=100
set SUN_JAVA_HOME=To check if it indeed shows the number of threads you can follow the steps presented here: http://m-button.blogspot.com/2009/02/tuning-default-workmanager-on-weblogic.html

Similar Messages

  • Constant number of execute threads in weblogic

    Hi all,
    I need help in understanding that why do i have number of execute threads as constants(in number 50) while taking the thread dump.
    Why does this thread count remain constant and what can be the possible cause for the same .
    plase provide some pointers to do the RCA for it .
    Thank you

    If you have enough idle execute threads at a point of time, then it can be used by weblogic server to process a particular request. During heavy load times having more number of execute threads can be helpful as the requests would not starve particularly when the requests are long running(requiring more time to finish). Each thread adds to the memory required. Also the number of execute threads should not be more than the number of connection pool max capacity to avoid requests starving for connections. If the threads remains idle and are not being used(as load is not that high), then the utilization is low ie. those many execute threads are not required.

  • How to increase the number of HTTP Worker Threads?

    Hi Buddy,
    I am using the lateset NW AS Java. It's a DEV system and the number of HTTP Worker Threads is 5.
    Do you know how to increase the number?
    What is the number in a Production System?
    Thank you!

    Parameter name: FCAServerThreadCount
    It's under Service->http.
    Use config tool for NW70.
    For NW71 and above use NWA and config tool.
    Also refer this -
    http://wiki.sdn.sap.com/wiki/display/JSTSG/%28JSTSG%29%28Web%29FAQ-FCAServerThreadCount

  • How do you modify the default Execute thread count in Weblogic Server 9.2?

    How do you modify the default Execute thread count in Weblogic Server 9.2?
    How can you tune the starting number of weblogic.ExecuteThread on server startup and/or set minimum number?
    Is there an option from the console?
    Please let me know.
    Thanks

    Self tuning will automatically manage the threads but however you can still control the min and max by adding the min and max values for each instance either directly adding in config.xml or through JVM settings
    1) Modifying the config.xml
    Just add the following line(s) to each server definition :
    <server>
    <name>AdminServer</name>
    <self-tuning-thread-pool-size-min>100</self-tuning-thread-pool-size-min>
    <self-tuning-thread-pool-size-max>200</self-tuning-thread-pool-size-max>
    </server>
    2) Adding some JVM parameters
    It's safer the following way :
    add the following option in your command line : -Dweblogic.threadpool.MinPoolSize=100
    Regards
    RR

  • How to increase max. number of mutex lock at a time

    In my application , when trying to lock mutex with pthread_mutex_lock() ,
    this returns ENOMEM.
    I found that ENOMEM error occurs when locking over 2000 mutex in a thread
    by execute a sample program.
    In those mutex,PTHREAD_PRIO_INHERIT attribute is set to lock mutex in a sequential FIFO order.
    Does anyone knows how to prevent ENOMEM error and how to increase maximum number of mutex lock at a time in a thread ?

    Check these 2 articles
    https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file?esab=a&s=how+to+put+a+file+in+download+queue&r=2&as=s
    https://support.mozilla.org/en-US/kb/find-and-manage-downloaded-files?esab=a&s=limit+maximum+number+of+downloads+and+create+a+download+queue&r=1&as=s
    This might help you.
    Thank you.

  • How to increase the number of rows in Status Oveview iView in MSS?

    Hi
    We have implemented MSS and have a question regarding Status overview iview.
    The standard status overview iview of the team workset has 5 rows and we have to scroll using the arrow buttons to select/view a request.
    Now can anyone explain me how to increase the number of rows in this iview? Is this somthing that has to be accoplished through web dynpro customization?
    I checked the options in iView property and do not see any option to increase the number of rows.
    please help
    Thanks
    -Michael

    Hi Micheal,
    Well, I am not really sure, if you could accomplish this using customizing, but I am sure that you can accomplish this using the JDI. Well, you can extract the application's source code using JDI and then change the required display rows property and republish it.
    Am not really sure if this is suggestable method for this requirement,but it can be achieved using this JDI stuff.
    Regards
    <b>Raja Sekhar</b><i></i>

  • How to increase the number of rows to be displayed in BEx Web Analyzer

    hi,
    I am viewing reports using BEx Web analyzer option. It is displaying only 24 rows  of data at a time. How to increase the number of rows? do i need to any kind of settings?
    pls reply.

    Hi,
    I think the standard template in 2004s is named 0ANALYSIS_PATTERN. You can find it in Web Application Designer, open, and search for the technical name. If you want to change the number of rows or columns, you can find this setting near the bottom of the XHTML view of the template:
    <bi:BLOCK_COLUMNS_SIZE value="4" />
    <bi:BLOCK_ROWS_SIZE value="17" />
    Then just save, and ignore the error messages.
    Message was edited by:
            vind Reinsberg

  • How to increase the number of files picked up by File adaptor

    Dear all,
    Can any one tell me how to increase the number of files picked up by File adapter.
    Pl post ASAP.
    Useful answers will be appreciated accordingly.
    Thanks,
    Srinivas

    Hi Srinivasa,
    there is no parameter for number of files to be picked..............if you have too many source files and you want to get them processed quickly, then you can specify a very small polling interval, then XI will pick your source files quickly..........but it will cause heavy load on the XI system which can lead to blockage of messages in queues........
    Regards,
    Rajeev Gupta

  • How to increase the number of characters in Text Edit??

    Hi,
      How to increase the number of characters we enter in the Text Edit, for example i can't enter not more than 255 characters. If to enter upto 500 char, what to do.
    Thanks and regards,
    Karthik

    We can't restrict the number of characters a UI element can take. Rows and columns properties are to specify the visible no of rows and columns.
    If u want a restriction in the number of characters you have to create a simple type and set it to a context attribute and then map it to the text view.

  • How to increase the number of data Business Object can pull for a report?

    Hi,
    I would like to ask around how to increase the number of data Business Object can pull for a report. I have a report which pulls data depending on the date range (ex. From 01/01/2007 - 01/10/2007). But, when the data that is pulled exceeds 5000, the report fails. Is there anyway to increase the number of data that BO can pull?
    Thanks

    Bobby,
       to my knowledge we can't change that. Let me explain this, we have setting in the source system for DS default Data Transfer. there we will assign the processes. if you want to assign 4 you need to change the setting in the source system. For flat files we can change in BW System. We can maintain the setting in the Infopackage level(wht we are assigned in the Source System), but we can't change the process.
    in order to check the setting in source system  SBIW--> General Settings --> Control Parameters for Data Transfer.
    we need to change here, this will effect to all the Data Sources. Before making changes check with your basis.
    All the best.
    Regards,
    Nagesh Ganisetti.

  • Number of execute threads

    Is there a limit to the number of execute threads in the Weblogic Server
    5.x.
    (4.5.x had a limit of 400).
    Thanks
    -Rama

    That limit still stands ...
    Srikant.
    Rama Penumarti wrote:
    Is there a limit to the number of execute threads in the Weblogic Server
    5.x.
    (4.5.x had a limit of 400).
    Thanks
    -Rama

  • How could increase the number of waiting request queue?

    how could increase the number of waiting request queue?
    thanks,

    I assume you're asking because you're getting connection refused exceptions? Set the AcceptBacklog parameter in the config.xml/via the console. Here's a description of the parameter:
    http://e-docs.bea.com/wls/docs81/config_xml/Server.html#AcceptBacklog

  • How to increase the number of scrollable shell/terminal lines?

    Hi guys,
    I've just run "pacman -Syu" and got hundreds of error lines. When I tried to scroll up to the first one by pressing "shift-pageup" I noticed, that I could only go back a couple of lines. So apparently my terminal "forgot" the first few lines.
    How can I increase the number of "history lines" (no, I do not mean the bash command history) in my terminal? I'm not using any terminal emulator like xterm. I have no GUI installed on that box. It's just the normal virtual console I'm talking about.
    Thanks a lot in advance,
    Blackhole

    dschrute wrote:
    From what I've read, the standard config uses your vga card's memory, and is pretty limited in how much it can be changed.  I have seen it sugested that using less virtual consoles might give you more of a scrollback, but I can't confirm that.
    There is also a somewhat new option with 2.6 kernels for "Soft Scrolback" that uses system RAM rather than VGA ram.  This is a kernel, compile time option so if it isn't enabled by default in Arch, you'd have to recompile your kernel with it turned on.  Google "console soft scrollback" or VGACON_SOFT_SCROLLBACK for more info.
    Thanks a lot. I didn't expect it to be so difficult. I thought there would be some config file somewhere. Can't the shell/bash itself do the soft scrollback out of the box?

  • How to increase the number of access to a list

    Hi,
    I have a list with many numbers, for example [234, 235, 236, 237 .....]. If I want access to  the first value of the list I can use for example the command: "put MyList [1]" and I get 234.
    Now I need to have a script that increases the number in square brackets of "MyList" by one unit (MyList[2]; MyList [3] etc..) in order to obtain 235, 236 etc.. If I use the command "setAt" or  "MyList [1] = MyList [1] + 1",  with "put MyList" I get the value 2, 3 etc.. and not 235, 236 ... that I need.
    What might be the way to the solution?
    Thanks.

    Thanks a lot Production Monkey for your reply,
    If I use "MyList = MyList + 1", if my list is equal to the following for example: [0, 11, 123, 234, 6443], the result will be: [1, 11, 123 234, 6443], but it is not what I want. I try to be more clear.
    MyList = [224, 336, 445, 224, 779 etc ...]
    Now, without changing the values of "MyList", I need to access the first, second, third .... etc value.
    The first hypothesis might be:
    MyList [1] (I obtain the value 224 and it is good)
    MyList [2] (I obtain the value 336 and it is good)
    MyList [3] (I obtain the value 445 and it is good)
    etc. .........
    but the list is very long and change, I would like a script, for example "on mouseUp me" to increase (not the value of the first list [224.336 etc]) but only the single value inside the brackets for example: MyList [4], MyList [5], MyList [6], MyList [7] ... [8] ... [9] and so on.
    How can I do?
    I apologize for my bad English.

  • How to increase a number by 1 in a loop

    Hi this is sligthly more difficult than the title reads i think.
    I have a while loop reading the com port to detect a switch being on or off by doing an rs232 loopback
    if i get an error its off,  no error on.  
    what i want to do is increase a number by 1 when the switch is on the off position, but at the moment 
    the number just constantly increase as the "+1" function is in a loop.  How can i make it only increase
    the number once.
    The loop needs to constantly run if the switch is on or off
    Hope this makes sense,  i have attached a picture of what it does now
    I look forward to your suggestions.
    Solved!
    Go to Solution.
    Attachments:
    switchcheck.jpg ‏191 KB

    What about the First Call? function (in the Synchronization palette). It lets you do something once then forget it on subsequent calls. Just wire it to a case statement with your incrementor in it.  
    edit: After re-reading your post I think you need Tim's idea above, not the First Call? function, but just in case you didn't know about it, there it is!
    Message Edited by Broken Arrow on 11-20-2009 08:57 AM
    Message Edited by Broken Arrow on 11-20-2009 08:58 AM
    Richard

Maybe you are looking for

  • How to open a file with a link ?

    I am using servlets to design an application. The application supports uploading and downloading of .DOC and .RTF files. My problem is that I am opening an uploaded file via a link. OPen File The above is also working fine and opens the file in the I

  • Internal ITS, IAC and PocketPC Browser

    Dear all, we have some self written IACs running on a PocketPC. After migration to WebAS 7.0 with internal ITS the IACs quit with "Browser version not supported". There is no problem running these IACs in the Browser, they are all classic IACs with j

  • Query to Find Table and Column Name by using a value

    Dear Legends, I hope and surfed in our forums and google to find the Table Name and Column Name by having a value(Number/String). And my where clauses are where owner NOT IN ('SYS','SYSTEM') and       data_type IN ('CHAR','VARCHAR2','NUMBER') May I h

  • How to Change my pin code

    How to Change my pin code

  • "Purchased Music" folder shows different music on different macs...

    All the music was purchased with the same ID. But over the years, they were purchased from different authorized machines in my household. Some mac some windows (I am under the authorized computer limit of 5). Recently, I consolidated all the purchase