Client Memory config

Does anyone know how to configure memory allocation for a remote client
partition, for example using flag: -fm (n:2000,x:20000) ?
Thanks in advance!
xiang fang
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

Hi,
We could add Memory Type of Physical Memory(Win32_PhysicalMemory) to the Hardware Inventory on client settings.
http://msdn.microsoft.com/en-us/library/aa394347(v=vs.85).aspx
Best Regards,
Joyce Li
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Windows Server 2012 HyperV Cluster - Dynamic Memory Config

    Hello There,
    I am about to configure two node HyperV Cluster on Windows 2012 R2.
    There is 192 GB RAM on each node but my VMs requirement is around 216 GB but some VMs doesn't require the full memory capacity all the time so in this scenario what is the best method to use dynamic memory utilization.
    RAM
    48 GB
    48 GB
    16 GB
    48 GB
    48 GB
    8 GB
    I need to provision 6 VMs with the above memory config but want to utilize it effectively through dynamic memory, please suggest.
    I don't need the full RAM capacity all the time as in the table.
    Thanks,
    maqsood
    Maqsood Mohammed Senior Systems Engineer MCITP-Enterprise Admin & ITILv3 Foundation Certified

    Of course you can, this is the aim of the dynamic memory feature.
    In the VM's memory configuration, you will find three parameters:
    Start up RAM : This is the memory allocated to the VM when it's started
    Maximum RAM : This is the maximum amount of memory that a VM can request from the Hypervisor. If there is available memory the host will grant it more memory, if not, the VM will not receive memory
    Minimum RAM : Because the memory configuration is dynamic, when a VM will not use memory, it will give back its memory resources to the host, but it will never go down its Minimum RAM value (The total minimum RAM of all VMs can never exceed the available
    memory, otherwise the VMs will not even start)
    And there is the Priority option that tell the hypervisor which VM to satisfy first.
    Look here for more explanation
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • K8T Master FAR Memory Configs....?

    When using dual CPU's does memory have to be installed in pairs??
    ie. 2 or 4 slots occupied??  I trying to figure out some new memory configs and the board does not boot when only 1 slot is filled.

    With one CPU you don't have any problem at all?
    No crashing or anything?
    Where did you plug the 12V PSU wire?
    Not near the AGP slot I hope
    Just guessing here

  • B250 M2 Memory config query

    Hi there
    Is anyone running a B250 M2 blade with a 2DIMMs per channel memory config?  Some confusion between what the config tool (Designxpert) allows as  a valid config and what the docs say is supported. I must be missing something.
    Basically I want to spec a B250 blade with 96Gb using 8 Gb DIMMs.
    So a pair of 8Gb DIMMs per channel per CPU, so thats 3 pairs, 6 DIMMs per proc.  According to:
    http://www.cisco.com/en/US/docs/unified_computing/ucs/hw/chassis/install/fullblade.html#wp43113
    That *appears* to conform to the '2DIMMs per channel' config.  But the config tool always makes any config up to 24 DIMMs.
    I can use 4Gb DIMMs but am curious.
    If someone could let me know where the fault in my understand is I'd appreciate it!
    TIA

    Tell me - you bought 6 x 4GB ?
    Right now it will have 6 x 1GB
    I don't see how 27 or 29GB.
    Please enlighten -
    Check out OWC
    http://eshop.macsales.com/shop/memory/Mac-Pro-Memory#1333-memory
    http://www.macperformanceguide.com/index_topics.html

  • Cisco Jabber Client - QoS Config

    Hi Guys,
    I'll be deploying the new jabber client for a customer and i'm unsure of what QoS to configure on the switch ports for end users. Users will also have 7942 handsets, so if i configure auto qos voip cisco-phone, I doubt this will protect the voice/video for Jabber.
    Has anyone got any config or tips they can share?
    Cheers,
    James

    Hi,
    I believe you can use "auto qos voip cisco-softphone"
    Please see below QOS SRND.
    http://www.cisco.com/univercd/cc/td/doc/solution/esm/qossrnd.pdf
    Regards
    Ronak

  • Xslt in client memory

    Hello.
    I have some server components sending xml to a web browser client. There is a reference to an xslt stylesheet in the xml document, that results in html. I assume that every time the processor in the browser encounters that reference while parsing the xml, it loads the stylesheet anew.
    I would like to know if there is some way of keeping the stylesheet in browser memory so that it can be applied to multiple xml files, perhaps by inducing the browser to cache the stylesheet? In other words, I would like to minimize the amount of traffic between the client and the server. Could the stylesheet even be stored on the client's machine? What would the stylesheet reference look like in that case?
    thanks.
    jan

    I don't know how to keep the stylesheet in the browser's memory but the stylesheet will probably stay in the browser's cache.
    Don't forget that your solution doesn't work with all the browsers on all operating systems!
    And on Windows with IE, be carefull with your style-sheet because the version of the XML transformator can be different between computers.
    Your solution will works on an Intranet, but is very restrictive for an Internet web site.
    If you're working on an Internet web site, do the transformation on the server-side (with Saxon by example).

  • Oracle 9i client memory leak?

    Hi
    Very recently we upgraded our oracle client from 8i to 9i (9.2.0.4.0), One of out NT services which was built with 8i client libraries now rebuilt with 9i client libraries and put into production. However now we see huge memory increase of that service. Normally it should be consistent and when the load goes down it memory usage should drop down. but in this case within 1hr it will increased up to 850MB. Our code didn't change.
    So we're suspecting is there any know memory leak issue in 9i client libraries. if so what is the fix for it.
    Also if I try to find the process info of our service, I found there are lot of opened file handles for following files
    D:\oracle\ora92\xdk\mesg\lpxus.msb
    sometimes more than 2500 handles
    again I tried with our service compiled with 8i client and ran under 8i client environment, then maximum number of handles opened to this file is under 20-30 and just after the load gone away it droped down to 1.
    Pleas help me on this issue

    I'm using the oracle ODBC driver 8.05.10 with MFC and client version 8.0.5. In my experience you can't prevent memory leaks with that or earlier versions of the ODBC driver. Client patchkits or service packs for NT or the Visual Studio doesn't solve the problem.
    The following code will result in a memory leak with the oracle driver. With every expiration of the timer the leak will grow.
    void CTestOdbcOracleDriverDlg::OnTimer(UINT nIDEvent)
    TCHAR errString[255];
    //open the database with class CDatabase
    //use of CRecordset
    TRY {
    //my table name is AL_ALARME_LOG
    pMyRecordset->Open(CRecordset::dynaset,"SELECT * FROM AL_ALARME_LOG",CRecordset::none);
    //do something with the data
    Sleep(0);
    pMyRecordset->Close();
    CATCH_ALL(error) {
    error->GetErrorMessage(errString,255);
    DELETE_EXCEPTION(error);
    END_CATCH_ALL
    CDialog::OnTimer(nIDEvent);
    The same code with the Microsoft ODBC driver
    doesn't cause memory leaks.
    Andreas ([email protected])

  • CSM client device config

    Hi,
    On CSM Client >device> Access rules is showing the old config and not showing the active running config. Where as tools>preview configuration show me the running config.
    How do I make the csm client show the running config.
    Thanks.

    Raj;
      When managing devices with CSM, it is expected that all configuration changes made to the device are made via CSM.  Any changes made via PuTTY will not be reflected within CSM without first re-discovering the device's policies.
      The screenshot does not indicate a specific error, only that policy objects alreadty present in CSM were re-used with this device.  For the yellow triangle items, you will need to highlight each item and reference the matching description pane.  But from the overall status, the discovery was completed successfully with three warnings.
    Thanks,
    Scott

  • SQL server client memory required

    Hy
    I want to ask, that I have a MS SQL 2000 Enterprise edition server. How much memory required per client. I know, the SQL system memory required (more 1 G) but my question is, if my SQL server use plus one client, how much memory must take in my blade?
    pls help

    Although there are some thumb rules out there, it is hard to tell as you did not specify which kind of access the users are doing at the database. For ressource intensive querying you should put more memory in your server, where on the other hand you would not have that much memory for users doing plain and simple (Select / DML ) operations. How many users do you have, how many are connected on average, what are they doing on the database ?
    Jens K. Suessmeyer.
    http://www.sqlserver2005.de
    ---

  • Oracle client memory requirements

    Hi everyone,
    I read the Oracle 8.1.? for Linux documentation as saying Oracle products won't install on an Intel computer with less than 128MB RAM. Does anyone know if this is true for installing just the client? (If so, it seems like quite a stiff requirement for an operating system which boasts such efficient memory usage.)
    Thanks in advance,
    Ted Gordon

    No, it's nonsense. I've installed the Oracle Server on an Intel compatible with only 96mb memory. It's not fast, but it works.
    If you will be using Oracle in a production environment you will need a better configuration, but for testing it's good enough.

  • CUPS 8 Client Memory Issues

    The CUPC.exe and cucsf.exe processes are taking up anywhere from 250 Mb - 400 Mb of memory.  This brings some machines (that only have 1 Gb or 2 Gb of RAM) to a crawl.  The memory usage seems to increase throughout the day (the longer the application is open).  TAC has told me that this is normal and nothing can be done to reduce the memory usage.  Has anyone ran into this issue with the CUPS 8 Client?

    Here is Link to the release notes outlining the various HW requirements for running CUPC and depending on video and other needs  the minimums change,
    Pls be sure to keep in mind these are minimums
    http://www.cisco.com/en/US/docs/voice_ip_comm/cupc/8_0/english/release/notes/cupc80.html#wp180794
    Pls always review our release notes as they contain all the most up to date information.
    George

  • OD managed client proxy-config

    Hello all,
    we created at the OD-server (OSX 10.5.8) a computergroup for our
    managed clients (OSX 10.6.2).
    Some configs working correct, f.e dock-config (ID com.apple.dock).
    But the proxy-config (ID com.apple.SystemConfiguration)
    wasn't executed at the client.
    The client keep former proxy-entries.
    Is this an error or because of forward reverse proxy?
    Thanks! Wolfgang

    Hi
    I have seen this before a number of times and only on Intel iMacs, old and new. All I can put it down to is a possible screen corruption at the Login Window? Perhaps a rogue or damaged/corrupted font? It may also have something to do with how the setting is being applied locally which might be conflicting with the Managed Preferences applied from the Server?
    I have also seen it initially with an OD Master/Replica pair.
    For me it tends to disappear after a while or if you click the back button or restart. It might be a timing issue with whatever is providing the routing? Perhaps the NTP Server? If you're in a position you could investigate the Switch or Router? Perhaps replace one or the other or both (temporarily) to see if things change?
    Tony

  • CSM nat client sample config

    Hi
    We have one pair of CSM confiugred in bridge mode.
    The user wants the servers to be able to access the VIP also.
    Understand one solution is to use NAT client.
    Anyone got a working config on NAT client for bridge mode?
    Thanks!

    natpool ....
    serverfarm from-server2server
    nat server
    nat client
    real x.x.x.x
    ins
    real x.x.x.x
    ins
    vserver from-server2server
    vip x.x.x.x tcp
    vlan
    serverfarm from-server2server
    ins
    That's it.
    Any question, let me know.
    Regards,
    Gilles.
    Thanks for rating this answer.

  • Client advanced config

    Hello,
    I wish to connect to an enterprise level wireless network. To connect requires client-side advanced settings. I believe there must be a config file located somewhere where I can vi the required settings, but as of now I am unable to locate the file.
    Can you help point me to the wireless config file location on Tiger? I have explored all the gui AirPort settings which do not provide the settings I need to configure.
    Thanks for your help.
      Mac OS X (10.4.9)  

    Sorry, wasn't paying attention and posted this in the windows group, when it's a Mac question. If you do know the answer feel free.

  • SAP 64bit Linux application server (Linux on Power) memory config issues

    Hello Everyone,
    Let me give some background. I have been tasked with replacing our AIX6.1 SAP application server with new Linux on Power servers (SLES11SP3)
    Our current production BW application servers (AIX) are running fine given their current setup. We are fine implementing the same size of the AIX systems on the new Linux systems, but we now have more room to grow in the fur, however when I tried to implement the Linux server using the same memory sizing I am getting runtime errors: "TSV_TNEW_PAGE_ALLOC_FAILED" with a specific user created program and process chain. The AIX servers do not run into this issue running the exact same program. When this process runs, it utilizes 3 BTC process for the program.
    Using the note 941735, I have tried to correctly setup the system using STD memory implementation, however I have a feeling that I am missing something or setup something incorrectly which is causing the above issue. Looking in ST02 here is the SAP buffer parameters for two of the systems. Perhaps someone might notice something that I am not see or point me in the right direction. Please let me know if more parameters from the profile are needed. Thanks!
    AIX system (existing):
    ztta/roll_area              6500000    Byte Roll area per workprocess (total)
    ztta/roll_first             1          Byte First amount of roll area used in a dialog WP
    ztta/short_area             3200000    Byte Short area per workprocess
    rdisp/ROLL_MAXFS            32768      8 kB Maximum roll file size
    rdisp/ROLL_SHM              16384      8 kB Part of roll file in shared memory
    rdisp/PG_SHM                16384      8 kB Part of paging file in shared memory
    rdisp/PG_LOCAL              150        8 kB Paging buffer per workprocess
    em/initial_size_MB          2027       MB   Initial size of extended memory
    em/blocksize_KB             4096       kB   Size of one extended memory block
    em/address_space_MB         4092       MB   Address space reserved for ext. mem. (NT only)
    em/global_area_MB           256        MB   Extended global memory
    ztta/roll_extension         2000000000 Byte Max. extended mem. per session (external mode)
    abap/heap_area_dia          2000000000 Byte Max. heap memory for dialog workprocesses
    abap/heap_area_nondia       2000000000 Byte Max. heap memory for non-dialog workprocesses
    abap/heap_area_total        2000000000 Byte Max. usable heap memory
    abap/heaplimit              250000000  Byte Workprocess restart limit of heap memory
    abap/use_paging             0               Paging for flat tables used (1) or not (0)
    abap/shared_objects_size_MB 20         MB   Shared objects
    Linux system (new):
    ztta/roll_area              6500352    Byte Roll area per workprocess (total)
    ztta/roll_first             1024       Byte First amount of roll area used in a dialog WP
    ztta/short_area             3200000    Byte Short area per workprocess
    rdisp/ROLL_MAXFS            131072     8 kB Maximum roll file size
    rdisp/ROLL_SHM              32768      8 kB Part of roll file in shared memory
    rdisp/PG_SHM                16384      8 kB Part of paging file in shared memory
    rdisp/PG_LOCAL              150        8 kB Paging buffer per workprocess
    em/initial_size_MB          4092       MB   Initial size of extended memory
    em/blocksize_KB             4096       kB   Size of one extended memory block
    em/address_space_MB         4096       MB   Address space reserved for ext. mem. (NT only)
    em/global_area_MB           256        MB   Extended global memory
    ztta/roll_extension         2000683008 Byte Max. extended mem. per session (external mode)
    abap/heap_area_dia          2000683008 Byte Max. heap memory for dialog workprocesses
    abap/heap_area_nondia       2000683008 Byte Max. heap memory for non-dialog workprocesses
    abap/heap_area_total        2000683008 Byte Max. usable heap memory
    abap/heaplimit              250609664  Byte Workprocess restart limit of heap memory
    abap/use_paging             0               Paging for flat tables used (1) or not (0)
    abap/shared_objects_size_MB 20         MB   Shared objects

    Yes sapconf has been installed. sapconf however only sets the kernel settings.
    I was able to resolve the issue by having Zero Admin tool using 'es/implementation = map' and setting the PHYS_MEMSIZE to the desired amount. Then commenting out all the values that are defaulted in the 32bit version of the memory management guide for linux and let it size many of the values. Then I simply copied those from st02. I updated the profile with those values to override default for  'es/implementation = std' and commented out PHYS_MEMSIZE as it is not needed. In a nut shell, the following parameters were updated.
    es/implementation = std
    em/address_space_MB = 4096
    em/blocksize_KB = 4096
    em/initial_size_MB = 14320
    em/max_size_MB = 14326
    rdisp/PG_MAXFS = 131072
    rdisp/PG_SHM = 16384
    rdisp/ROLL_MAXFS = 131072
    rdisp/ROLL_SHM = 131072
    ztta/roll_area = 6500352
    ztta/roll_extension = 4000000000
    ztta/roll_extension_dia = 4000000000
    ztta/roll_extension_nondia = 4000000000
    ztta/roll_first = 1

Maybe you are looking for

  • How to define this FORMAL parameters for a std. SAP itab?

    Hello Experts, Am writing a custom PERFORM in a standard SAP include-RVCOMFZZ by using modification assistant, like below, RVCOMFZZ: PERFORM my_routine IN PROGRAM my_report USING com_vbapvb. (here com_vbapvb is a TABLES parameter  with STRUCTURE of v

  • "Multiple cd burn" error  for 15 minutes of songs!

    twice in the last week, with different play lists, I have created small play lists, with total song times less than 25 minutes. When I click "Burn CD" it says, "this play list will require multiple cds" anyone else having this problem? Why would I ne

  • Somehow I have an iPhoto Library_2 but none of my earlier photos are there and I can't find them

    I have no idea why I have an IPhoto Library_2 - I did not change anything at all and cannot find the original library.  I'm missing a lot of pictures from the last three years - any suggestions?

  • Transaction variant SYST-TCODE

    Dear all, I created transaction variant ZVA02 as copy of VA02. If I start transaction ZVA02 the field SYST-TCODE is filled with VA02. Where can I see that the transaction was started via ZVA02. Is this information available in the order entry process

  • Location of Stored Passwords on Safari

    Someone doing "repair" work on my computer reset Safari.  I have Time Machine backups prior to the reset.  What do I want to restore from Time Machine?  Cookies?  Or something else?