Changing process memory limit for Reserved roles in plan

Is there a way to set our own process memory limit ABOVE 1024 in a plan (which is the default) ?  It will not let us make it larger than 1024 and this seems odd

Thanks for your response.
To answer your questions,
1.  I'm using RTMP
2.  FMS 4.0 out of the box
3.  Didn't know I'd have this traffic volume.  Just sort of happened.
Don't have 300,000 connections all the time.  Most times only 100-1,000.  But once in a blue moon a particular client wants to broadcast to really high numbers.  I'll have to handle it somehow.
Let me simplify this to make it easier to answer.
Suppose I made an FMS chat app (not video) and passed the link to 300,000 people.  Suppose I told them all to log on at 2:00 p.m. tomorrow and send a message.  If they all did, would my FMS instance crash?
Suppose I then added something to the app.  Suppose I added an interactive poll. The poll pops up a question for the users like this:
What's your favorite color?
A. Red
B. Blue
C. Green
When users answer the question, FMS relays the real time voting updates back to all the clients so they can watch the voting results tally as they happen.
When all the users vote, will that crash the FMS instance?
On your point about multiple FMS boxes, that sounds like it works for video streaming.  Edge origin would permit the sharing of video streams across multiple servers.  But how do you share and synchronize a "chat" or "poll" app in the same way.  If I send a message to FMS box 1, how do the others get it?
Or is FMS not the best choice for non video apps (like chat and poll) in really high numbers?

Similar Messages

  • ORA-04030: out of process memory error for expdp utility

    Hi,
    I am using expdp utility to export schema objects. It was working fine for the past one year, but now I am facing this issue.
    It is giving below error while exporting one schema objects.
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while calling DBMS_METADATA.FETCH_XML_CLOB [TABLE:....................
    ORA-04030: out of process memory when trying to allocate 4108 bytes (Typecheck,kgghteInit)
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.KUPW$WORKER", line 6241
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    678894EC 14916 package body SYS.KUPW$WORKER
    678894EC 6300 package body SYS.KUPW$WORKER
    678894EC 2340 package body SYS.KUPW$WORKER
    678894EC 6861 package body SYS.KUPW$WORKER
    678894EC 1262 package body SYS.KUPW$WORKER
    501F624C 2 anonymous block
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_37" stopped due to fatal error at 03:30:28
    DB version: Oracle 10.2.0.1
    SGA Details:
    Total System Global Area 1426063360 bytes
    Fixed Size 1251052 bytes
    Variable Size 243271956 bytes
    Database Buffers 1124073472 bytes
    Redo Buffers 57466880 bytes
    pga_agregate_target = 600M
    OS: Windows Server 2003 R2
    RAM: 3.5 GB
    I tried running expdp multiple times every time I will get out of memeory error along with different oracle errors, but the common error is out of memory ora -04030.
    In above case I got this error along with ORA-39125 and sometimes I will get with
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31671
    I searched forums and found lot options but not for expdp utility.
    Can some one please help in resolving this issue.
    Thanks,
    Srikanth.K

    Hi;
    Please investigate your issue:
    Master Note for Diagnosing OS Memory Problems and ORA-4030 [ID 1088267.1]
    DataPump Export (EXPDP) Terminates With Error ORA-4030 [ID 1368462.1]
    Regard
    Helios

  • To change the approval limit for Extended attribute PO Value limits

    Hi,
    We are on SRM 4.0, in PPOMA_BBP for a local purchasing organisation we want to change the approval limit let us say from 100 to 50 but the system is presenting this field as non editable( In stabdard values sub screen)
    In Extended attribute tab in organisation structure after selecting the PO Value limits in SRM 4.0 we see two sub screens
    a) Standard values
    b) Local values
    We want to change the approval limit in standard values sub screen from 1000 to 500, which system is presenting as noneditable.
    Regrds
    Vivek

    Hi
    Refer these links.
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/af5efc85d011d2b42d006094b92d37/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9585db211d2b404006094b92d37/content.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/fa/fa7d3cb7f58910e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/7f/0fea380bfe6161e10000000a11402f/frameset.htm
    Incase it does not helps, pls let me know.
    Regards
    - Atul

  • Memory Limit for "IMPORT/EXPORT from MEMORY ID" statement

    Hi All,
    Can anyone tell me whether there is any memory limit exists for "IMPORT/EXPORT from MEMORY ID" statement.
    Like may be we can transfer xx MB of data via this......or it is open, we can transfer any amount of data to ABAP memory via this.
    Regards
    Munish Garg

    1. Each user sessions have external sessions and each external sessions have internal sessions.
    2. The programs being executed in the internal sessions can access ABAP memory
    3.ABAP memory is a storage area for internal program variables like fields, structures, internal tables,,They can be passed  between internal sessions of an external session.
    4. you can transfer data through ABAp memory using IMPORT and EXPORT statements
    5. after IMPORT FROM MEMORY ID <id> , you can use sy-subrc to check the existance of the cluster ID. here sy-subrc is not used to check whether the Import was successful or not.

  • How to change heap memory size for general java applications (not applets)

    Hi. I made a java class which manipulates images and I sometimes get an out of memory error when the files are large. In these cases I can run it successfully from the command line using:
    java -Xms32m -Xmx128m myappbut as I run this class from a firefox extension, I can't use this technique.
    Could some one tell me how to set this globally? I've found a lot of info on setting it for applets in the control panel but that's it. I also tried editing my deployment.properties file by adding:
    deployment.javapi.jre.1.6.0_11-b03.args=-Xmx128mbut none of these options seem to work.
    Thanks for any help.

    Also you can use use [JAVA_TOOL_OPTIONS|http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html#tooloptions], with more documentation here. JAVA_TOOLS_OPTIONS is available since 1.5. There is no direct documentation on [_JAVA_OPTIONS|http://java.sun.com/j2se/1.5.0/docs/guide/2d/flags.html] but was made available since at least 1.3.
    The recent existing forum thread [Java Programming - How to change the default memory limits for java.|http://forums.sun.com/thread.jspa?threadID=5368323&messageID=10615245&start=36] has a long discussion on the issue.
    You specified you are not using applets, but if you do, I would also suggest you use the next Generation Plug-in (since 1.6.0_10) that allows you specify the max memory in the applet without having to instruct the user how to make the change. See [JAVA_ARGUMENTS|https://jdk6.dev.java.net/plugin2/#JAVA_ARGUMENTS] for applets. Java Webstart uses resources.

  • Price Change in Framework Order for services, with Invoicing Plan

    Hi All,
    I create a F.O for a single item with Acct assignment"K" and Item Cat"D". The FO has two service masters with a common cost centre, with different tax codes. E.g.One with N2(19%) and the other with V0(0%). This FO is created with a periodic Invoicing plan.
    When I run MRIS for the first month, the invoice is posted with the correct values.For the second month when I change the prices randomly for the services at the service level, the invoice is posted with wrong values.
    But when I change the prices proportionately,e.g. for Serv1. from 100 to 200,300,400.. and for Serv.2. from 10 to 20,30,40.. respectively, the Invoices are calculated correctly.
    Could you please reply the reason for such a system behaviour and also the possible solution or the OSS notes for this issue. I am working in version 4.7.
    Thanks,
    Suresh Natarajan.

    Hi Steve,
    1) The invoice is calculated at a random value and I couldn't make out the proportions.
    2) Yes, the invoicing plan is Periodic with the Invoicing date as the last day of the month.The order is valid for 2 years(01.01.2007 TO 31.12.2009) and therefore in the invoicing plan of the PO, there will be invoices till 31.12.2009 with the Invoice Block. At the end of everymonth, the block will be removed for processing the Invoice(MRIS).During this time, if there is any change in the prices, we can change it and remove the Invoice Block and save the PO. Here when we change the prices randomly and execute the MRIS, it is throwing wrong values(i.e.the tax calculated is wrong)
    Thanks,
    Suresh.

  • Process Memory Limit

    I use Runtime.exec () to create a new process. How can i limit the memory used by this process ??
    Thanks,

    You cannot - at least not in any general way. If the program being invoked is a Java program, then you can use the Java command line arguments.
    But you need to understand that you are passing a request to the operating system to create a new process completely separate from the calling process ad it is up to the OS and program being invoked to determine how much memory will be used or allowed to be used.

  • How to change default memory storage for music in ...

    i want the memory card to be default in the phone, so that i can just put all my music on it and forget about it. at the moment i use ovi player but this just puts it on the mass media memory, therefore filling it up quickly. is there a setting in either the phone or the application to put memory card as default?

    There are some serious flaws in the Nokia software when it comes to saving your music to your phone's memory card instead of the mass storage area.
    I have an N8 with a 32GB MicroSD card and I keep all my music there. It totals over 18GB at the moment so it won't fit on the mass storage area (16GB) no matter how much the Nokia software might want to put it there. This is how I get around the dilemma:
    Nokia Music Player is what I use to handle my music collection. However, I don't use it to transfer the music to my phone because it will only copy it to the mass storage area. You can not configure Nokia Music Player to transfer to the MicroSD card so you can stop trying!
    Nokia Suite on the other hand can be configured to save to your phone's MicroSD card and happily, it reads and respects the music library that Nokia Music Player has prepared. Unfortunately, Nokia Suite has very limited abilities when it comes to managing your music. It can't sort out the album art for example.
    So you will need to use both programs, Nokia Music Player to manager and prepare your music library complete with embedded and optimised album art, and Nokia Suite to tranfer it to the MicroSD card on your phone once it's all ready to go.
    Alternatively, you can connect your phone to you PC and treat it like a disk drive, copying all the MP3 files over manually. That's what a lot of people do because the Nokia software is awkward to say the least.

  • How to change size memory for an application under Classic ?

    When I ask informations on my OS 9 application under OS X.4.4, I can no more change size memory ! I can no more use my application with Classic... ???

    ROYCH: This is partly guesswork, but I think it may explain why your problem occurs.
    When OS X is controlling your computer (as it always does on a Mini), the file Type and Creator attributes that OS 9 uses to identify different kinds of files are not used. OS X ignores them in files that have them. Files that are only used by OS X don't have them at all. When you create a new application in Classic mode under OS X, those attributes may not be assigned to it, so the new application may not have any.
    But if you copy the new application to a computer running OS 9, and those attributes are missing, the OS 9 computer will have no idea what sort of file it is. OS 9 won't even know it's an application. To prevent that, I'm guessing that OS X somehow builds clues into the file that enable OS 9 to identify it as an application, and to give it the Type attribute APPL. I believe any file in OS 9 that has that Type attribute will display the Memory menu item in its Get Info window — not only in OS 9, but in OS X. So after you copy your compiled application onto a computer running OS 9 and then back onto your Mini, it has the APPL attribute, and the Memory item is available in its Get Info box.
    I have one application, File Buddy, that can (among many other abilities) display and edit the OS 9 Type and Creator attributes of any file while running in OS X. It can be used to assign specific Type and Creator attributes to a file that has none. You could use it to assign the appropriate Type and Creator attributes to your compiled applications while you are running OS X. After you do so, maybe they will display the Memory menu item in their OS X Get Info boxes.
    If this works, File Buddy can apply the same changes in Type and Creator to a whole folder full of files at once. That would be an easy way for you to accomplish the same thing for several compiled applications instantly, without having to copy them to a computer running OS 9.
    I don't create applications, so I can't test this procedure to see whether it works. I will be interested to hear what happens if you experiment with File Buddy.
    But after saying all this, I really have no idea whether the message you're seeing about insufficient memory is meaningful or spurious. You may go through the whole rigmarole of changing the memory allocation for your compiled applications, only to find that doing so still doesn't enable you to open them. I'll be interested to hear whether that's true, too. Good luck.

  • Oracle 9.2.0.8 on SUN M9000 Blade Server  Memory Limit

    Is there a 32Gb memory limit for Oracle v9.2.0.8 residing on an SUN M9000 Blade Server?
    We currently have an Oracle v9.2.0.8 installed on M9000 and whenever the database memory is increased, the database locks/ceases to function.
    The (verbal) history which I have about this database is there is a 32Gb Memory Limit for Oracle v9.2.0.8 database installed on an M9000. Can anyone confirm/assist?

    user4447247 wrote:
    Is there a 32Gb memory limit for Oracle v9.2.0.8 residing on an SUN M9000 Blade Server?Oracle does not care how much RAM is in the system.
    We currently have an Oracle v9.2.0.8 installed on M9000 and
    whenever the database memory is increased, post COPY & PASTE show what is changed to which value
    by default 32-bit SGA can not exceed about 1.7GB & never more than 4GB.
    the database locks/ceases to function.What clues exist within alert_SID.log file?
    What specific errors get throw?

  • How to Determine Safe Max Memory Limit?

    From what I understand, the amount of memory available to your AIR game on a device will vary depending on how many other apps the user is running, the type of device, etc. 
    So with this in mind, how does one define a safe max memory limit for a given device? What percentage of a device's total RAM can we assume we have access to? 
    Here are the iOS RAM Specs
    iPod (4th Gen): 128Mb.
    iPad 1: 256 MB
    iPad 2, iPod Touch (5th Gen): 512 MB
    iPad3: 1 GB 
    I already have highly optimized texture atlases using PVRTC ATF for best use of memory, but if you've ever worked with a passionate creative department, you'll know they always want more. I need to be able to tell them exactly how many spritesheets they have to work with for a given device - how would I do this? 
    NOTE: iPhones/iPod Touches/iPads all have a Unified Memory Architecture which mean that both the CPU and GPU share system memory, which means there is no dedicated GPU GRAM on these devices. So the RAM listed above, I assume, is shared by both the game logic and the GPU.

    Update, I've found an Objective C post on Stack Overflow that answers this question
    Here are the (rough) max memory limits to expect before an out-of-memory crash will occur:
    iPad1: 127MB/256MB (crash amount/total amount)
    iPad2: 275MB/512MB
    iPad3: 645MB/1024MB
    iPhone4: 325MB/512MB
    Note that max memory limit will vary depending on how many apps a user is running, but these figures are a good rough guide. See the Stack Overflow post for more details.

  • 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

  • Max application memory Limit in iPad 4th?

    Is there material to talk about it? what is max memory limit for application running on iPad 4th?

    If you have to ask, you're doing it wrong.

  • I need to stimulate a user for an ESS Address Change Process

    Here’s some background..  We want Hourly people to put data in Corporate Internal Site and have it execute the front end ESS process (there are only 4 processes to build).  We want the salaried population to go directly to ESS and execute the same process.  We want the same process and workflow for both groups to be the same as the end state.
    Let me give you an example how I see this working  Process = Employee fills out address change, which triggers several more processes in workflow downstream.
    Normal ESS would say (For Salaried).. they log on ESS and fill out form and SAP processes execute workflow through a human flow of processes before the database does final update.
    For Hourly, they go to Corporate Internal Site and fill out adobe form.   I need the outcome of that form to simulate an ESS portal process.. just as if the employee had signed on to ESS and did it online. I need the outcome of that form to load to the PORTAL front end ESS.
    •     That means I need you to simulate an employee logon (so security and OM routing is read for that employee).  Assume that employee id is also employee password.
    •     And create an employee sign on.. then load an address change record, and when save is simulated.. the normal ESS process executes the workflow for the process to continue ...
    Goal is both data collections work the same. .  What I don't want is two processes for the same event.  I don't want a front end and a back end process for ESS. 
    How can I do that using XI connector?

    I can see how it'd be possible to copy of one user's info into another's folder by temporarily changing ownership permissions. This would get you to your "start her out with all the same...." point.
    itunes/iphoto libraries would be straightforward, as you've found - sharing documents too.
    It can be done - but if you'll forgive me - I'll wait a day or so in case someone posts an easy- no playing with permissions-solution that saves you a lot of hassle.
    Another option is to set up a "video editing" user that you use when you want a clear desktop/no other programs loaded etc environment. You can enable fast user switching in sys prefs-accounts - so it's really no bother to change quickly; & have your various video stuff easily accessible to you - yet switch back almost instantly to a normal account with mail/safari etc all running. This may be a better idea if your editing needs loads of memory & pushes the processor to near it's limit.

  • Limit for license key Process Server Service. JCL_ FTP is exceded

    Hi All,
    We are getting strange error in Redwood. Now we are not able to start process servers. Process servers were running fine and we were able to run jobs. For some activities in UNIX server we stopped the unix process server and now we are getting strange error while starting process server
    9:52:51 PM: JCS-102204: Limit for license key Process Server Service. JCL_ FTP is exceeded; limit is 0, changes require 1.
    And we are not able create any new process servers also with job definition type System or Job Chain. While creating we are getting same error.
    We have license ProcessServerService.JCL_FTP with the value true.
    To create new process server we don't need any JCL_FTP license. Don't know why we are getting strange error.Please help me on this.
    Version: SAP 7.00
    Build: M26.10-29140
    Thanks,
    Preethish

    Issue is fixed in next version of SAP CPS

Maybe you are looking for

  • Communication Between Multiple Executables

    I'm building a system that needs to communicate with several different external executables (all were programmed in LabVIEW) at approximately the same time.  I say several because this number is not known until runtime, and I say approximately the sa

  • BI 7.0 : Refresh of only one Query with VBA in  a MultiQueryWorkbook

    Does anyone know how to refresh only one query with VBA in a Workbook with several queries on different sheets?

  • Songs greyed out after hard disk failure

    Hi, I've been looking though the many, many () posts on here regarding songs greyed out and unplayable but none seem to match my exact problem. I recent had the hard-disk fail on my macbook so, as a temporary mesasure I had to use a smaller, spare ha

  • How do i install C++ 10 on Win8.1?

    I have a new installation of 8.1 on a clean drive. there is a particular piece of development software I use from QSC-Qsys Designer 3.whatever that requires C++ 10 to run however I cannot seem to find an installer for it anywhere I search on the Micr

  • As of today photoshop 11 will not recognize my scanner.

    As of today, Photoshop 11 will not recognize my scanner.  It was working fine before.  My scanner is connected via wifi.  Yesterday I lost the wifi connection so i reinstalled the scanner (cannon printer MG6120).  Now it prints photos ok but I can no