How do i set system preferences to delete file cache that is not being used

My file cache is using over a GB of memory.  How do i set the system to free up memory that is being held but not used?

It's normal since Mavericks for almost all memory to be in use, either by applications or by the file cache. That's what you should want, since unused memory is going to waste. The relevant measure of whether memory is in short supply is what Apple calls "memory pressure."
Apple's explanation of memory pressure is here. If you want a more detailed, technical description, see here, and for the source code, see here.

Similar Messages

  • How can i manage old data on my file server that as not been used for over 2 years?

    I have 4 file servers and more then 50% of the data is older then 2 years
    I would like to move that data to another san, slower but i would like the user to have access by shortcut on there share
    Would make it faster to backup because the drive would be 50% less big and would not affect users because they would see the same thing in there share it would just be a little lomnger to open file upon need.
    Thanks
    I have an environement 2008r2 but can transfert everything to a 2012 r2 if needed
    Thanks

    robocopy is the tool I recommend to use for that. See that: https://social.technet.microsoft.com/Forums/windowsserver/en-US/51e5f602-b7f2-4d06-adda-1372c30f6250/help-for-script-to-move-old-files?forum=winserverpowershell
    You can also add the shortcuts using a script: http://superuser.com/questions/455364/how-to-create-a-shortcut-using-a-batch-script
    More if you ask them in the Scripting forum: https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Cannot delete an old vault that is not being used.

    Cannot delete an old vault that is not being used. I get the following notification: The operation can’t be completed because the item “#3 Vault-GTech RAID mini-1TB” is locked.  I placed this vault on a external HD until I set up a new vault with the same name in Aperture.
    Now I want to delete the older Vault. Any suggestions?  Thank you, Bob Stern

    OK think I have it, but you'll need to use the terminal window and sudo to do this If you never used either then read this carefully before you begin.
    start
    Open a terminal, go to /Applications/Utilities and click on the Terminal app.
    Type the following but do not press return: sudo chflags nouchg
    Make sure to enter a space at the end of the above command
    Go to Finder, locate the vault and drag it to the Terminal window at the end of the above command. The mouse pointer will turn into a green plus sign showing you your are dragging the file.
    When you let go the full path of the vault will be at the end of the command, now press return.
    If this is the first time you are running sudo you'll get some text telling you to be very careful. You'll also be prompted for your password, enter it.
    Back in Finder in the Info window for the vault the Locked checkbox should be clear.
    that's it
    good luck, post back if you have any troubles.
    regards

  • IMail: How can I set mail preferences to display actual email address and not short names.

    Even though I have it correctly set in Preferences , i.e. "Use Smart Addresses" is unchecked, the addressee automatically changes to the person's name rather than the email address.   I am unable to find a way to display the actual email address option on iMail (Yosemite)  I do not want nicknames/short names but want the actual email address to display on my address line.   Can anyone advise please?

    Thanks, Ernie
    I wasted about 20 minutes looking for it and couldn't find it
    cheers,
    tom

  • How do I delete places in the organizer that are not being used?

    In Elements Organizer 12, I think I accidentally created a "place" on the map that I do not want to apply to any photos.  When I try to do conduct an advanced search, the place is appearing as a checkbox.  I do not want this place to show up in the search field, as we have never been there.  How do I remove places that are not associated with any photos?

    If you are accessing emails from multiple devices, you are better off using the IMAP protocol. Then the devices sync with the server and they are all looking at the same information. With POP, you are going to get your emails spread about, some on Outlook, some on the iPad. It could get very confusing.
    By default, the iPad will not delete from a POP server. Instructions for changing this are here: http://support.apple.com/kb/HT3228

  • How to remove the bufgs that are not being used

    Hi,
    I have a IP block that has BUFGs that may or may not be used depending on which design the IP block is used. If they are not used I would like them to be removed but the tools are not consistent, sometimes they remove them and sometimes they do not.
    How do I specifically tell Vivado to remove a BUFG in the .XDC file?
    I've seen someone suggest to use the following attribute in the VHDL file but I need something in the XDC file
    attribute buffer_type of drck_i : signal is "none";
    Thank you,
    Luis

    Hi 
    If the BUFG instance is instantiated in the IP or your design then the buffer_type attribute will not work.
    The opt_design trims the unconnected instances during implementation. Ensure that the BUFG does not have  DONT_TOUCH property set on it which might affect trimming.
    Thanks,
    Deepika.

  • How to free space that is not being used?

    I have a tablespace with very few data (0.18 Mb) but somehow Oracle is using 10Gb for this tablespace, the tablespace is this one:
    Tablespace Name and Mb FREE_SPACE USED_SPACE TOTAL_SPACE
    HIST_PROMOTIONS_IDX 10099,8125 ,1875 10100
    The tablespace is composed by this 3 data files:
    FILE_NAME ALLOCATED_MB USED_MB FREE_SPACE_MB
    /oraindices/IRI9/data/HIST_PROM_ID1.dbf 5000.00 .06 4999.94
    /oraindices/IRI9/data/HIST_PROM_ID2.dbf 100.00 .06 99.94
    /oraindices/IRI9/data/HIST_PROM_ID3.dbf 5000.00 .06 4999.94
    Is there any way to reasign the space usage for this tablespace?
    thanks

    If I read this correctly, only a couple of MB are used in that tablespace.
    The resize should work, but you'll still have 3 datafiles where 1 would suffice. Also, sometimes, it will give you an error because blocks are located towards the end of the file.
    I would create a new tablespace using the size being used and move the objects in the large tablespace into this new one (move tables and rebuild indexes). When all is completed, take the large tablespace offline and, if all works well after a couple of days, drop that large tablespace.

  • How to identify SQL_PROFILES that are not being used?

    In dba_hist_sqlstat table were found 26 Sql_Profiles, some of them are not used.
    Questions:
    - Is there any way to identify which one are not used?
    I tried verifying DBA_SQL_PROFILES but this does not help to much.
    - Analyzing one by one, Is the only way to find why they are not used?
    Thanks,
    Deyanira

    Hello;
    You should be able to Join the views DBA_USERS and DBA_PROFILES to see whats in use. ( or not in use )
    select distinct
      profile
    from
      dba_profiles
    where
      profile not in ( select profile from dba_users )  On the second question I would ask the DBA.
    Best Regards
    mseberg
    Dan is correct. I have misread the question. Sorry about that.
    Edited by: mseberg on Jun 28, 2012 3:06 PM

  • Saving a Pages document: when I first save a pages document it saves and I don't know where it goes or what its name is.  I want to be asked every time I save a pages document what to name it and where to save it. How do I set this preference?

    Saving a Pages document: when I first save a pages document it saves and I don't know where it goes or what its name is.  I want to be asked every time I save a pages document what to name it and where to save it. How do I set this preference?

    I'll guess that you've used a page layout document & pasting created a text box. You can add more pages & create linked text boxes, but I think you'd be better of using a word processing document. In word processing documents there is a basic text layer & additional pages will be created as needed to fit the text. Take a look at the toolbar of your document. If it says "sections" for the +page icon it's a word processing document, if it says "pages" it's a page layout document.

  • Even after setting system preferences to Never accept cookies and having deleted all cookies, Safari continues to add cookies.  I've tried to reset safari but the problem persists.  How can make safari Never accept cookies.

    I'm having a problem with cookies on Safari.
    Even after setting system preferences to Never accept cookies and having deleted all cookies, Safari continues to add cookies.  I've tried to Reseting Safari several time but the problem persists.  This is occurring under two different user logins one of whom is an administrator the other a standard user.  How can I get safari to Never accept cookies?  This is a recent problem because in the past it used to work properly. Any idea what might be going on here?

    Hi David:
    I did read (yesterday in another thread) about a similar problem.  I cannot test it myself as I accept cookies (from sites I visit) and do not want to delete all of mine for a test.
    I do not know whether it meets your requirements, but you could turn on private browsing.  I use that (or Microsoft's variant on IE) when I use public computers.
    Barry

  • Hi folks, you might know how to fix this: my wifi shows (no hardware installed) then I went to system preferences and deleted the wifi connection, I went also to system information and I can not see wifi listed on Network, how can I create a new wifi ?

    Hi folks, you might know how to fix this: my wifi shows (no hardware installed) then I went to system preferences and deleted the wifi connection, I went also to system information and I can not see wifi listed on Network, how can I create a new wifi or simply solve this, I have tryied shotdown pressing keys like P and R, option, etc. Please help me .

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • System preferences icon deleted by mistake.

    Hi to all
    i did delete my system preferences icon by mistake.
    and now i can not go through the system preferences to set my laptop settings, like the background, network ..... ect.
    now, could someone assist me pls
    Thank you so much

    Are you referring to the actual application in your Applications folder or the icon in the Dock? If the latter simply open your Applications folder, locate the System Preferences application and drag its icon into the Dock. If the former then you have to reinstall it from your OS X Installer DVD:
    How to Use Pacifist to Replace Deleted or Missing OS X Components
    Insert the OS X Installer DVD into the optical drive. Use a simple utility like TinkerTool to toggle invisibility so you can see invisible items. Alternatively, open the Terminal application in your Utilities folder and at the prompt enter the following:
    defaults write com.apple.finder AppleShowAllFiles Yes
    Press RETURN.
    To turn off the display of invisible files repeat the above command substituting No for Yes.
    The install packages are located in the /System/Installation/ folder on the DVD.
    Download the shareware utility Pacifist from VersionTracker or MacUpdate. Use it to extract a fresh copy of the missing item(s) from the file archives on your OS X installation DVD. The file archives are in the /System/Installations/ folder (use Go to Folder option in the Go menu of the Finder.)
    Here are Four Basic ways to use Pacifist (courtesy of George Orville.)
    A. Drag a .pkg icon onto the Pacifist window .....proceed to step 7.
    B. Click on “Open Package ....” and navigate to package desired and click “Open” in the open/save window.....proceed to step 7.
    C. Insert Mac OS X installer CD and when it mounts, navigate to .... Menu->Go->Go to Folder.
    In the path field enter or paste ....
    /Volumes/disc name/System/Installation/Packages (where disc name is the name of the CD/DVD that you inserted.
    • Click on the "Go" button .....
    • Drag a .pkg to Pacifist..... proceed to step 7.
    The package you'll need will have to be discovered by trial and error, but for most applications you should start with the Essentials.pkg and/or Additional Essentials.pkg.
    D. Insert your Mac OS X install disk 1 .... and open Pacifist.
    1. In Pacifist, select "Open Mac OS X Install Packages" ... dialog may appear asking for disk 2, then disk 3 and finally disk 1 again.... {if DVD is not used)...If “Stop Loading” is selected...the procedure will stop!!!
    2a. When loading is complete, a new window appears, click the triangle to display contents of each package...Select item and proceed to step 7.
    2b. or click the “Find” icon in the Pacifist window and type the name of the software you need.
    3. In the list that comes back, click the top most entry for the item that you want. ..... that is the one for the English language.
    4. On the top of the Pacifist window, click “verify” .... you will probably be prompted for your password.
    5. Enter checks for.... “verify permissions” and “verify file contents.” and click “verify” ....enter password when prompted.... you will get back output which may look like this:
    20 files were scanned.
    20 of 20 files were present on the hard disk.
    0 of 20 files had file permissions that did not match those specified in the package.
    0 of 20 files had checksums that did not match those specified in the package.
    6. Click “close”. Go to step 7.
    Extract or Install........
    7. In the Toolbar (upper left), you now have the option to extract or install. Click a file in the lower list and those two icons will be enabled.
    8. If “Extract to...” is selected.... navigate to the location where the file will be placed, select “choose”, select “extract” in new dialog that appears,authenicate , if prompted, click “OK”.
    9. In the next dialog, click “Extract”.
    10. If “Install” is selected... dialog will appear with the location/path of the installed software. Click “Install”
    11. Type in your password, click “OK”
    • Pacifist will begin to extract files.
    12. In steps 8/10ß.... you also have the choice to “cancel”
    Notes.....
    • Pacifist may find that a file it is installing already exists on the hard disk. Pacifist will present you with an alert panel....
    Stop
    Leave original alone
    Update ..... Default selection
    Replace .... Replace option should only be used on full install packages

  • I just bought a new MacBook Air. In my old one, I could go from screen to screen by using three fingers to swipe over the key pad. This one just sits there. It is Yosemite. How do I set up preferences so I can use three fingers to move from screen to

    I just bought a new MacBook Air. In my old one, I could go from screen to screen by using three fingers to swipe over the key pad. This one just sits there. It is Yosemite. How do I set up preferences so I can use three fingers to move from screen to screen?

    Those choices are controlled via System Preferences, Trackpad.

  • Systems Preference is deleting an account in my Users

    My Users & Groups, in Systems Preference, is "deleting an account" in order to clean this device back to its factory default settings, and its been going on for about 20 hours. How long does it take?  Thanks!

    Hi Ralph,
    If you're looking to have that second Adobe ID you created completely erased, you'll want to email your request to our Privacy team.  They can explain the risks of doing so. 
    If you'd like those two accounts merged under a single Adobe ID, our customer service department can help with that: http://helpx.adobe.com/contact.html
    Please let me know if there's anything else we can help with!
    -David

  • How to restore my system preference?

    hi! i just wanted to ask if anyone can tell me how to restore my system preference coz i accidentally deleted it and when i try to put it back to my application,i try to open it but it says its damage or incomplete. is there anyone who can help me pls.. thanks

    Hi stephenjvb,
    you didn't read far enough;
    ThinkVantage System Update is supported on the following systems:
    Lenovo 3000 C100, C200, N100, N200, N500, V100, V200 notebook computers
    Lenovo 3000 J100, J105, J110, J115, J200, J200p, J205, S200, S200p, S205 desktop computers
    All ThinkPad computers
    All ThinkCentre desktop computers
    All ThinkStation desktop computers
    Edit; sorry, forgot to mention.  You may need to run it two or three times for it to get everything, also run it before and then after you have run Windows Update, do not take any hardware updates from Windows Zpdate.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

Maybe you are looking for

  • Need help in using dbms_lob.read

    I need to upload a file into an Oracle table into a Blob column. The file name along with the file contents are all in one BLOB column. Once that is done I need to read from the file and extract the file contents and load it into a staging table. Fil

  • ITunes 7.5 and OSX 10.4.11 - CANNOT CONNECT TO iTUNES STORE

    After a recent upgrade to iTunes 7.5 and OSX 10.4.11, I can no longer connect to the iTunes store. I have tried reinstalling iTunes 7.5 (and Quicktime - just in case!). I have also tried Keychain First Aid. Still it is broken. Please help me with thi

  • Problems with Russian characters in BB Bridge

    Some time ago my contact list on BB 9800 was updated using Desktop software for Mac. Some of contacts were written in Russian. Same updates were made for MemoPad as well in the same manner. Everything was good on the smartphone side before I made an

  • IWeb Publish Error - A lock occurred while publishing to MobileMe

    iWeb Publish Error - A lock occurred while publishing to MobileMe. Try publishing again later. I've tried all articles so far on apple support site. Tried on new OS user and publishing to folder and publishing a test page. I still get an error. Publi

  • Buttons in fireworks

    Hi, im not exactly new to fireworks but ive never really explored it. I made a few buttons, then converted them to symbols>buttons then went through the process of making the up and down images. However when i export to html the buttons (and the link