What value should set for wrapper.java.initmemory?

Hi guys,
If this is the wrong forum to ask, I hereby apologize as I am not sure which forum should I deposit this question.
I am using jboss4.0.5 installing in Cent OS with memory of 1024MB and jdk 1.5.0_08. Hence, what value should I set for wrapper.java.initmemory and wrapper.java.maxmemory? What actually is the wrapper.java for compare to JAVA_OPTS? my current configuration is like below:
# Wrapper Properties
# Java Application
set.JAVA_HOME=/usr/java/j2sdk
wrapper.java.command=%JAVA_HOME%/bin/java
set.JBOSS_CONFIG=default
set.JBOSS_HOME=/opt/jboss4
set.JBOSS_LOG=/var/log/jboss4/%JBOSS_CONFIG%
# Use new ticker
wrapper.use_system_time=FALSE
# Java Main class
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
# Java Classpath (include wrapper.jar) Add class path elements as
# needed starting from 1
wrapper.java.classpath.1=%JBOSS_HOME%/lib/wrapper.jar
wrapper.java.classpath.2=%JBOSS_HOME%/bin/run.jar
wrapper.java.classpath.3=%JAVA_HOME%/lib/tools.jar
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=%JBOSS_HOME%/lib
# Java Additional Parameters
wrapper.java.additional.1=-Dprogram.name=run.sh
wrapper.java.additional.2=-Djava.endorsed.dirs=%JBOSS_HOME%/lib/endorsed
# Initial Java Heap Size (in MB)
wrapper.java.initmemory=64
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=128
# Application parameters. Add parameters as needed starting from 1
wrapper.app.parameter.1=org.jboss.Main
wrapper.app.parameter.2=-c
wrapper.app.parameter.3=%JBOSS_CONFIG%
# Port which the native wrapper code will attempt to connect to
wrapper.port=1777
wrapper.startup.timeout=300
wrapper.ping.timeout=300
wrapper.shutdown.timeout=300
wrapper.disable_shutdown_hook=TRUE
wrapper.request_thread_dump_on_failed_jvm_exit=TRUE
# Wrapper Logging Properties
# Format of output for the console. (See docs for formats)
wrapper.console.format=PM
# Log Level for console output. (See docs for log levels)
wrapper.console.loglevel=INFO
# Log file to use for wrapper output logging.
wrapper.logfile=%JBOSS_LOG%/server.log
# Format of output for the log file. (See docs for formats)
wrapper.logfile.format=LPTM
# Log Level for log file output. (See docs for log levels)
wrapper.logfile.loglevel=NONE
# Maximum size that the log file will be allowed to grow to before
# the log is rolled. Size is specified in bytes. The default value
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
# 'm' (mb) suffix. For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=0
# Maximum number of rolled log files which will be allowed before old
# files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=0
# Log Level for sys/event log output. (See docs for log levels)
wrapper.syslog.loglevel=NONE
# Wrapper NT Service Properties
# WARNING - Do not modify any of these properties when an application
# using this configuration file has been installed as a service.
# Please uninstall the service before modifying this section. The
# service can then be reinstalled.
# Name of the service
[email protected]@
# Display name of the service
[email protected]@
# Description of the service
[email protected]@
# Service dependencies. Add dependencies as needed starting from 1
wrapper.ntservice.dependency.1=
# Mode in which the service is installed. AUTO_START or DEMAND_START
wrapper.ntservice.starttype=AUTO_START
# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=false
Thanks & Regards,
Mark

Hello Kumar,
The following should be the recommended parameters for your case. Always take a backup of initSID.ora and spfileSID.ora file before making the changes.
fixcontrol Bug fix control parameter
*._fix_control='5705630:ON','5765456:3','6221403:ON','6329318:ON','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON','7325597:ON','7692248:ON','7891471:ON'
max_dump_file_size = 20000
optimizer_index_caching Adjust the usage of nested loops 0
optimizer_index_caching (do not set)
optimizer_index_cost_adj Percentage of the calculated index costs 100
optimizer_index_cost_adj = 20
parallel_max_servers=20
parallel_threads_per_cpu = 1
shared_pool_reserved_size
CPUs   Shared_Pool_Size  
   4              500M                
   6                1G                   
  10                1G                
  32                2G                
  64                2G                
128                3G      
Resize db_cache depending on your needs. For your case, I would recommend at least 2GB of RAM for db_cache
pushjoin_union_view
pushjoin_union_view = false
Set this as true if 6917874 fix is implemented.
In addition Oracle processes should be calculated as follows
Oracle Processes =
{ ABAP WP X 2  +
J2ee Server Processes*MaxConnection  + Parallel_Max_Servers   + 40 }
Hope I am clear.
Thanks,
Venkatesh Pydi.

Similar Messages

  • What value should be for below parameters

    Dear all,
    Please suggest what value should be for below parameters  in Win 2003 ,ecc6 and oracle 10g and 16 gb ram.
    Parameters     Description     Current value     
    fixcontrol     Bug fix control parameter           
    For information about the recommended settings for parameter FIXCONTROL,  version of Oracle release 10.2.0.4 a number of values must be set.
    Parameters     Description     Current value     
    max_dump_file_size     Maximum size of the optimizer trace file     UNLIMITED     
    optimizer_index_caching     Adjust the usage of nested loops     0     
    optimizer_index_cost_adj     Percentage of the calculated index costs     100     
    parallel_max_servers     Parallel Query: Maximum number of parallel execution servers     150     
    PARALLEL_MAX_SERVERS.
    Parameters     Description     Current value     
    parallel_threads_per_cpu     Number of parallel execution processes/threads per CPU     2     
    shared_pool_reserved_size     Part of Shared Pool for large statements     128676003     
    pushjoin_union_view     Enable pushing join predicate inside a union all view           
    Regards,
    Kumar

    Hello Kumar,
    The following should be the recommended parameters for your case. Always take a backup of initSID.ora and spfileSID.ora file before making the changes.
    fixcontrol Bug fix control parameter
    *._fix_control='5705630:ON','5765456:3','6221403:ON','6329318:ON','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON','7325597:ON','7692248:ON','7891471:ON'
    max_dump_file_size = 20000
    optimizer_index_caching Adjust the usage of nested loops 0
    optimizer_index_caching (do not set)
    optimizer_index_cost_adj Percentage of the calculated index costs 100
    optimizer_index_cost_adj = 20
    parallel_max_servers=20
    parallel_threads_per_cpu = 1
    shared_pool_reserved_size
    CPUs   Shared_Pool_Size  
       4              500M                
       6                1G                   
      10                1G                
      32                2G                
      64                2G                
    128                3G      
    Resize db_cache depending on your needs. For your case, I would recommend at least 2GB of RAM for db_cache
    pushjoin_union_view
    pushjoin_union_view = false
    Set this as true if 6917874 fix is implemented.
    In addition Oracle processes should be calculated as follows
    Oracle Processes =
    { ABAP WP X 2  +
    J2ee Server Processes*MaxConnection  + Parallel_Max_Servers   + 40 }
    Hope I am clear.
    Thanks,
    Venkatesh Pydi.

  • New to JMS and JBOSS , what value to set for following

    hello friends ,
    I have following things for MQSeries , can u please tell me what would be the corresponding values for jboss.
    JMS.QueueConnectionFactoryImpl.classname = For IBM MQ its com.ibm.mq.jms.MQQueueConnectionFactory
    What would be the classname for jboss ?
    JMS.QueueImpl.classname =     For IBM MQ its com.ibm.mq.jms.MQQueue
    what for Jboss
    similarly i am writing for all the MQStuff , could u please let me know for jboss
    JMS.QueueImpl.method.setTargetClient =      java.lang.Integer {com.ibm.mq.jms.JMSC.MQJMS_CLIENT_NONJMS_MQ}
    JMS.QueueConnectionFactoryImpl.method.setTransportType =      java.lang.Integer {com.ibm.mq.jms.JMSC.MQJMS_TP_CLIENT_MQ_TCPIP}
    JMS.QueueConnectionFactoryImpl.method.setChannel =      java.lang.String {JAVA.CHANNEL}
    Kindly do help if you know
    thanks

    Thanks for the reply to my questions.
    I have another that can be hopefully answered in regards to the client side ping.
    1. With the client side ping, if the clients computers network cable is disconnected and then reconnected will the ping properly re-establish its connection or is it up to the client application to do this process?
    2. Will the client side ping resolve the issue with half-open connections that 3.5 had?
    2. When creating the persistent queue objects on the server are there any special settings to set to properly configure the queues. When working with 3.5 I previously had the following:
    cmdtype=add
    obj.type=qf
    obj.lookupName=QueueConnectionFactory
    obj.attrs.imqBrokerHostName=localhost
    obj.attrs.imqBrokerHostPort=7676
    objstore.attrs.java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
    objstore.attrs.java.naming.provider.url=file:///C:/Temp
    Thanks in advance for any sugestions

  • Mapping of source message to IDOC.. What values should be assigned?

    Hi guys, again
    I have SOAP->XI->IDoc scenario, but my IDocs arrive only with 1 segment... The IDoc is not standard, and has a lot of fields, but I want to fill only a few of them in some segments. Lets say, that I have 4 segments, with occurence 0..999999, each value has occurence 0..1 like following..
    seg1-val1
        -val2
        -val3
    seg2-val1
        -val2
        -val3
    seg3-val1
        -val2
        -val3
    seg4-val1
        -val2
        -val3
    and I have source message like
    <seg1>
      <val1>..</val1
    </seg1>
    <seg1>
      <val1>..</val1>
    </seg1>
    I think, I have to map seg1 tag to seg1 segment, and val1 tag to val1 field..
    But! DO I HAVE TO MAP also seg1 tag to seg2, seg and seg4 segment? (to create logical "table"), or it is not necessary...
    Next question: what value should be assignet to @SEGMENT attribute of segments? also (IDOC segment?) Should it be some constant?
    Thank you guys!

    All you need to map is <b>seg1</b> source to <b>seg1</b> target and <b>val1</b> source to <b>val1</b> target . But remember that, if your source has seg2,seg3,seg4 and you want to use them then map them accordingly otherwise no need to map.
    @SEGMENT is counter for the number segments you are passing for each type of record. Use a java function to populate or just populate a constant 1.
    regards
    Shravan

  • HT1923 what software should download for iPOd classic in a computer with windows 8

    what software should download for iPOd classic in a computer with windows 8

    Not sure what you mean?
    Software for what?

  • What value should I put in dhcputil.exe -webserver

    Hi,
    I am trying to use the steps in this article to configure my DHCP options for Lync 2013 phones. But I am not sure what value would go for webserver switch of dhcputil.exe. 
    I have a standard edition front end server and Internal CA.
    Thanks,

    Put the internal web server FQDN of your Lync standard edition front end. You can also typically use the server name if it's standard edition.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    I bought a phone some body which is lock by icloud lock and i cant cooperate the previous owner.So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    You have encountered  Activation lock an anti-theft mechanism
    Find My iPhone Activation Lock - Apple Support
    Apple do not assist in unlocking and there is no way to break the lock without the co-operation of the original owner
    The iPhone was probably stolen .You should try to get your money back .You will never make the iPhone work ,sorry but that is it .

  • What value should be passed to the ColumnSize parameter for SQLBindParameter() for a nvarchar(n) column?

    I have a table with a field "f1" which type is nvarchar(1000). Now I want to update a record through binding variable method. Before I bind the parameter, I call SQLDescribeCol to get the length of f1 - 1000.
    The data for updating f1 is prepared and is coverted to UTF16, so the buffer length is 2*(character length). When I call SQLBindParameter() to bind the variable for f1, what length value should be passed to ColumnSize parameter? Some said the Columnsize
    should be in byte. In MSDN, I can't find any posts or examples for my cases. MSDN also mentioned that the limit for this argument is 4000.
    I try 1000 and 2000, both works. Which one is the exactly correct one? I use SQL Server 2008 and native client 10.0.
    Thanks in advance.
    Liu Peng

    Hello,
    Thank you for your question. I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Elvis Long
    TechNet Community Support

  • What value should "NI_USEIPv6" be to make IPv6 work on NetWeaver 7.10?

    I was trying to configure IPv6 support on NetWeaver 7.10, and tried several values for 'NI_USEIPv6', like "true", empty, or IPv6 address, none worked.  Just wonder what value it should be.
    Can anyone help with this? thanks
    Edited by: Harry Lu on Mar 12, 2008 4:14 PM

    Hi, i guess it is not really important any longer - but the answer lays in the OSS Note
    http://service.sap.com/sap/support/notes/1346768
    IPv6 support in other components outside of the application server
    As of the following versions of the components, set the environment variable SAP_IPv6_ACTIVE=1:
    SAPGUI 7.20, classic RFC Library (librfc) 7.20, SAP NetWeaver RFC Library (sapnwrfc) 7.20, SAP Java Connector (JCo) 3.0, and SAP .NET Connector (NCo) 3.0
    For the following versions, set the environment variable NI_USEIPv6 to any value:
    SAPGUI 7.11, classic RFC Library (librfc) 7.11, and SAP NetWeaver RFC Library (sapnwrfc) 7.11

  • When i close the firefox, it need to ask that save and quit or quit like that. what is the setting for this??..

    i need that all the tabs to be save while i close the firefox. the while open all should restore

    One change in Firefox 4 is to by default stop Firefox displaying the warning message, but it can be turned back on by changing some preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
    # Repeat this for '''browser.warnOnQuit''' and '''browser.warnOnRestart'''

  • How to use PF_ASTAT_OPEN & what value should OPENKEY be

    I want to use PF_ASTAT_OPEN,but I don't know what value the openkey and typ should be? where can I find document for it?

    Hi Gang,
       There are some hard coded values that are being passed to this FM when i see them in the standard code:
    viz:  process_salesorder(10)    VALUE 'A020022353',
          function_configuration(10) VALUE 'A020020262',
          function_assembly(10)      VALUE 'A020022749',
    Regards,
    Ravi

  • What's your strategy for learning Java technologies?

    Or, in other words, how do YOU acquire knowledge that is necessary for implementing Java technologies?
    After having spent one-and-a-half years developing an enterprise app, I've gained lots of knowledge about Java and some surface knowledge about its related technologies (JBoss, Hibernate, Ant, XDoclet, NetBeans and probably some others I can't think of at the moment).
    I'm now realizing that -- although the standalone prototype version of my program is growing mature -- I've still got lots to learn for refactoring it to a web platform. For example, I 've done small test projects using Servlets, but haven't done any work with JSP (or HTML for that matter) yet.
    Now, I'm sure I can learn JSP etc., but the questions I ask myself are: how long will it take?
    It's a rhetorical question of course (I don't expect an answer from you, the reader) However, it's an important issue because the months or years I spend fumbling around learning these new technologies, are time I could otherwise spend on the business logic and functionality of my program.
    So, how do you guys acquire knowledge of technologies? Official training perhaps? Or do you simply experiment until it works? Or do you rely on your company's knowledge base (e.g. someone in your company knows how it works)? Or do you get prototypes built from someone who already knows how it works?
    I�m really curious about this and would appreciate your thoughts.
    Thanks in advance,
    P

    Well, it seems like most of you simply read the
    various texts and try the vendors' examples. I'm
    surprised that no one mentioned ever having bought a
    prototype application from the onset. "bought"? What's that mean? You don't buy prototypes. You download evaluation versions, maybe.
    I try to find sample code and tweak it to see the effects. Otherwise, I start writing small sample code an build on that.
    I consider myself a reasonably competent core Java
    programmer, but I had serious difficulty configuring
    and merging its related technologies. There were so
    many disjointed pieces of instructional information
    that the additional research time really hurt our
    budget severely. Not an uncommon thing, I'm sure. There's a lot of stuff. But don't bother learning all of it. Not in detail, at least. It's a good idea to familiarize yourself with the names of packages/libraries and what they do. But only really learn what you need to learn for what you need to do. The next project you will probably need other things, so you learn them then.
    bsampieri,
    I've setup Tomcat and tried the examples--in fact, I
    normally follow tutorials for all products I hope to
    use. Problem is, the examples and tutorials never
    address my specific needs. So, I usually inch toward
    my goal by spending weeks or months in forums to
    continue where the tutorials leave off. Anything complex is going to not be there.... the trick is to identify pieces that you can pull out to build more complex apps. And the fact that JSP/servlets have the issue of being compounded by all the HTML/CSS/JS and HTTP protocol ... I don't want to say limitiations, exactly... Well, it just makes things more complex and harder to know what you need.
    Perhaps you guys are much faster and smarter than
    I...or you have a much bigger budget :)Probably not... on either account.

  • What values are possible for a specific object/field

    Hi everyone,
    I am trying to do the following
    Pull a list out of the system that would provide me with value's description for a specific authoirsation object / field
    I have tried SE16 > AGR_1251 > one of my roles
    I am getting the role, object, field, low and high values
    for example
    myrole - M_FORECAST - ACTVT - 03
    What I have missing is the English description of what "03" is. for example "Display"
    A 03 for a field may not always have the same meaning for different objects
    Alternativly can I pull a list somewhere of the potential values and their description for a specific Authorization Object / Field combination?
    Thank you
    Coco

    Please go through the following Tables:
    TACT : Contains the Text Descriptions of all Activities (for e.g. 01= Create/ Generate, 02= change etc.)
    TACTZ : Contains the Authorization Object specific Activities.
    TOBJ  : Description of Authorization Objects
    TOBJT: Text Description of Authorization Objects
    AUTHX:  Details of Fields
    TPARA:  Parameter Ids of Fields
    There are many more... but these are of help as per your question.
    Regards,
    Dipanjan

  • Project Leader Profile - What I should look for

    Hi:
    We're facing a coming development with 8i/9iAS that has to interact with Oracle's ERP. We already know that the ERP is a complex environment, so we are looking for a person that will be the technical head of the project, since our expertise is limited to Oracle Developer and database. But we don't know exactly what kind of expertise we should ask for to the candidates. Do you have any suggestions?
    Thanks in advance
    Javier Castaqsn

    Javier,
    You should definitely look for someone with prior Oracle ERP full-cycle implementation experience (if he/she's going to be a project leader, I would look for 3-5 years' experience at least), and make sure that the person have specific expertise in the ERP modules you want to implement, e.g. just because someone knows GL and FA like the back of their hand does not necessarily mean that they know anything about OM or PO. And of course, it would be better if this person have experience with 11i, since there some additional features in 11i that is not in the older modules. Good luck.

  • Project Leader's Profile - What I should look for

    Hi:
    We're facing a coming development with 8i/9iAS that has to interact with Oracle's ERP. We already know that the ERP is a complex environment, so we are looking for a person that will be the technical head of the project, since our expertise is limited to Oracle Developer and database. But we don't know exactly what kind of expertise we should ask for to the candidates. Do you have any suggestions?
    Thanks in advance
    Javier Castaqsn
    null

    Javier,
    You should definitely look for someone with prior Oracle ERP full-cycle implementation experience (if he/she's going to be a project leader, I would look for 3-5 years' experience at least), and make sure that the person have specific expertise in the ERP modules you want to implement, e.g. just because someone knows GL and FA like the back of their hand does not necessarily mean that they know anything about OM or PO. And of course, it would be better if this person have experience with 11i, since there some additional features in 11i that is not in the older modules. Good luck.

Maybe you are looking for

  • Adobe Reader does not open a link

    I cannot open a pdf link. It asks for End User Agreement, even though I have signed it

  • Linked button in a Grid (SBO 2005)

    Hy, Is it possible to add a linked button in a grid? I saw some posts for linked buttons in a matrix but this doesn't work for me. The code that I use to fill the grid is:                Item GOrder = form.Items.Item("GOrder");                Grid gO

  • How to copy mailstore from one system to another ? is nfs possible?

    hello we want to copy the mailstore which is /global/mailstore/opt/SUNWmsgsr/data to a new system. we try to mount this directory with nfs in the new system in order to make a copy but i have read that nfs may cause data corruption and lose data, mai

  • Moving my library of source mp3 to different drive

    I have all my cd's ripped to mp3 files on my c: drive and have already imported them into my library, gotten all the album art, etc. Now I need to move all of them to my D: since my C: is getting full and I need all the space I can get. I just moved

  • Overflow: visible now working with textarea

    Hi, I'm trying to resolve an issue where I cannot get the Overflow: visible to work with textareas. We're working on several sites that have a user-defined description field, where the description appears in a textarea. A textarea was used so line br