Flash Cache is not Flash Disk. Right ?

Hardware: X3 - Half Rack
# imageinfo
Kernel version: 2.6.32-400.11.1.el5uek #1 SMP Thu Nov 22 03:29:09 PST 2012 x86_64
Image version: 11.2.3.2.1.130109
Image activated: 2013-09-24 18:12:52 +0800
Image status: success
System partition on device: /dev/mapper/VGExaDb-LVDbSys1
In our Non-Exadata RAC DBs we use LUNs from Hitachi VSP frame. For very busy DBs like Siebel , we wanted to place our Online Redo logs on high speed disks.
So, our Hitachi SAN admins have allocated LUNs exclusively from Flash Disks within Hitachi VSP frame and we have created Redo Log diskgroup based on these 'Thick provisioned' disks.
This has increased the performance of our RAC DBs significantly.
As I understand, In exadata, you don't have the normal flash disk. Instead, the flash modules are mounted in a PCIexpress card.
In CellCLI> list physicaldisk detail you can see multiple entries like below belonging to the 'flash disk'
          name:                   FLASH_1_0
         diskType:               FlashDisk
         luns:                   1_0
         makeModel:              "Sun Flash Accelerator F40 PCIe Card"
         physicalFirmware:       UI39
         physicalInsertTime:     2013-09-13T17:56:10+08:00
         physicalSerial:         5L0066Y5
         physicalSize:           93.13225793838501G
         slotNumber:             "PCI Slot: 1; FDOM: 0"
         status:                 normal
Although these flash cards can store persistent data because it has battery in it in server goes down, is it actually used to store persistent data.
Smart flash cache is just a caching mechanism for frequently accessed data. Right ? We cannot create diskgroups based on disks from these 'Flash Disks' . Right ?

Hi GaryB,
The short answer to your question is:  yes, it's possible to use configure flash as permanent storage using "flash griddisks".  But in the case of redo logs, it would actually make them perform slower.
The longer explanation:  foreground redo writes (the "log file sync" wait event) are very latency sensitive, so it's important for write to be acknowledged as fast as possible.  Flash is considerably faster than disk, but not nearly as fast as battery-backed RAM.  And Exadata storage servers do have a RAM write cache on their disk controllers.  So you will get the best foreground redo write performance from RAM cache write, except when the write cache is full, at which point redo writes need to wait on disk. 
Since 11.2.2.4.0 was released in 2012, Exadata has the capability to write redo to _both_ RAM-cached disk and flash memory, and use whichever returns first.  So you get the lightning-fast latency of RAM cache unless the cache is full, and worst-case latency is the speed of flash.  This capability, smart flash logging, is enabled by default on new Exadata builds;  you can check its status by running "view flashlog detail" in CellCLI.
More details in the official whitepaper: http://www.oracle.com/technetwork/database/exadata/exadata-smart-flash-cache-366203.pdf
Hope this helps!
Marc

Similar Messages

  • Why is the Packager for iPhone guide for Flash CS5 and not Flash Builder?

    Following this tutorial, I gave compiling an iPhone project via the command line a shot and found it very difficult. The commands are not clearly explained and have character errors (“ ” instead of " ", \ instead of /, etc.).
    I've also downloaded the pdf that comes with the Packager for iPhone and tried to follow along, but the explanations are for developing in the Flash CS5 IDE...why is that? It seems that Flash Builder would be the logical development environment for developers and a dev guide...
    Can anyone explain or perhaps direct me to an easier, more official tutorial on developing iPhone applications in Flash Builder? Thank you!

    Because Flash CS5 users need more help than us Flex devs. jk
    The "Packager for iPhone" was depreciated some time ago, so I imagine you are reading some old docs. Now (since FB 4.5), it's just another target platform in a Flex Mobile Project. Before then it was part of the ADT compiler which could be run in ANT (or a really long command line string), and before then it was actually the "packager for iPhone".
    If you do not have FB 4.5 then maybe you can provide more info on the challenges your facing, and someone may be able to point you in the right direction.
    You may also want to give this a read: http://help.adobe.com/en_US/flex/mobileapps/WS064a3073e805330f6c6abf312e7545f65e-8000.html

  • FLASH 7 WORKS, NOT FLASH 8, NOR FLASH 9.

    Hi,
    It's been a while since most Flash Player users migrated from
    version 7 to version 8.
    All this time my version 8 never worked well. Neither did
    version 9.
    I was always getting an illegal instruction in module
    FLASH8B.OCX or FLASH9B.OCX.
    I just went back to version 7 only to discover that it works
    perfectly.
    Does anyone remember if they had a problem migrating from
    version 7 to 8?
    My OS is WIN98SE and I have IE version 6.
    Thanks for any help.

    Well I know you updated Flash however I'd recommend re-doing that step. If you still don't have luck you can do a reset of Safari. You will find that under the Safari menu.
    Finally if you cannot get Safari to cooperate until you find the solution Google Chrome comes with Flash pre-installed.

  • 11gR2 Vs Exadata- Flash Cache performance

    Flash Cache feature is available in both 11gR2 & Exadata. The difference being in 11gR2 it is an extension of the database buffer, however in Exadata it is a separate hardware component in the storage server.
    Apart from this, I would like to know how the Exadata Smart Flash Cache is superior to the 11gR2 flash cache? Is it that the 11gR2 flash cache is not "smart" and ends up caching data that is not useful in terms of caching.
    The 11gR2 oracle documentation does not seem to mention anything about this flash cache feature. Any idea?
    Edited by: museshad on Jun 8, 2011 2:13 PM

    Exadata Smart Flash Cache and Database Smart Flash Cache use SSD advantages.
    On Exadata, We don't need to change anything in Database (database machine). We just "create flashcache" on cell. and Exadata Environment not support 11gR2 feature (Database Smart Flash Cache), Because it has Exadata Smart Flash Cache.
    http://surachartopun.com/2011/02/how-to-use-exadata-smart-flash-cache.html
    On 11gR2 (none Exadata) and have flash disk, we can use Database Smart Flash Cache, We have to change 2 initialization parameters on database.
    db_flash_cache_file
    db_flash_cache_size
    http://surachartopun.com/2010/02/oracle-11gr2-flash-cache.html
    Flash Cache feature is available in both 11gR2 & Exadata. On Exadata, we use Exadata SMart Flash Cache.
    On None Exadata, we use database smart flash cache.
    *** Exadata Environment not support 11gR2 feature (Database Smart Flash Cache) ***
    The difference being in 11gR2 it is an extension of the database buffer, however in Exadata it is a separate hardware component in the storage server.when we get data, we read from disks to database buffer, when blocks are evicted from database buffers, they are stored in flash cache. After that ... someone get data again -> oracle read in database buffer cache, if not found, then oracle read in flash cache(if not found, oracle read from disks)
    read more:
    http://www.oracle.com/technetwork/articles/systems-hardware-architecture/oracle-db-smart-flash-cache-175588.pdf
    http://www.oracle.com/technetwork/middleware/bi-foundation/exadata-smart-flash-cache-twp-v5-1-128560.pdf
    Apart from this, I would like to know how the Exadata Smart Flash Cache is superior to the 11gR2 flash cache? Is it that the 11gR2 flash cache is not "smart" and ends up caching data that is not useful in terms of caching.read 2 above whitepapers.

  • Need RAC/ASM multinode flash cache configuration advice

    We have a working two-node RAC database. We are installing a new 640gb fusion flash card in each node. The card is a double-card, so that it shows up as two devices: /dev/fioa and /dev/fiob on each node.
    We have created two private disk groups, one on each node. The disk group on node 1 is "+FLASHCACHE" and the disk group on node 2 is "+FLASHCACHE2".
    We haven't found any specific examples of how to configure the init parameters for flashcache on RAC/ASM. We are guessing that we should do the following. If someone would critique and confirm or suggest something different, we would appreciate it very much!
    prod1.db_flash_cache_file='+FLASHCACHE/flash1'
    prod2.dg_flash_cache_file='+FLASHCACHE2/flash2'
    *.db_flash_cache_size=600G
    Thanks for any advice.
    Jim
    Edited by: jimbev90 on Jan 5, 2012 8:18 AM

    Hi Jim,
    prod1.db_flash_cache_file='+FLASHCACHE/flash1'
    prod2.dg_flash_cache_file='+FLASHCACHE2/flash2'
    *.db_flash_cache_size=600GYour configuration is correct.
    Database Smart Flash Cache is not shared across RAC nodes; it is private to each RAC instance. For that reason, each RAC instance must define its own local flash cache file path. When the flash cache is managed by ASM, a separate diskgroup is needed for the flash cache of each instance.
    You can use ALTER SYSTEM to set db_flash_cache_size to zero to disable the flash cache. You can also use ALTER SYSTEM to set the flash cache back to its original size to reenable it.
    Read this white paper Oracle Database Smart Flash Cache
    http://www.oracle.com/technetwork/articles/systems-hardware-architecture/oracle-db-smart-flash-cache-175588.pdf
    Regards,
    Levi Pereira

  • Flash mx v.s flash

    hey guys, i have a simple question.
    What is the difference between
    flash pro version 8 and
    flash mx pro 2004 version 7
    i have the flash mx pro 2004 v.7 , but i heard the flash "no
    mx" pro v.8 is better.
    is that thru ?
    and can i do same thing with v8 ?
    thanks

    quote:
    Originally posted by:
    LuisDesigns
    reason why i ask its because my boss is willing to pay for it
    . And i need the dreamweaver also. Apparently he wants to get me
    the package ( flash pro v8 + flash dreamweaver + flash fireworks.
    I have flash MX 2004 pro , I JUST WANNA MAKE SURE I CAN DO
    SAME THINGS WITH THE NEW ONE IF I GET IT.
    Simple answer (repeating what others have just said):
    Flash 8 is a newer version of Flash. "Flash MX 2004 Pro" is
    just an awkward marketing name. It is in reality Flash 7. The "MX"
    is meaningless and does not imply any extra features. Flash 8 is
    not "Flash MX 8", just because the "MX" was an annoying and
    confusing pair of useless trendy-sounding letters that were put
    there by the marketing team and later removed. Flash 8 will do
    everything that Flash MX 2004 will do, plus extra. Sort of obvious
    in all the other responses above. Please believe everybody.
    To get Dreamweaver and Flash and the rest, get Adobe Studio
    8, which bundles them together and saves some money.

  • Image requests from flash gallery are not caching

    The image requests that happen from a flash gallery are not getting cached in Safari browser, they get cached properly in IE, Firefox & Chrome.
    For Example - Load the following gallery (http://www.monoslideshow.com/demo/) in Safari browser, and monitor the HTTP requests using Charles proxy tool or any other similar tool.
    The images are downloaded during the 1st iteration of the gallery, which is expected, but even for the further iterations the images are downloaded from the source, rather than taking from the cache.

    Hello All,
    It was disappointing not receiving a reply from anybody on
    the
    following.. Please provide me some insight.
    Thanks.
    Warm Regards,
    Parag Shah
    Parag Shah wrote:
    > Hello All,
    >
    > We are creating a drawing application. As usual, it has
    a canvas and all
    > the necessary tools. We do have an option viz. canvas
    size which allows
    > to have larger canvases. However, when the user chooses
    larger canvas,
    > the application size remains the same but the canvas now
    has scrolls
    > (using scroll pane) revealing more space by scrolling.
    Now, the problem
    > is while we save the canvas image. If the canvas size is
    minimal (so
    > that there are no scrolls) naturally everything which is
    seen is saved
    > as a JPEG file. However, when the canvas size is larger,
    only that much
    > part gets saved which is visible and fit within the
    viewing area. Of
    > course we can scroll and see the other part of the
    drawing but it saves
    > only the frame currently within the view and not the
    entire drawing.
    >
    > We are using Flash 8, AS 2.0 (which is inevitable
    looking into the
    > project requirements).
    >
    > Desperately seeking help!!!
    >
    > Thanks in advance.
    >
    > Warm Regards,
    >
    > Parag Shah

  • Flash plug-in not listed in the Safari installed plug-ins page

    Dear all,
    I'm running Mac OS 10.5.8 on a Intel Imac and I'm facing the same problem since the first time I wanted to upgrade the version 10 of the Flash plug-in.
    I have different accounts and various internet browsers (Safari, FireFox, Opera, Chrome) only Safari, on my main account (admin), causes problems. Actually the plug-in (10.3) is properly installed in  /Library/Internet Plug-Ins/, so common to all accounts (the users' Internet Plug-Ins folders are empty) and it is visible from the System Preferences application.
    Internet Plug-Ins folder content:
    AdobePDFViewer.plugin
    CANONiMAGEGATEWAYDL.plugin
    CANONiMAGEGATEWAYLI.plugin
    DirectorShockwave.plugin
    Flash Player.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    JavaPluginCocoa.bundle
    npContributeMac.bundle
    nsIQTScriptablePlugin.xpt
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    QuickTime Plugin.webplugin
    VerifiedDownloadPlugin.plugin
    But Safari doesn't lists the flash plug-in in the installed plug-ins page and returns a missing plug-in error message as I visit any website containing a flash movie. When I replace the current plug-in with version 10.0.r2 it works fine.
    Before installing any upgrade I first run the uninstaller, restart the computer and then install the newest version. I tried many things to fixe this very annoying problem without success. I'm not going to list all of them but I mainly cleared Safari and Flash Player preferences, Safari Cache.db, removed all other plug-ins (to check for conflicts). I also used some tools as Apple Disk utily and OnyX to repair disk permissions and fix other possible problems.
    I would be very grateful if you could help me!

    Hello Chris,
    Any other suggestions? Because this story drives me crazy !
    I don't know if it matters, but  Flash CS4 is installed on my Mac.
    Event if it doesn't make sense I tried to clear any file related to the flash plug-in, Flash Player and Safari
    Safari:
    com.apple.Safari.plist
    Cache.db
    Flash:
    ~/Library/Caches/Adobe/Flash Player/
    ~/Library/Preferences/Macromedia/Flash Player/
    com.macromedia.Flash Player Debugger.app.plist
    Flash Player Debugger_00000000-0000-1000-8000-0016CB846CCB_CrashHistory.plist
    Flash Player_00000000-0000-1000-8000-0016CB846CCB_CrashHistory.plist
    com.adobe.flash-10.0.plist
    Flash 10 MRU
    flashplayer.xpt
    I have uninstall Flash Player Debugger and the Flash Plugin
    removed all plug-ins from /Library/Internet Plug-Ins
    Replaced all previous versions of Flash player by the latest version (10.3r183)
    I ran all OnyX maintenance scripts and repaired disk permissions
    After restarting the computer I installed the plug-in and replaced all previous plug-in version everywhere
    e.g. : /Library/Application Support/Adobe/Flash Player/Flash Player.plugin
    Restarted again and then launched Safari. The plugin is well in /Library/Internet Plug-Ins folder, but not listed in installed plug-ins list
    I repeated this "procedure" several time, from different accounts, I also removed the admin rights on the problematic account and perform the installation from a new admin account without success!
    I can drop any plug-in in the Internet Plug-Ins folder and I only have to refresh the the Installed Plug-ins page in order that Safari takes it into account. All, but the flash plug-in! 
    I really do no understand why Safari can't "see" newer plug-ins than the 10.0 version.
    I'm lost and ran out of ideas!

  • Can't seem to clear Flash cache in Firefox 4 on Windows 7 (64-bit)

    When updating my work's webpage, I cannot seem to get a certain flash component to update. It works fine in IE so I know that it's not on the server's side. I have tried clearing all cache and even private browsing. Nothing I do will cause Firefox to show the updated information. Is there any other way to clear the flash cache other than using Firefox's Clear Recent history feature?

    Thank you for finding that driver Mikey. The information at the download site is confusing me. The first version listed is the version I have BUT it appears to me that the first listed applies to Windows7 32 bit. I have 64 bit and that number is off the wall. Also, I was looking for Broadcom since that's the driver I have. Somehow you were able to recognize the driver. I made a restore point and removed Ready Comm and it worked out okay. I would hope sometime in the future Lenovo would identify their drivers so that people who aren't familiar with all of this can recognize what they need. I think you're probably right that that is the driver I have. Thank you again.

  • Some Flash Sites are not displayed with Flash Player 9

    Hello everyone,
    After having upgraded to Flash Player 9 I cannot view some
    flash sites on either FF or IE.
    I have checked around with other users also and they cannot
    see them either.
    Although the page seems to be loading with title etc. it
    remains blank or it shows a blank block where it is supposed to be
    the flash movie.
    The problem is that it only happens to dynamic flash sites
    that load text and images from external documents.
    With Flash Player 8 they worked just fine.
    The problem is that it is our company's page so we want to
    have it up and running for everybody.
    You can check the page here:
    http://www.ideaspot.gr
    Any help would be appreciated.
    Thank you in advance

    "Jeckyl" <[email protected]> wrote in message
    news:e975l6$94n$[email protected]..
    >> I had this kind of problem with Flash sites that
    were made with Swish Max. Swish had to release a patch to fix old
    swfs made with
    >> Swish so that they would work again with the Flash 9
    player. It was still not 100% working right so I had to convert
    files to
    >> Adobe Flash. Took a lot of work and was a real pain
    in the arse.
    >
    > What do you mean "still not 100% working right" .. the
    patch from SWiSHzone fixes SWF files correctly to work with FP9 ..
    there
    > was only one issue involved and it corrects thar ..
    there should be no need to do anything with converting to Adobe
    Flash to fix
    > the problem. Perhpas you simply uploaded the wrong files
    ( a lot of people who fixed their swf files then loaded the old swf
    > files back to their server .. or didn't clear their
    internet caceh and so did not see the fixed files anyway).
    When a customer's business website goes down after installing
    Flash Player 9 he just wants the site back up. First I had to
    figure
    out that they installed the Flash 9 player and then I had to
    go to the Swish site to find out that Swish files won't run right
    on
    the Flash 9 player unless they get patched first. After
    running the downloaded patch on all the swfs on the site (yes
    uploaded
    correct files and cleared the cache) there were still odd
    things happening. I didn't have time to analyze why this was so, I
    just
    had to put the site back up and fast. Now that I have that
    site back up (I have others that will need fixing too, no doubt), I
    will go back and test everything again with Swish.
    There are a whole lot of hours being lost over this
    Swish/Flash9 player issue. Regardless of who's fault it is, there
    are many
    Flash sites down now.
    tralfaz

  • 11.2 Flash Cache feature

    I an 11.2 RAC database running.
    I tried to enable Flash Cache
    db_flash_cache_file
    db_flash_cache_size
    when I tried to start the database i get these errors
    ORA-00439: feature not enabled: Server Flash Cache
    ORA-01078: failure in processing system parameters
    Does anyone know how to enable the feature?
    Daniel

    i wonder if Oracle is using ordinary SSD in Exadata Storage Cell to enable the smart flash cache feature. Has anybody seen an Exadata V2 and can report if there are SATA/SAS - SSDs with an ordinary hard disk controller build into the storage cell or if they do it a somehow other way. All i have read is that these flash devices are not filled by a LRU algorithm. I am really interested in technical details.http://www.oracle.com/technology/products/bi/db/exadata/pdf/exadata-technical-whitepaper.pdf
    Each Exadata cell comes with 384 GB of Exadata Smart Flash Cache. This solid state storage delivers dramatic performance advantages with Exadata storage. It provides a ten-fold improvement in response time for reads over regular disk; a hundred-fold improvement in IOPS for reads over regular disk; and is a less expensive higher capacity alternative to memory. Overall it delivers a ten-fold increase performing a blended average of read and write operations.
    The Exadata Smart Flash Cache manages active data from regular disks in the Exadata cell – but it is not managed in a simple Least Recently Used (LRU) fashion. The Exadata Storage Server Software in cooperation with the Oracle Database keeps track of data access patterns and knows what and how to cache data and avoid polluting the cache. This functionality is all managed automatically and does not require manual tuning. If there are specific tables or indexes that are known to be key to the performance of a database application they can optionally be identified and pinned in cache.There look to be two important advantages over regular SSD attached to an Oracle database here: that the caching is in combination with the Oracle Database (not just LRU, just as you point out yourself), but also that the storage cell's SmartScan technology will only project the required rows and columns to the database server so that higher effective bandwidths are achieved.

  • Flash 11, does not play some content, cannot fix

    I updated to flash 11 this past week, worst decision ever.  This is what is going on, and the steps I've taken to resolve it.
    OS: Windows 7 64 bit professional edition.
    Browsers:  Firefox, Chrome, Safari, IE 9
    Thursday (before update): Have had an issue with a facebook game, would load the game, but not the "invite neighbors" or "send gifts" type of page.  I decided to clear my flash cache.  After doing so, the game didn't load at all.  This is what led me to update my flash player.
    Friday - Updated to flash 11.  Game didn't work at all, I couldn't load the video on www.watchtheguild.com (it always loaded the most recent episode on the default page, no longer...).  Youtube works, I play flash games on kongregate (most do NOT work, only tyrant does that i have found).  When I try loading something that doesn't work, it's just a black screen, nothing else. I've tried setting storage settings to unlimited and walking away to see if it eventually loads.. it doesn't.
    Friday&Saturday - uninstalled, reinstalled, unistalled, reinstalled, checked settings, cleared caches, checked plugins enabled, etc. etc. etc.  googled googled googled.  (FYI - for each install/uninstall I right click and run as admin). 
    Sunday(today) - did the registry thing with subinacl + reset fp10.... twice.  The issue is consistent with all browsers, so you would think it was the registry right? apparently not. 
    I'm out of ideas here.  I've tried shuttting down my anti virus (AVG), and all background programs from the task manager before install/uninstall.  I'm downloading an archived versin of 10.1 in hopes that I can get back what I had before, somehow I doubt it.
    I do have adobe flash professional cs5, could that be an issue?!?!?!?  I need help and ideas on what I can do next aside from reformatting my entire F*&*^$@# hard drive and starting over entirely from scratch, which I do not want to do since it would take weeks to get back what I have on my PC. 
    Should I try uninstalling adobe development stuff? I'm going crazy here.

    ManaBarbie,
    Sorry to notice your post and your situation as well. You said you cleared flash cache. Which file(s) did you remove?
    Hitomi

  • Db flash cache file on ASM for RAC

    Dear guys/gurus,
    I am installing RAC 11.2 on Solaris 10 sparc. After RAC intallation finish i want to do the db flash cache.
    On each node, i have 4 SSD Disk and want to create 2 diskgroup FLASH1 on node1 and FLASH2 on node2 for db_flash_cache_file
    inst1.db_flash_cache_file=+FLASH1/flashfile01
    inst2.db_flash_cache_file=+FLASH2/flashfile02
    The question is, in RAC how can i create a local diskgroup example FLASH1 is only mount on node1 and the same for FLASH2. Because when the database startup it try to mount FLASH1 on both node, also FLASH2 and thrown an error if node 2 can not see +FLASH1.
    Please advise, So thanks and best regards
    Ch

    Hi Sharma,
    RAC and DB version is 11.2.0.2. Yes, as you said, it may involved in hard dependency
    When i start db the error come : Unable to start ‘ora.dbvn.db’ because it has a ‘hard’ dependency on ‘ora.FLASH1.dg’
    ./crsctl start res ora.dbvn.db –p | grep DEPENDENCIES
    START_DEPENDENCY=hard(ora.DATA.dg,ora.ARCH.dg,ora.REDO1.dg, ora.REDO2.dg,ora.FLASH1.dg) …
    Ch

  • How to confirm object has been pinned into exadata flash cache

    Hi ,
    Just wanted to confirm , if object has been pinned into flash cache
    SQL>  select segment_name,cell_flash_cache from user_segments where cell_flash_cache='KEEP';
    no rows selected
    SQL> alter table scott.emp storage(cell_flash_cache keep);
    Table altered.
    SQL> select * from scott.emp;
    SQL> select segment_name,cell_flash_cache from user_segments where cell_flash_cache='KEEP';
    no rows selected.

    As the author of the mentioned blog post, I should add a point of clarification:  unlike a shared-pool pin, setting cell_flash_cache to KEEP merely prioritizes the object for flash cache usage.  It's still possible to have all or some of the object on disk based on read patterns.  Prior to storage server 11.2.3.3.0 it was necessary to use KEEP for non-full scans to populate the cache, but that's no longer the case.  Since that change I've run into very few situations where CELL_FLASH_CACHE KEEP was required;  mostly the storage server does the right thing on its own.
    Hope this helps!
    Marc

  • How do I stop deleting flash cache storage

    Not an urgent matter, but I've looked around the internet and found nothing of a solution on the matter. Where's the flash cache on a Mac and how do I prevent it from being deleted?
    I downloaded the game VVVVVV from Steam for Mac, and I've read that as a flash-game it stores its save data in the flash cache, which is prone to being deleted quite frequently to "enhance security" and what not. I don't know if there's a third party application like Adobe that deletes it or if it's a System Preference, but this purging of my flash data has got to go.
    Update: When visiting this website http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man ager03.html it seems I can change the settings of Flash Player, would changing the amount of disk space (under global storage settings) allow VVVVVV to save files to my computer??

    Have you tried reporting this issue to the developer of VVVVVV? I believe TerryCavanagh is the developer for VVVVVV. If you go to his website, and lick on the "Email" tab, you should be able to contact him about this issue.
    Flash cookies are stored in "~/Library/Preferences/Macromedia/Flash Player". you should be able to get there by:
    go to dock
    click on finder
    go to the menu bar
    click on the go menu
    chose "go to folder"
    put in the address "~/Library/Preferences/Macromedia/Flash Player"
    click the go button
    if you copy this folder; you should back up all the flash cookies. witch... hopefully will let you keep you flash game saves.
    flash has a cache is in:
    ~/Library/Caches/Adobe/Flash Player
    If your running the latest version of flash player, it has a control panel. Witch can be found in System Preferences, Flash. the control panel should give you some control over how frequently flash cookies get deleted.

Maybe you are looking for

  • FCPX: Is there a way to show which clips in the browser exist in the currently open project?

    I have many clips (1000+) in my event for a travel/destinations style video. I edit many of these on a regular basis, and I am finding it very difficult to keep track of which clips I have already used in my project timeline. Is there a way to set th

  • Font in after effects blurry

    Hello all, I was creating some typography in after effects, I am very new to the software so this might be easily fixable and I may be being a bit silly, but My font all looked crystal clear and fine and all the fonts did, but then all of a sudden so

  • Open an existing Excel file created by Report Generation Toolkit

    How would I open an existing Excel file that has been created by the LabVIEW Report Generation Toolkit? Let me explain my application. I have made a test program to collect data on a device. Each time I run the program I want it to append a new row o

  • So confused - I need help

      Hello, everybody!  It seems that the more I read, the more confusing it gets. I am trying to help my husband fix his credit score. We have yet to pull his yearly credit raports, so at the moment we are only looking at what CK offers. Namely: 1. Cen

  • What is the difference in the features between Cisco prime 1.2 and Cisco prime 1.4 ?

    Dears, Please i need to know what is the difference in the features between Cisco prime infrastructure 1.2 and Cisco prime 1.4. Already i see the release note for each one but the release indicate only the New feature for every one. so i need to know