How to arrive at Flex warning memory limit

Hi - Is there any logic to arrive at the warning memory limit? since the memory limit essentially depends on OS, browser, no of browser windows open etc, I want to understand how to arrive at the warning memory limit. We want to display friendly message to the user when the memory exceeds certain threshold (after which response will be sluggish). So we want to know how to arrive at that threshold limit. We are planning to use System.totalMemory to find out the total memory used currently.

Hi PeterIong,
Welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
You could try performing a reset to defaults with the apps.
Menu > Settings > Apps > Press 3 little squares on top right > select reset app preferences
I hope it helps.
 - Official Sony Xperia Support Staff
If you're new to our forums make sure that you have read our Discussion guidelines.
If you want to get in touch with the local support team for your country please visit our contact page.

Similar Messages

  • 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.

  • How is the native memory limit (malloc) computed?

    On Windows (32 bits), with the SUN JVM, the memory space that can be allocated in native code (e.g. with malloc in C) is limited and depends on the maximum heap size, specified with the -mx JVM argument. The larger the heap size, the smaller the native code memory limit.
    With JRockit, this limit is higher: it is possible to allocate more memory in native code than with the Sun JVM.
    However, on some machines the memory limit is not higher. The problem is that I see no difference in the configuration of these machines. They also have 2GB of RAM, with the same amount of free memory (virtual and physical), the same OS and the same OS version. On both machines, the same application is used, with the same JVM arguments.
    On some machines, we can use a -mx600m and allocate a given amount of memory in native code, and on other machines, for the same amount of native memory, we can only use a -x300m.
    Do you have an idea, what the difference can be? Is it possible on these other machines to use a higher -mx value?
    Thanks,
    Laurent
    We are using jrockit-R27.2.0-jre1.5.0_10 on windows XP.

    It's possible that some DLL is eating up process address space. Start JRockit with -Xverbose:memdbg to get an ascii graphic over the address space. Or use something like Process Explorer to see what is loaded into memory and where.
    -- Henrik

  • How to remove the Object from memory.

    Hello.
    Flash file that i made with Flex Builder uses memory too
    much.
    Look at the next example source code.
    var testCan:Canvas = new Canvas();
    this.addChild(testCan);
    this.removeChild(testCan);
    testCan = null;
    but just memory usage still goes up, is not freed instantly.
    so if i load the large flash files on my web browser,
    after 5 munites or something, the web browser is down.
    How to remove the object from memory immediately without
    delay?

    It's all about the Garbage Collector ..
    There is a nice write up here :
    http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html

  • 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?

  • 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?

  • BufferPool Buffering Memory Limit Reached

    Hi
    I encountered 2 weeks back an issue with the MDS process. I checked the event viewer and found that the Buffer pool buffering memory limit had been reached.
    I looked for a way to increase this memory limit but i only found how to set this for CUCCE up to v.6 and looking in CUCCE 7.5.x that we have
    does not contain these configs at all. Have anyone of you bumped into this? If so did you get it resolved?

    ayel,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Hitting iMovie 'application memory' limit on MacBook Air when sharing to file)

    Hi Folks,
    I'm running iMovie 10.0.1 on a 2011 MacBook Air (2x2 GB DIMM capacity), with Mavericks. I now have 3 edited HD projects there, varying in length from 26 min to 37 min.
    I'm able to 'share' any two of these to MP4  files (on an external drive), but I only get two thirds though sharing the third project when I hit an 'application memory' limit, at which point everything freezes.(The same thing happens when sharing to 'Theatre').
    I notice that all three projects and their associated 'Events'  'load' when I select 'Projects' in the library (presumably from the external drive to the iMovie application on the MacBook Air drive).
    Is there some way to restrict this loading of everything in the library to a single selected project and associated event? Maybe I should move the whole app to the external drive? 
    Apple tells me that I can't double the DIMMS to the 2013 8 GB level.
    Cheers,
    Alan
    (PS How would you like to be playing tennis in the Aussie Open - it's 44 degrees here today!).

    G'day again Geoff,
    I did as you suggested above, viz, isolated the remaining event and project from those that have successfully shared (rendered) earlier, by segregating the latter to a separate library in an external drive, leaving only the target event and project on the MBA's flash drive's iMovie library. (My 2011 Air has 4 GB of non-upgradeable RAM).
    I confirmed that there were no other apps running, tidied up with  'CleanMyMac', 'MemoryClean' and 'DiskDoctor', and again tried sharing the remaining HD project to file (and later, to Theatre), but as before, iMovie quit halfway through, with a 'run out of application memory' message.
    I then tried sharing to file at progressively lower resolutions, but unexpectedly, this didn't help.
    Even though an earlier project of similar size (about 30 min) from the same event shared to file successfully, at full HD, I'm making no headway with this one. It 'plays' normally when opened in iMovie, but........?
    What haven't I thought of here?
    Cheers,
    Alan
    PS We wound the temperature back for Andy Murray, just to help him along into the quarter finals. He's on his own from here against (probably) one of Rafael Nadal, Novak Jokavic and Roger Federer. All four are very popular here (but I'd like to see Andy notch up a grand slam win here in Melbourne. (A little colonial loyalty perhaps?)

  • Finding CachedRowSet max. memory limit

    Hi,
    I am using a CachedRowSet for storing data got from a ResultSet. I understand that there is a memory limit on the amount of data the CachedRowset can hold.
    I would like to know how to determine the maximum size of data the CachedRowSet can hold ?
    Thanks,
    Shashi.

    That depends on many things. Experiment with it if you must.
    But if your result sets are so large memory use is an issue, try to find a better approach.
    The best way is not to need the results in memory at the same time. Process each row as it comes in if you can.
    Or if you need the result set in memory (try not to need it!) don't use CachedRowSet. Instead convert the rows into real Java objects. They are likely to be smaller, faster, you get object oriented programming, access control, looser coupling, independence of data source which can help reusability, ...
    I've never used CachedRowSet. My gut reaction to it is "hmm, is that a code smell..."

  • Does anyone know how to display (in LabVIEW) the memory use during execution of an image and data acquisition VI to predict when it is time to cease the acquisition to prevent the program crashing?

    Does anyone know how to display (in LabVIEW) the memory use during execution of an image and data acquisition VI to predict when it is time to cease the acquisition to prevent the program crashing?
    I am acquiring images and data to a buffer on the edge of the while loop, and am finding that the crashing of the program is unpredictable, but almost always due to a memory saturation when the buffers gets too big.
    I have attached the VI.
    Thanks for the help
    Attachments:
    new_control_and_acquisition_program.vi ‏946 KB

    Take a look at this document that discusses how to monitor IMAQ memory usage:
    http://digital.ni.com/public.nsf/websearch/8C6E405861C60DE786256DB400755957
    Hope this helps -
    Julie

  • How to close a frozen warning: I am unable to close the "charicter boarders aren't supported and were removed" warning on my pages. Untill warning is closed I can not save my document. How can I get my document saved?

    I have an unsaved document open in pages but can not save it because the, "charicter boarders aren't supported and were removed" warning is open and I can not close the warning. How can i get the warning to close so I can save my document? Can I save the document without closing the warning?

    Probably not, but as you will have been unable to make any changes to the document with that warning window open, you're not going to lose anything by quitting (or force quitting) without saving. You'll still have the original document you were trying to import.
    I would suggest attempting to open the document in one of the open source Office applications, LibreOffice, Apache OpenOffice, or NeoOffice, each available for download from the linked sites. Once open there, remove the attributes that are causing the warning, save the file (as an MS Word document), then try opening that version in Pages.
    Regards,
    Barry

  • How do I use Airport Extreme to limit internet time for my kids?  His computer is hardwired to the modem.

    How do I use Airport Extreme to limit internet time for my kids?  His computer is hardwired to the modem.

    You can set up daily time limits for each computer that connects using wireless, but it is not possible to do this when a computer is connecting directly using a wired Ethernet connection.
    Open Macintosh HD > Applications > Utilities > AirPort Utility on your Mac and click Manual Setup
    Click the Access Control tab below the icons
    Select Timed Access
    For more details on this, click the Help menu at the top of the screen and enter the following phrase into the search box:
    Controlling access to your wireless network
    A more sophisticated approach would be to use a service provided by OpenDNS. From your computer, this would allow you to monitor web sites visited, and block any unsuitable sites. More info is here:
    http://www.opendns.com/landings/familyshield

  • Okay so my 64G iPhone 4S was stolen about a year and a half ago, it was backed up to my computer and I got a new iPhone but it's only 32G so I didn't have enough space to back it up as my old phone, so how do I get all my memory on my old phone back?

    Okay so my 64G iPhone 4S was stolen about a year and a half ago, it was backed up to my computer and I had used around 50G. I got a new iPhone a year ago but it's only 32G so I didn't have enough space to back it up as my old phone, so how do I get all my memory on my old phone back without having to get a 64G phone? Thanks

    No, there is no way to put more content then there is capacity for on the device.  As wjosten mentioned, you might be able to edit that backup to remove things to reduce it in size where you could then restore it to the new device, but obviously, everything that you had on the old iPhone will never fit on the new one.
    No matter what you do, you are going to end up with less content on the new device then on the old one - there is no way around that fact other than returning the 32GB iPhone and getting a 64GB one.  A gigabyte of data is a gigabyte of data, regardless of device, and will require a gigabyte of storage again, regardless of device.

  • HT4863 How can I increase the file size limit for outgoing mail. I need to send a file that is 50MB?

    How can I increase the file size limit for outgoing mail. I need to send a file that is 50MB?

    You can't change it, and I suspect few email providers would allow a file that big.  Consider uploading it to a service like Dropbox, then email the link allowing the recipient to download it.

  • How to reduce "other" in itunes memory on iphone?

    how to reduce "other" in itunes memory on iphone?  The amount of memory is increasing to point i have no more memory.  Most of this is in iphone "other".  How do I reduce this?

    Not if you sync regularly. And have set up the phone to sync to contact and calendar apps on your computer as explained in the manual.

Maybe you are looking for

  • Crash in Eclipse with Qt

    I can't open Eclipse, everytime it is starting it crashes with a EXCEPTION_ACCESS_VIOLATION. This starts happening when I install the Qt integration in Eclipse and create the first Qt project in eclipse. After saving the project and closing Eclipse I

  • Test the performance of JSP application

    is there any trusted tools to test the performance of jsp web applciation with JDBC code ? i need to test the performnce wth huge number of users , thanks

  • Subject decoding problem with dash '-'

    When trying to decode a raw email with the following subject with MimeUtility the charactersequence =96 is not decoded correctly. When printed to the console a strange square box is drawn. When the same string is persisted to our database, the box en

  • Using a Flash Drive as a Back up?

    I'm using an old iMac 266 running 10.3.9 for basically one application, I use it for QuickBooks (QB) for a small business. QB has a back up feature and I have been backing up to an Intel iMac on my small home network. The old PPC iMac has a 4Gb HD, I

  • Osstatus error 12641

    On my IMac my Quicktime keeps switching on and i receive the following message: "the operation could not be completed, osstatus error 1264" Any help to fix thihs please. Thanks Am