Is there any way to limit the memory firefox can use?

once firefox reaches about 150Mb of memory it starts locking up and even if I manage to close it through taskmanager it still does not release the memory it was using.Is there any way to set a limit on how much memory firefox can use and a way of making sure it releases it again when shut.I run a dual core 1.8Gb cpu 2 Gb of ram and Win xp Pro service pack 3

See:
* http://kb.mozillazine.org/browser.sessionstore.max_windows_undo
* http://kb.mozillazine.org/browser.sessionstore.max_tabs_undo

Similar Messages

  • *Is there any way to limit the Chart Bar size dynamically?*

    Hi
    I have selected the Marker size as Medium for my Bar chart.
    Bar chart bar showing too big when there is only one bar.
    Is there any way to limit the bar size dynamically?
    Thank you

    hi Ruwan,
    Don is correct in that there is no option in the chart design component to do this.
    what you can do though (i know it is a pain) is to
    1) create a new chart in a new section with a narrower bar using the chart options dialogue
    2) create a conditional suppression formula for the new section and the old chart section based on the value returned in the Show Value for the chart
    i have created a request for a charting overhaul [here |https://ideas.sap.com/community/products_and_solutions/crystalreports;jsessionid=B3E2E9F6A6CC9C9F5321659382A91855.node0]in the ideas place which includes a solution for this particular issue. please feel free to give it the thumbs up if you think that this is a worthwhile idea.
    jamie

  • Is there any way to limit the number of Threads running in Application(JVM)

    Hello all,
    is there any way to limit the number of Threads running in Application(JVM)?
    how to ensure that only 100 Threads are running in an Application?
    Thanks
    Mohamed Javeed

    You should definitely use a thread pool for this. You can specify maximum number of threads that can be run. Be note that the thread pool will only limit the number of threads that are submitted to it. So donot call "Thread"s start() method to start thread on your own. Submit it to the pool. To know more, study about executor service and thread pool creation. Actually it will not be more than 20 line code for a class and you might need maximum of 2 such classes, one for threadPool and other one for rejection handler (if you want).
    Just choose the queue used carefully, you just have to pass it as a parameter to the pool.
    You should use "Bounded" queue for limiting threads, but also be careful in using queues like SynchronizedQueue as the queue will execute immediately the threads submitted to it if maximum number of threads have not been running. Otherwise it will reject it and you should use rejection handler. So if your pool has a synchronized queue of size 100, if you submit 101th thread, it will be rejected and is not executed.
    If you want some kind of waiting mechanism, use something like LinkedBlockingQueue. What this will do is even if you want 100 threads, you can specify the queue's size to be 1000, so that you can submit 1000 threads, only 100 will run at a time and the remaining will wait in the queue. They will be executed when each thread already executing will complete. Rejection occurs only when the queue oveflows.

  • Is there any way to edit the standard Firefox context menu for displayed Web pages?

    Is there any way to edit the standard Firefox context menu for displayed Web pages? I frequently want to save a picture appearing on a page. Sometimes I "slip" and hit "Send Image" when I want "Save Image As", and have to sit and wait for a default send-mail page to come up, then close it, fiddling with its "are you sure" dialogs. This is a painful way to handle a slip-up. I basically NEVER want to e-mail an element directly from a page. Is there any way I can just delete "Send Image" from the context menu?

    You can remove entries in the context menu with code in the userChrome.css file
    *http://kb.mozillazine.org/userChrome.css
    Some IDs are listed in this MozillaZine Knowledge Base article:
    *http://kb.mozillazine.org/Chrome_element_names_and_IDs
    To find the ID of others you will have to use the DOM Inspector.
    * https://support.mozilla.org/kb/DOM+Inspector
    * https://developer.mozilla.org/En/DOM_Inspector
    * https://developer.mozilla.org/en/Introduction_to_DOM_Inspector
    * DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/

  • Is there any way to set the SCCM system to use local time instead of UTC?

    We have ConfigMgr 2012 in our environment. We are in EST.
    Is there any way to set the SCCM system to use local time instead of UTC?
    When we try to deploy packages, if you don’t specify the time, it reverts to UTC which for us is off by 5 hours.

    Which times are you talking about? Deployment start times or deadlines? Those could be set to UTC *or* client local time.
    Torsten Meringer | http://www.mssccmfaq.de

  • Is there any way to limit the number of RFC calls from xMII to SAP R/3

    Hi All!
    I wanted to know whether the number of simultaneous RFC connections made from xMII to SAP R/3 system can be controlled in any way. Suppose we have a scenario wherein some million Sales Orders or Production Orders are to be updated in SAP R/3 from xMII in a short span of time. For all these updations to take place, multiple RFC calls will be established from xMII to SAP at the same time. This will increase the load on the SAP R/3 system and affect performance of the SAP R/3 system. Is there any check on xMII side to limit the number of RFC calls that can be made to SAP R/3 system?
    Regards
    Anupam

    Anupam,
    If you are using 11.5 just keep in mind that the JCO connection points to a single application server (based upon the SAP Server alias connection settings), but the traffic itself to make a BAPI request is effectively the same as any client user traffic.  There will obviously be limitations on performance and throughput, with network and server constraints added to the number and size of the R/3 requests, but there is no magic formula to plug-in because of all of these variables.
    If you are using 12.0 (or plan to migrate when it goes GA) then taking advantage of the JRA (java resource adapter) and the associated application server pooling that it offers on the NetWeaver side of things will greatly help you in the throughput capacity.
    If you have put some of your xMII application into either test or productive use and are running into issues then I would highly recommend entering the specifics into the customer / partner support portal so that they can help you through any associated problems.
    Regards,
    Jeremy Good

  • Is there any way to limit the number of times that a PDF can be opened?

    I run a small publishing company and we want to provide exam copies of our books to professors.  At present our exam copies have the words EXAM COPY as a water mark on every page and we've also made the files so that they can't be printed or easily copied.  However, we'd like to also restrict these PDFs so that they can only be opened 5 times.  I've read about FileOpen but that approach seems a bit more complex than needed.  Is there any other way to restrict the number of times that a PDF file can be opened once it is downloaded?  Thanks in advance for any suggestions.

    DRM soltions like FileOpen are your best bet for PDFs. Others include Adobe's LiveCycle Rights Managment, LockLizard, Armjisoft PDF Security OwnerGuard, etc.
    They all work and are priced differently, but there's really nothing for what you want to do that is both simpler and secure.

  • Is there any procedure to get the memory warning levels using objective C

    I want know the different levels of memory warnings programmatically using objective C.Is there any procedure to get that.

    AmirTs wrote:
    my device connects to my server and need to authenticate with a unique number
    and i need access to the number to add it in the server.

  • I lost my iphone 4 yesterday , is there any way to destroy the system of it using the serial number? Also , Can thieves access my photos or private things even if there was a passcode on my iphone?!

    Please help me ,I am really worried !

    Maha1992 wrote:
    Unfortunately I did not install find my iphone in the lost iphone so I cant  use it . Can they restore the information and photos easily?! I mean the computer does not ask them for the passcode or the password of the apple ID inorder to complete the process of restoring?!
    If they do restore it in iTunes, that process is going to wipe all your content from it, so your information would be gone.  Yes, they can then go on and use your device as theirs, but your information is wiped from it at that point.
    For future reference, along with the passcode, you can set it to erase everything after 10 failed passcode attempts.  As long as you have regularly sync'd content back to your computer and maintained an up to date backup, you have safeguarded your content for your own recovery and use.
    And in iOS 7 an iCloud account and find my phone activation is worth it just for Activation Lock, even if you don't care about any other iCloud features (all of which you can simply disable and not use if you choose to).

  • I needed memory to upgrade so I exported all of my iphoto to an external hard drive. The photos are fine but the videos are blank. I emptied the trash. Is there any way to recover the videos?

    I needed memory to upgrade so I exported all of my iphoto to an external hard drive. I then deleted and emptied the trash. The photos are fine but the videos are blank. Is there any way to recover the videos? Any software recovery programs apple supported?

    no official way but if you open the Apple TV and put the hd in the external case it should mount and give you access to the data on it

  • Is there any way to print  the data inside  the Notes field of MIR6 Report

    Hello Gurús.
    We need to include the data inside the Notes field in the report MIR6 - INVOICE OVERVIEW - report.
    Is there any way to print  the data inside (comments)  the Notes field as well in the Report  ?
    We found that the only way is to open the Notes and print it, but it takes time, any idea ?
    Rgds.
    MCM.

    There's nothing built-in that does that. If you only have text fields and they don't have any formatting or other property that would prevent it (e.g., Date, character limit), you can run a simple script to populate each field with the field name, and then print. A more complicated approach would be a script that adds text annotations near/over each field that shows the field name. This would just be for documentation purposes, but it's possible. Post again if you'd like help with the first. You'll probably have to pay someone for the second approach if you don't want to do it yourself.

  • Is there any way to limit purchases on my iPad

    Hello world
    MY question is simple: Is there any way to limit ALL purhases (not only in-app purchases) on my iPad.
    I've tried to assign a debit card with a small amount of money but it did not help. I'm still able to make purchases, their cost is in "pending" state(a red sum in iTunes with info that my card could not been authorized) and thay will be debited from the account as soon as i refill my account

    Remov the card details and credit your account with a small amount by means of an iTunes gift card.

  • Hi.  Is there a way to limit the size of the emails I receive?

    Hi.
    Is there a way to limit the size of the emails I receive?   Can I set my iPhone4s to only download headers or set a limit to the size?   I can't see anything in the settings.
    Thanks,
    John

    My Gmail downloads only small embedded pictures. For videos and other big files I have to tap to download and this is a temp download. So you don't have any problem I thing. You can Delete the account-restart-add account back from time to time.

  • Is there any way to change the default AWR thresholds?

    Hi Gurus,
    Is there any way to change the default thresholds or attributes of AWR reports for a database?
    I have a requirement to change threshold for the SQL statements reported based on sharable memory.
    *"SQL ordered by Sharable Memory"*
    By defaults it reports statements only above 1Mb (I think it is in Bytes). So I can find only one statement being reported in this category or some times even nil.
    *"Only Statements with Sharable Memory greater than 1048576 are displayed"*
    It would be great help for me if you guys can help me out as we have issues related to memory often.
    Thanks and regards
    Satish

    U can do it using DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS pararmeter
    DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS(
    retention IN NUMBER DEFAULT NULL,
    interval IN NUMBER DEFAULT NULL,
    topnsql IN VARCHAR2,
    dbid IN NUMBER DEFAULT NULL);

  • Is there any way to prevent the OS from querying the Superdrive when start

    Just a random question. Whenever my MacBook Pro starts up (either from sleep or a complete/fresh start, the OS queries the drive slot to see if there is a disc present. While this may be normal behavior, it seems to slow down the start up process. (I rarely ever have a disc in the drive). Just curious if this, in fact, normal, or if there's something awry.

    Is there any way to prevent the OS from querying the Superdrive when start
    No
    he OS queries the drive slot to see if there is a disc present.
    How can you tell? Based on the noise it makes?

Maybe you are looking for

  • How do I sync iphone to windows media player

    I am trying to sync my iphone and mini ipad to windows media player but nothing happens when I plug it in. Any help would be much appreciated

  • What is the DW CS3 license ?

    Hi there, I am a single programmer/web developer. Who has a workstation as my main computer and a notebook for when visiting client's and travelling. With the CS3 products requiring activation, am I permitted to install on both my computers ? TIA - D

  • Credit ratings

    Hi experts, I see that both in Master data of Business partner, Tcode BP, and Security class, Tcode FWZZ, you can populate with credit ratings, normally provided with some external rating agencies, like S&P, Fitch, Moody's, etc. May questions: --- is

  • Delete of Devspaces

    Hello, I want to delete some of my devspaces, the last time i asked this to SAP Support i got the answer that this  is not possible because of the funktion of the storage mechanism. Will this work in future Releases? In theory it should be no problem

  • I am trying to upload a project with multiple tracks to iTunes.  only the first track seems to be uploading. what do I do?

    I am trying to upload a project from garageband with multiple tracks to itunes but only the first track is uploading. what do i do to make them all upload together?