How to clear cache memory used by APP in iphone

How to clear memory consumed by apps in iphone? For example,google app size is 85mb!but now it takes 427mb! Now i want to clear them.Most of the APP are unneccessary consuming more memory.There should be someway to clear the cache memory of app.Please help!

Well, the app programmer does not consider the saved data "unnecessary" - it's there to perform some function of the app. The Google app, for example, saves your searches so it doesn't have to use data every time.
However, in the Google App itself tap the Settings icon, Privacy, Browsing. You can enable or disable "on-device history" and also clear the on-device history. That's what I meant when I said that some apps have settings to manage their cache.

Similar Messages

  • How to clear cache memory

    Hi again! Does anyone has the source code in J2ME for clearing cache memory? My application is consuming larger memory in long run and I need to clear the cache memory manually else my application will be 'hanged'. Please advise.
    Thanks in advance!
    Regards,
    TK

    It's equivalant, so System.gc() will look like this:
    public static final void gc(){
       Runtime.getRuntime().gc();
    }Nothing more, nothing less. It's not really faster, since the compiler will probably inline it.

  • How to clear caches using lion

    how to clear caches using lion

    There are a number of 3rd-party apps that will delete caches, among other things.  The free OnyX is a good one.
    But, as a brody says, it's usually not a good idea to do that unless you're sure it's needed. 

  • How to clear IPAD2 's add-on APP Cookes?

    How to clear IPAD2 's add-on APP Cookes, Ex: QQ HD,Map...not for Safira.

    I'm just taking a guess but if you are trying to clear information from a third party app I would think that you would have to do that from any setting that the app may provide.
    For instance in the pre installed Maps app you can clear bookmarks or recent searches by tapping on the Open Book icon (bookmarks) then select Bookmarks or Recents - tap Edit and then tap the red minus sign to remove the selection.
    If the app doesn't have a setting to clear the information, cache or cookies, you can't do it with the iPad iOS settings.

  • Hello,  I want to know how to clear the memory or buffer cash from my mac book?

    Hello,  I want to know how to clear the memory or buffer cash from my mac book? When I look at the series, it puts more and more time to load. Thank you.
    Sorry for my english, i talk french.

    Ok ce n'est pas le problème alors.
    Boot à partir de votre disque d'installation et de lancerl'utilitaire de disque. Le disque de démarrage peut être nécessaire de réparation.
    Using Disk Utility to verify or repair disks
    Ok that's not the problem then.
    Boot from your install disc and run Disk Utility. The startup disk may need repairing.

  • How to clear Cache in SAP BW

    Hi All,
    i changed 1 .js file in mime repository, but the changes are not getting reflected when i run 1 of the WAD templates. it still picks the old .js file. i guess there is some problem related to clearing of cache memory.
    Any ideas about how to clear cache in BW?
    Thnx in advance
    Godhuli

    Hi Godhuli,
    You can call transaction <b>RSRCACHE</b> and you can delete all; In OSS Note 456068, you can find all the issues related to this kind of problem
    You can also refer oss notes 679609,779015 for OLAP cache invalidation.
    Awarding points is the way of saying thanks in SDN!!!
    Regards,
    Balaji

  • How to clear cache and cookies

    Hi guys,
    I am new to jsf. And I have one problem in jsf, How to clear cache and cookies.
    Please help me to solve this..

    clearing Java cache and cookies is different from clearing IE cache and cookies. Usually when you powercycle your computer it is automatically cleared. To clear manually:
    go to start--> settings--> control panel--> double click on Java icon. Click on "delete files" under temporary internet files or 'clear cache' in the 'cache' tab. It depends on which version of java and which OS you use on how these will show up.
    If you were having issues with java crashing or making your freezing up, this should resolve the issue. It is strongly suggested that you powercycle the computer as well after clearing the java cache.

  • How to clear cache in mavericks

    how to clear cache in mavericks ?

    You can use one of several good utilities:
    Mavericks Cache Cleaner
    Onyx
    Cocktail
    You will find them at www.macupdate.com.
    Also, you should startup in Safe Mode, then restart normally. This is a slow startup, but part of the process cleans out some system caches.
    I don't know what browser you use, but there should be some cache clearing options available.

  • Is there any limitation of memory uses for apps in iPad2 or iPad3 ?

    Hi,
       Is there any limitation of memory uses for apps in ipad2 or ipad3 .For example an application can use 10% or 20% of available memory , is there anything like that or the apps can use the total available memory or like 90% of it ?
    I want to know about the memory distribution to the apps in ios .
    Would anyone suggest a right way ?
    Thanks

    iOS manages all memory. You should test your app in Instruments to be sure it is playing nice.
    See Advanced Memory Management Programming Guide

  • How to clear Cache in Safari?

    I found this solution to clear Cache in Safari on the community pages.
    Does it work? I hope the Safari developers with confirm.
    How to clear Cache in Safari
    ~Bee Delaware
    Jan 3, 2013 7:34 PM
    Quit Safari.
    Click out on your desktop somewhere to get Finder menu on the top menu bar.  Then look over to the right, and select the "Go" menu while holding down the "Option"button.  You will then see an option for "Library" right under your home folder on that list.
    That is your hidden Users Library.  Open that Library, go down to Caches.  Open that, and then look for apple.com.Safari.  Take that file to the trash.
    Restart Safari.
    I tried it, I do not know what the consequences are yet

    It''s a bit drastic, but that clears Safari cache. There's another way of clearing the cache:
    1. Open Safari, go to Safari menu (on the menu bar) > Preferences > Advanced, and tick "Show Develop menu in menu bar".
    2. Close Preferences, and go to Develop menu > Delete cache

  • How do I open and use this app after I have paid for my subscription? I previously downloaded Primeir Pro CC for the trial and when I try to open the app it says my trial has ended and there is no other option to sign in and use the app?

    how do I open and use this app after I have paid for my subscription? I previously downloaded Primeir Pro CC for the trial and when I try to open the app it says my trial has ended and there is no other option to sign in and use the app?

    Remove all current Adobe software.  Download Adobe Cleaner Follow instructions.

  • How to clear cache after mime object is updated?

    Hi Expert,
        I create a mime object (such as "test1.jpg") in mime repository.
       In web dynpro, I add two UI elements: a formatted text edit and a File-Upload "Insert Image",
       after I click the File-Upload "Insert Image",
       I select an image file (such as test2.jpg) from local directory, and upload the content of the image file to mime object(test1.jpg) in mime repository.
       at the same time, I insert a line into formatted-text-edit as "<img src="/SAP/Public/.../test1.jpg" />".
       I double click the mime object (test1.jpg), its content has changed as test2.jpg,
       however, formatted-text-edit still displays the content of test1.jpg.
       When I mannually clear the cache of IE, and refresh the web, Formatted-text-edit display the content of test2.jpg.
      It's obvious that the cache of http server isn't cleared.
      How to clear cache after mime object is updated?
      Any suggestions are welcomed.
      Thank you.
    Best Regards,
    Derek
    P.S. the source code:
    lv_url = '/SAP/BC/WebDynpro/SAP/ZENHANCE_IA/test1.jpg'.
      lo_mine_rep = cl_mime_repository_api=>get_api( ).
      lo_mine_rep->put(
        EXPORTING
          i_url     = lv_url
          i_content = lv_file_string ).
    Edited by: Derek Zhao on Sep 20, 2010 6:21 AM

    Hi Derek,
    Have you tried the method INVALIDATE_ICM_CACHE of class CL_MIME_REPOSITORY_API ?
    Regards,
    Anand

  • I lost my ipad 2 and I have also an iphone ! I used the app "Find iphone", it gave me the localisation of my iphone only. How to find my ipad?

    I lost my ipad 2 and I have also an iphone ! I used the app "Find iphone", it gave me the localisation of my iphone only. How to find my ipad?

    If you activated the Find My iPhone service (in Settings>icloud), and if the device's batteries still have a charge, the device is not turned off and has not been reset and is connected to the net, then you can try to track it.  Using a computer's browser, log into icloud.com and look at the Find My iPhone page.  Or - on a device, invoke the Find My iPhone app and log into the icloud account.  Note:  The Find My iPhone **app** does not turn on the service, you can only do that through Settings>icloud.
    If the device is listed as "offline", then one of the requirements listed above is not met (like being connected to wifi, or if the device was stolen and the thief reset it).
    Look over this link...
    http://support.apple.com/kb/HT5668

  • How to clear cache in oracle without bouncing apache,

    Hi guys,
    Can any one please suggest how to clear cache without apache bounce....
    Thanks in advance

    Thanks for your reply....
    I have done controller extension ,through personalization i have added the new controller path to the seeded page............
    But now i need the actual controller instead of my new custom controller for this i have firstly disabled Personlization for my user then i went to that page i have clicked on 'Inherit'() option ,then again i have enabled personalization ...now when i open that page itz still pointing to the custom controller path instead of the original controller......
    Help me to solve this issue without Apache bounce....
    Edited by: 912808 on Mar 21, 2012 6:19 AM

  • How to clear cache POP-UP LOV

    Hi All,
    How to clear cache POP-UP LOV .
    For example :
    I had created one pop-up lov "Marketing client", when I select any value from pop-up lov . If the Marketing Client already has 'AIM Investments' but someone clicks the item to get to search for a different one it currently only shows 'AIM Investments' unless someone blanks out the search box.
    What I want is every time I click on LOV it will show all the values. User need not to clear the search box to get all the values.
    Any pointer.
    Regards
    Dikshit

    Hi All,
    How to clear cache POP-UP LOV .
    For example :
    I had created one pop-up lov "Marketing client", when I select any value from pop-up lov . If the Marketing Client already has 'AIM Investments' but someone clicks the item to get to search for a different one it currently only shows 'AIM Investments' unless someone blanks out the search box.
    What I want is every time I click on LOV it will show all the values. User need not to clear the search box to get all the values.
    Any pointer.
    Regards
    Dikshit

Maybe you are looking for

  • After moving files out of the iTunes library they still show in the iTunes list

    I am archiving movies out of my iTunes library.  I have moved the files from the iTunes media folder and into another folder but the movies still show up in the iTunes movie list in the main iTunes window.  I am sure there is some kind of link to the

  • Sap script doubt

    hi all, i have problem with the print program.in this it is printing the from in pre printed format. but as comapny's pre printed format has been changed so they are not willing to carry it on. so they have given me a format to design the form . i ha

  • Reports on 2 pages oracle 6i

    Dear All , i have a problmes in printing the report in 2 pages . I have a master table data ( which is to be printed on the first page ) and details / child table data ( which is in the form of tabular data and extend to 2 page ) . Now the problem is

  • XPAAJ Java API question

    Hi, I am currently struggling with this task: I have created a PDF using livecycle, what i want todo is in java convert the generated PDF to an image, i cannot use the livecycle server, as it will have to generate on a client machine, that at the tim

  • J2EE MVC模式JSF与Struts的异同

    J2EE MVC模式JSF与Struts的异同 Struts和JSF/Tapestry都属于表现层框架,这两种分属不同性质的框架,后者是一种事件驱动型的组件模型,而Struts只是单纯的MVC模式框架,老外总是急吼吼说事件驱动型就比MVC模式框架好,何以见得,我们下面进行详细分析比较一下到底是怎么回事? 首先事件是指从客户端页面(浏览器)由用户操作触发的事件,Struts使用Action来接受浏览器表单提交的事件,这里使用了Command模式,每个继承Action的子类都必须实现一个方法exec