Tweaking Adobe Flash Player
From PardusWiki
(Difference between revisions)
(→Tweaking Adobe Flash Player 10) |
|||
| Line 3: | Line 3: | ||
AssetCacheSize = 0 | AssetCacheSize = 0 | ||
| − | [http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide/flash_player_admin_guide.pdf Flash player 10 administration guide] | + | For more detailed informations, see [http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide/flash_player_admin_guide.pdf Flash player 10 administration guide] |
Revision as of 20:01, 17 November 2008
As you may have noticed, flash player uses /tmp/plugtmp* directories for storing some sort of temporary files and it doesn't delete them causing a lot of stale plugtmp directories in /tmp. If you want those directories to be removed when you exit your browser, just add the following line to /etc/adobe/mms.cfg and save it:
AssetCacheSize = 0
For more detailed informations, see Flash player 10 administration guide