ST04 Memory Setting

Hi Experts,
We have install SAP on Win 2003 Enterprise Server and SQL Server 2000. In ST04 Transaction Code i am able to see Memory setting is AUTO. This is a central System and such kind of setup the memory setting should be FIXED so that SAP and SQL will not fight for memory and this is also recommended by SAP also. Could you please tell me how to change from AUTO to FIXED.
Thanks & Regards,
Krushna Biswal

Hello,
you can switch to "fixed" if you set the values for
max server memory
min server memory
to the same value. You can do this by either running a script like this
exec sp_configure 'max server memory',<Target Size in MB>
exec sp_configure 'min server memory',<The same value>
or by using the enterprise manager. Right click onto the server and choose
properties. On the memory tab use the option 'Use a fixed memory size (MB)'
and use the slider to define the value.
You do not have to restart the SQL Server for this. He will adjust the values on the fly.
Expect a delay for the refresh in ST04.
Regards
  Clas

Similar Messages

  • Memory setting for weblogic startup file in windows xp

    Hi,
    I want to change memory setting parameters for weblogic server 8.1 because I am using 128MB memory only.
    I found some information edit the startWeblogic.cmd file and change the memory parameters with - x option.
    but practically I didn't find the -x option in that file. Please tell me how can I change the memory parameters for weblogic server.
    Sorry, I dont know whether it is related to this forum or not.
    Regards,
    sivaram

    How can I change the memory of an instance or an instance in weblogic ?
    Please Help
    Thank you

  • SQL Developer 3.0/3.1 64 Bit Memory Setting

    Hi,
    To avoid hitting memory setting issues with SQL Dev 3.0/3.1 64 bit clients, you can make the following changes:
    1) Close SQL Developer
    2) Locate the sqldeveloper.conf file
    Found in directory:
    C:\<SQLDeveloper32\sqldeveloper\sqldeveloper\bin
    3) Change the following line
    Before:
    AddVMOption -XX:MaxPermSize=128M
    After:
    AddVMOption -XX:MaxPermSize=256M
    4) Launch SQL Developer
    A memory issue of this sort will generally result in non-responsive UI behavior.
    You can verify that you are hitting this issue by launching the console window version of SQL Developer and checking for memory exceptions.
    C:\SQLDeveloper30-64RTMPatch1\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe
    A bug has been filed change this setting.
    Thanks, Mark

    SQL Developer itself will work with a 64-bit JDK. It is possible that the data modeler still requires a 32-bit JDK.
    You may get better answers in the dedicated Data Modeller forum.

  • How to see memory setting of a managed server

    Hello,
    Can anybody explain me how to see Memory settings of a managed server instance in weblogic server using unix box
    Thanks
    Ravi

    Hi,
    The memory setting on the WC_Spaces managed servers can be seen as mentioned below.
    ps -eaf | grep Spaces
    Above command shows something like this at the top of the output:
    /a01/app/oraweb/middle/jrrt-3.1.2-1.6.0/bin/java -jrockit -Xms512m -Xmx1024m -Dweblogic.Name=WC_Spaces1 ...
    Regards
    Sreedhar

  • What is the best heap memory setting for JBoss?

    I am running a Windows 2003 server and JBoss is running as service.  The current heap configurations is 1024, but I am having some problems with the service failing.  What is the optimal heap memory setting?  Thank you,

    There is no optimal memory setting for LiveCycle.
    It depends on the components you have chosen to deploy.  If Content Services ES2 is deployed, your heap size settings should be about 2 GB, otherwise 1.0 - 1.7 GB might suffice.
    http://blogs.adobe.com/livecycle/2010/01/optimal_livecycle_es2_jboss_ru.html

  • 865PE NEO2 need help on findout how to get the memory set to dual and a bit of overclocking

    hello everyone all`s it is i need some advice how to find out that my motherboard is set right and my memory is set to dual. at the moment i have my memory 3200 512ram in DIMM 1 A and in DIMM 3 B can anyone tell me if this is right for my motherboard (865PE NEO2 ) and can anyone tell me the best setting to have to overclock my system at the moment i have 2.5 proccesor overclocked to 2.7.

    Your memory is in the correct location for Dual Channel.
    Btw, providing us your full system and PSU specs will be better for us to give you directions.

  • SAP Memory, Set and Get parameter

    Hi All,
         I am running two programs in background from program1
    Eq: Program1 --> Calls 2 programs
                              Program1_01.(First Program)
                              Program2_01(Second Program).
    Programs1 schedules Program1_01 and Program1_02 in background. These two programs are interdependent.
    Program1_01 extracts data, evaluates and sets the Flag. This Flag is exported to SAP Memory using
    Set parameter id 'p_id_flag' field Flag.
    Program1_02 checks for Program1_01 is completed in background. If complted gets the Flag value from SAP Memory using "Get paramter id 'p_id_flag' field Flag.
    When i checked this is not happning. When saw Flag in Program1_01 is set as Flag = 'X'.
    When I came and checked in Program1_02 after Get Parameter statement Falg value is SPACE.
    Cn hlp on this?

    Hi,
    The problem simply lies in fact that pid was provided in lowercase.
    Use:
    SET PARAMETER ID 'P_ID_FLAG' FIELD flag.
    GET PARAMETER ID 'P_ID_FLAG' FIELD flag.
    It works fine then.
    Note!
    Though SAP claims it is mandatory to create pid in TPARA table, in fact this is not required. Each time SET PARAMETER is executed, system checks if data object P_ID_FLAG was defined in SAP memory. If not it will automatically create it for us. But be carefull here. If there is such data object, its value will be overwritten.
    As for your last question, your statement (FREE MEMORY ....) is ok.
    Regards
    Marcin
    Edited by: Marcin Pciak on Jan 22, 2009 1:14 PM

  • Can Memory Setting be made in LR, similar to Scratch disks in Photoshop ?

    System Settings in LR are as follows:   CAn these be Adjusted and HOW ?
    Lightroom version: 2.7
    Operating system: Microsoft Windows XP Home Edition Service Pack 3 (Build 2600)
    Version: 5.1
    Application architecture: x86
    System architecture: x86
    Physical processor count: 2
    Processor speed: 2.1 GHz
    Built-in memory: 3326.1 MB
    Real memory available to Lightroom: 716.8 MB
    Real memory used by Lightroom: 473.1 MB (66.0%)
    Virtual memory used by Lightroom: 481.8 MB

    There is no scratch disk for Lr but you can set the cache size in >Edit >Preferences >File Handling tab - see screen shot.
    As you can see I have set mine to 75 GB; Adobe recommends 25 GB, although the Lr default is 1 GB.

  • OC4J memory setting

    I am testing Java uploadbean, which used to upload files (>200 MB) to Oracle 9iAS database, on our development server, win2k, 1G RAM + 4G Virtual Memory. The uploadbean tested ok on stand along OC4J with java option set upto 640 MB, but got java.outofmemory error on Dev with -Xsx128mb -Xmx256mb. Oracle Enterprise Manager's memory usage pie chart indicates that 800 MB of 1G RAM are used by other programs and only 200 MB can be used for application server. Where and how can I increase the memory allocation to the application server?
    Thanks
    Jim

    I am testing Java uploadbean, which used to upload files (>200 MB) to Oracle 9iAS database, on our development server, win2k, 1G RAM + 4G Virtual Memory. The uploadbean tested ok on stand along OC4J with java option set upto 640 MB, but got java.outofmemory error on Dev with -Xsx128mb -Xmx256mb. Oracle Enterprise Manager's memory usage pie chart indicates that 800 MB of 1G RAM are used by other programs and only 200 MB can be used for application server. Where and how can I increase the memory allocation to the application server?
    Thanks
    Jim

  • T61 upgrading to 4GB, need advise in 2 memory sets.

    Hi techs:
    I need for an experience memory person to advise me if the 2 sets of memory are the same in capacity, latency, voltage, etc.
    I have a T61 7658CTO and I need it to respond a little faster. The #2 link, I picked the link from this site:
    http://forums.lenovo.com/t5/T61-and-prior-T-series​-ThinkPad/Compatible-Memory-with-T61p/m-p/27153
    but unfortunately is out of stock, so I searched and found #1. I had read that in order to make it worthwhile, no all  latency will work. please advise me if they are the same. Thank you
    Mario
    1) DDR2 4GB PC5300 DUAL SO-DIMM PATRIOT PSD24G667SK
    http://www.frys.com/product/5247587#detailed
    2) G.SKILL 4GB (2 x 2GB) 200-Pin DDR2 SO-DIMM DDR2 667 (PC2 5300) Dual Channel Kit Laptop 
    http://www.newegg.com/Product/Product.aspx?Item=N8​2E16820231154
    Mario Martinez

    they are pretty much equivalent and both are fine for your laptop.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • MSI X48 and CM3X2048-1600C9DHX memory setting, help!!

    Hey everyone,
    Ok I have a MSI X48 board with 4 gigs of CM3X2048-1600C9DHX memory that I can only get to run at 1067, whenever I change anythnig in the bios to up it to anything else I get the overclock failed error. How can I get these sticks to run at 1333 or 1600 without getting the overclock error. What am I not setting correctly?
    The proc is an Intel xtreme QX9650 that should be able to run at 1333 but only works at 1067.
    Hopefully someone here can help me out,
    Thanks, Scott..

    Yes using either stick in any slot gets a restart. Changing the timing seemed to decrease the restarts. Like that makes any sense.
    Also dropped the timing back to 777 21 and upped the NB  and SB to 1.35 and 1.50. Lets see what that does.

  • Memory Setting DRAM setting P6N sli platinum

    i wonder what setting you would go for the highest cpu GHZ . i have set mine at these and it is 3 GHz , temp 28 degree Centigrade.  my main concern is dram config at this stage. your input will be much appreciated
    DRAM configuration
                            Options
    1-tCL             auto  1-6            mine is    set at    6
    2-tRCD          auto  1-7           mine is    set at    7
    3-tRP             auto  1-7          mine is    set at    7
    4-tRAS          auto  1-31         mine is    set at    20   
    5-tRRD         auto  1-15         mine is    set at    auto
    6-tRC            auto  1-31        mine is    set at    auto
    7-tWR           auto  1-6         mine is    set at     auto
    8-tWTR         auto  1-15       mine is    set at   auto 
    9-tREF           auto   7.6us       3.9us          mine is    set at    auto
    10-command per clock  (CMD)      auto   1T  2T             mine is    set at   2T
    cpu  volt 3 tick above default
    memory volt 1.9
    north bridge 1.5 i think not sure
    south bridge default
    MSI P6N SLI Platinum
    Q6600   Go revision
    MSI 256 graphic card ATI HD 2400
    2 X 1GB crucial pc6400  CL6
    mastercoll 500Watts
    window xpsp2

    Have you tried decreasing RAM speed?
    Read the Posting Guide.

  • Sql server is using memory more then there max memory setting?

    Hi All,
    today i have faced the different issue..........
    we have one SQl server 2008 prod server... it have memory issue actually  total server memory is 8GB and we have allocated the 6 GB to SQL server,we checked the server no open trans and dont have running jobs also,one database is using the memory high(no
    open trans)... but Sql server has used 6.5 GB (6 GB) and total server used memory is reached to 7.89 GB.
    Please tell me how to find the most costly query in particular database wise and sql server internally behavior ?
    how to troubleshot the  above issue?
    please post the your valuable answers ASAP...
    Thanks,
    RAM

    Please refer to what Olaf said briefly.Buffer pool in SQL server only caters to memory requests which requires pages <8 KB . Almost all requests are satisfies by buffer pool and generally request for memory is small and so buffer pool satisfies the requests.
    However there are some direct memory allocation by windows API which is done by windows for requests which  requires memory greater than 8 KB. This memory wont come from buffer pool and this would be counted in memory utilized by SQL server. SQL
    CLR,XML, linked Server, all takes memory outside buffer pool in SQL Server 2008. This behavior changed in 2012 so my statement only applies to SQL server 2005/2008 and 2008 R2.
    I would run below to check SQL server memory utilization.
    select
    (physical_memory_in_use_kb/1024)Memory_usedby_Sqlserver_MB,
    (locked_page_allocations_kb/1024 )Locked_pages_used_Sqlserver_MB,
    (total_virtual_address_space_kb/1024 )Total_VAS_in_MB,
    process_physical_memory_low,
    process_virtual_memory_low
    from sys. dm_os_process_memory
    I am sure you must be using some features mentioned above.You were worried that even though there is no query running on SQL server it has still holded up the memory. This is default behavior and this is how memory management in SQL Server works. It will
    not release memory untill SQLOS asks it to do so which is told by windows OS thorugh some flag that it is facing memory pressure.
    Please read below for more details on memory. There is section to test whether system is facing memory crunch please read that as well.
    http://social.technet.microsoft.com/wiki/contents/articles/22316.sql-server-memory-and-troubleshooting.aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • How to set JVM max memory setting in JBoss?

    We have an old deployment of LiveCycle 7.2 running on Windows 2003 / JBoss.  The max memory is reported as 508mb on the JBoss Management Console.   Anyone have any idea how to change this value.   I tried modifying the jvm.cfg file as well as run.conf in JBoss and modify JAVA_OPTS but it didn't seem to make a difference. 

    Seems its in the Windows registry at
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JBoss for Adobe LiveCycle\Parameters

  • Memory setting 1T or 2T. and raid 0 question

    i was wondering with my setup should the setting be 1T or 2T, when i checked it was at 2T but im not sure why its not 1T and wanted to make sure i was in the right to move it up to 1T. Also do you have to have the same 2 HDD's if you wanna have a Raid 0 setup?? and would i tell a difference?
    MSi k8N NNEo2 platinum
    Antec PSU 350w
    AMD64 3200+ (Venice) 939
    OCZ Enhanced Latency 1GB (2 x 512MB)  DDR 400
    ATI Radeon 9800 pro
    Seagate Barracuda 7200.7 80gig

    Quote from: syar2003 on 04-August-05, 12:49:42
    Tras is supposed to be CAS+RCD + atleast one/two clock cycles .
    Never have it lower than that , it gives corruption for sure .
    Take Luke's example
    2-3-2 timing : Lowest used Tras=6 (2+3+1)
    2-2-2 timing : Lowest used Tras=5 (2+2+1)
    2.5-3-3 timing : Lowest used Tras=7&8 . 2.5 is runded to 3 , 3+3+1 tras=7 or 3+3+2cycles tras=8
    Some cas 2.5 modules have default spd 2.5-3-3-8 then never have tras lower .
    The timing table of my Corsair PC3200C2Pro shows 3,3,3,8.
    What values should I set for trwt (row to row delay), trwt (read to write delay), trc (row cycle time), trfc (row refresh cycle time), twr (write recovery time, twtr (write to read delay)?
    PS: Syar2003,
    Thanks for your clarification on PSU. I got tagan 480 U01 from newegg and there's much less fluctuation now. Last night I set tras to 7, did nothing to FSB and this morning Core Center and cpu-z  surprisingly (with delight) show FSB = 230 and 2530mhz instead of 226 and 2486. My search and calculate application shows 2.5% improvements. Is that some sign of unstability?
    Thermaltake Soprano case
    Tagan U01 480w (+3.3 28A, +5 48A, +12 28A)
    3500 Venice @ 2486mhz (FSB=226, 4x, 11x)
    MSI neo4 Ultra Platinum
    MSI 6600GT
    2x512 Corsair 3200C2Pro (manual set 2.5,3,3,7)
    WD SATA 80gig
    Mitsumi FDD + USB card reader
    External iomega cd-RW

Maybe you are looking for

  • Trackpoint does not work after switching from the tablet to laptop mode.

    I use my tablet to run a smartboard. Sometimes when I switch to the tablet mode and back by reversing the display, the trackpoint and mouse keys stop working. The touchpad below it still works. I am running windows 7. I have gone into the control pan

  • BeeKeeper Install Issue | On RH Linux

    Hi I am trying to setup Beehive1.4.3 on RedHat Linux. My Beehive server installation went on fine. But after that the Beekeeper installation has run into some issue. Below are the logs containing the error message. I dont know much about linux OS but

  • Startup Disk Full Error but disk shows only 20Gb on it!

    I have a 150 Gb startup drive. I keep getting the error that the stratup drive is full and Get Info shows only 300Mb left on drive! Do get info on the 5 directories on the drive, Applications, Developer, Library, System, and Users and it all adds up

  • Why does my wi-fi keep changing channels

    why does my wi-fi keep changing channels?

  • Permissons problem with Zenworks Reporting Server InfoView

    Hello, I am currently haveing a problem with the Zenworks Reporting Server InfoView. I can access the Reporting server if i am logged as the Zone administrator however if i am logged in as anyone else I get an error. the error that is displayed in ZC