Is there a way to hibernate tab groups so that they do not use RAM memory?

Is there a way to hibernate tab groups so that they do not use RAM memory? I have a lot of tabs open and have organized them into tabgroups but my computer still uses a lot of the RAM on mozilla. Can I hibernate some of the tabgroups in any way?

There was a bug filed in 2010, but it seems like it's halted.
*https://bugzilla.mozilla.org/show_bug.cgi?id=591775 <sub>Please don't comment on bug reports. See [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html Bugzilla etiquette]
I found an extension that might do this, but it's incompatible for me (Nightly in Linux)
*https://addons.mozilla.org/en-US/firefox/addon/bartab/

Similar Messages

  • Does windows and mac run continuously using parallel, or is there some way to stop xp from running if you are not using it?

    I would like to run a few windows programs but I dont want the mac side to suffer when i am not using the windows os.  Is there some way to shutdown the windows part when you are not using?

    If you are running MS Windows in Parallels or Fusion or any other virtualization  software  you can shut it down while the machine is operating and still run OS X. There is no trick, you shut down MS Windows just like you would with any other MS Windows machine. That is one of the main advantages of virtualizaiton software, the ability to run both environments simultaneously if you want. If you don't want to run Windows then simply don't start the virtualizaiton software or if it's already running quit it like you do any app on a Mac.

  • Is there a way to only upload iWeb changes? I am not using MobileMe.

    Is there a way to only upload iWeb changes? I am not using MobileMe.

    One method you can use, along with optimizing your website for increased loading efficiency in browsers, is to publsh to a folder on your hard drive and use  Web Site Maestro to optimize and upload only the new or modified files with its Smart Handling feature.
    If you publish to a folder you can use the synchronizing feature of Cyberduck, help/en/howto/sync – Cyberduck, to upload only those new or changed files.
    OT

  • Is there any way to set up reminders so that they are in due date order?

    On the ipad, reminders are organized in the order of the dates they are due under "scheduled". Is there any way for it to show like that on the Mac?
    Updtae: I found the answer in my preferences. Under view.
    Message was edited by: KRB02

    No ability to change those settings.

  • Is there a way to send a large video file through email, not using websites?

    Hey guys,
    Just wondering if there is an easy way to send a large video file through email, not using websites such as yousendit.com.
    If anyone knows please respond, would be greatly appreciated! Thank you

    No there isn't. Most all Email providers, whether your ISP or some other provider like Google, Yahoo, Microsoft with their Outlook.com or Office365 and Apple's own iCloud system, have a linit on the max size a email can be. Most are around 10MBs some slightly larger but if the vieo you want to send to someone it larger than that you will have to upload it to a website and then have the people you want to view it download it from that website.

  • HT5772 The new Korn download included 11 videos I don't want jamming my iPod touch memory. Is there any way to get rid of these so they're not trying to sync back on? Had I known this would be a problem, I would've downloaded the songs individually.

    I got the new Korn album on iTunes. Eleven included videos are massive files which all but filled my pod up.
    Is there any way to get them deleted so their not trying to sync back all the time?
    What a P.I.T.A.!!!!!

    - Are you saying that they are not listed in your Purchased section?
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - Are they listed in your Puchases history when you log into your account on your computer?
    - Are they still available now for purchase? If not then you are out of luck
    If they are still available and listed in your Puchase History then contact iTunes
    http://www.apple.com/support/itunes/

  • Is there a way to move tab group from one window to another?

    I have several windows open, and some of them have multiple tab groups. Is there an easy way to move these tab groups between the windows?
    I saw the workaround of making bookmarks of all the tabs in one group, move to the target window and open the bookmarks there.
    To be honest I found this one a slow and messy way to do things and hope to find a better solution or raise this as a feature request.
    using up-to-date Firefox (26.0 at the time of writing)

    Hi bsbs,
    I don't think so, there are bugs that do exist about this as well
    *Tab group not available in customize tool bar in a second window if tab groups is open [https://bugzilla.mozilla.org/show_bug.cgi?id=840579]
    Patrick helped me find this add on [https://addons.mozilla.org/en-US/firefox/addon/tabgroups-manager/] where it groups tab groups into other groups, and there are bugs that have the [feature request] title in them.

  • Is there a way to make tab groups permanent?

    in a few occasions when i open a new window,
    and close the window with my existing tab groups first.
    i can't recover the tab groups that i've created

    yes that is exactly the problem , here's the sequence :
    normally i only open 1 firefox window, and it has all my tab groups.
    so i am able to open/close firefox and retain these tab groups.
    and then there are times when i just have to open a new window,
    and unfortunately, there are times when
    - i close my base window first ( the one with the tab groups )
    - then i am left with the new window ( which no longer retains my tab groups )
    - i have no choice but to close this new window
    when i reopen firefox, i no longer have my old tab groups.
    so this is where my problem lies. of course if can make
    the habit of always going to firefox > exit, at least the
    tab groups are always available.
    it would have been great if these tab groups are stored
    permanently, like bookmarks. it just feels convenient
    to use.

  • Is there a way to lock a file so that users can NOT open while Testing?

    Hello World:
    I'm sure there is a way but I can not think of a good solution right now.
    I'm writing to a file.csv every 2 seconds for about 10 hours or more.
    If a user opens the file to view, then my program in Labview will crash
    because is being used.
    How would you solve this problem?
    thank you very much...for your help...
    \\carlos

    Look up the function to Get and Set File permissions.  This will allow you to lock the file when you start and unlock it when your finished.  =o)
    Here's the sample from the help file:
    The Set Permissions function includes a permissions input that allows you to control access to files and directories that you create. To define the permissions you want to set, you can wire the permissions output of the Get Permissions function to the permissions input of the Set Permissions function, or you can wire a constant or a control.
    The 9 bits that the permissions parameter uses are divided into three sets: user, group, and others. Each set is divided into three permission categories: read, write, and execute. Read determines if members of a set can read a file or directory. Write determines if members of a set can write data to a file or directory. Execute determines if members of a set can execute the file. A 1 in the bit grants permission.
    For example, the following illustration shows how to grant a user permission to read from, write to, and execute a file, and deny permission from the other two sets.
    Octal format shortens each three-bit group within the parameter to a single octal value. (Windows) For example, to make a file read-only, enter the octal value 200, which corresponds to the binary representation 10000000. (Linux) To grant users read, write, and execute permissions, enter the octal value 700, which corresponds to the binary value 111000000.

  • Why can't I set up an account for my 7 year old to redeem his gift card? Is there a way I can put it on my account but NOT use it for my purchases?

    My 7 year old received a gift card, but I cannot set up an iTunes account for him to use it. When I redeem it on my account, a credit is given to my account against all purchases, including my own. If I want to purchase a song now, it will use HIS gift card to do it. I can't see any way to sidestep it so that I can charge my credit card until the credit on my account is all used up. I would like him to have his own account with the gift card so that I do not end up using it. Any way to do this?

    Unfortunately, the minimum age is 13 for an iTunes account.
    http://www.apple.com/legal/itunes/us/terms.html#GIFTS

  • Is there a way to create a group alias that I can text/message?

    Similar to an e-mail alias that contains multiple e-mail addresses which makes it easy to send one message to multiple people, I'd like to be able to create a group alias from some set of contacts in my Address Book that I can send a message (either text or iMessage if supported by the recipient) to.  Does the iPhone 4 running iOS5 support this and if so, how do I go about using this feature? 
    Note, I'm not looking for a group chat function where people have run a particular app in order to join a group, I just want to be able to easily send a message to > 1 person and if they want to respond it's directly to me.

    You can group your contacts, but you will not be able to send group messages natively. You need a 3rd party application for this. I have developped a free one, Easy Group, to create group of contacts (family, football team), and then send group texts and group emails.
    http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Rémi
    Note: I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • My iPhone got stollen, is there any way Apple can block it so that those thieves cannot use it?

    So someone has stollen my iPhone and I've been told that if I contact Apple and I give them some details about my iPhone that are within the box when I bought they should be able to block the whole phone so it's completely unfunctional ever again. It has been missing for two months, they switched it off because I cannot find it on "Find my iPhone" app, so if I can block it I would happily do so because I bought it free (no contract) and it cost me a lot of money.

    The only way to locate/disable/erase any lost/stolen iPhone is through Find My Phone or a similar app. However, this requires that Find My Phone be setup/activated, on your phone, before it was lost/stolen. You would then login at iCloud.com & try to locate it. This requires the phone be turned on & have an Internet connection. There is no other way to locate a lost/stolen iPhone. Apple can't/won't help you, nor will your carrier. Report the loss to the Police, your carrier & Insurance company. Change all of your passwords.
    If your carrier offers Blacklisting & they Blacklist the phone, it will be unusable as a phone.

  • Is there a way to save pictures in iCloud so they can be used on a windows PC?

    I have modified a number of pictures in PSexpress but when I enter them into a PC with Windows 7 I cannot make any modifications or add any titles before attaching them to an email or loading into facebook. do I need some special software for this? Or can I load them into the cloud in my PC?

    Go to Settings>iCloud - Turn Photo Stream on.
    then Follow the instructions on this Apple Page
    http://www.apple.com/icloud/setup/pc.html
    Once that is setup.
    Open the iCloud Control Panel, Sign in with your Apple ID which should be your Email address.
    Turn on Photostream

  • Is there any way I can get the new IPhone 4s and not use Verizon, Sprint, or AT

    I use Straight Talk Wireless and I really want the IPhone 4s and I can't switch companies.

    Ditch Straight Talk and go to Sprint. You pay $200 for the phone and $70/month. That's $25 more than Straight Talk but you get much better service. 2 years of Straight Talk and a $650 iPhone save you only about $2-300 than you would by going with Sprint if it was possible to use Straight Talk, which I'm pretty sure it isn't. If you don't want to pay for service every month or don't want to pay for data then just buy an iPod touch. An 4S without service or data is a big waste of money.

  • Is there a way to move a group of tabs to a new window? I know how to move one tab to a new window, but is there a way to mark a group of tabs and move them to a new window?

    Is there a way to move a group of tabs to a new window? I know how to move one tab to a new window, but is there a way to mark a group of tabs and move them to a new window?

    * Tab Mix Plus: https://addons.mozilla.org/firefox/addon/tab-mix-plus/

Maybe you are looking for

  • 2009 17" Macbook freezes when plugged into Apple 24" LED Display

    In the last few weeks I have noticed that when I plug my 17" UBMP into my 24" Apple display, the computer freezes and the 24" display remains dark. The computer freeze shows no spinning ball, there is curser movement but nothing will work/open and I

  • MemberUsersRule for Lighthouse Resource

    I have a rule that resolves to accountId:Lighthouse, but when the Organization expands there is an error that "Lighthouse" is an invalid resource name. I am trying to build an organization of users within Lighthouse that cannot be edited by other use

  • BW- CRM interface

    Hi ,          I am currently on a BI-CRM integration project. BI 7.0 and CRM5.0. As part of the requirement, i have to send a bunch of data to CRM. What is the best method for this. I mean what should be the design approach for in BI for the SAP CRM

  • Cannot find Acro3d.msi on Acrobat Pro Extended 9.4.4

    An irritating error that occasionally occurs during updates or installation of plugins (like support for simple Chinese character set) often results in an error "Cannot find network resource" Running v 9.4.4 on Windows 7, Acrobat is installed as part

  • I show 4 airport bars but MacBook tells me I'm not connected to internet??

    Often I will be trying to connect to a wifi signal in public or at home and even though my MacBook shows that I'm connected to the actual signal, when I try to load a page I get a message from my computer that tells me the page won't load because I'm