Full GC even when Max Heap is more than enough

Hi,
I have searched through the forum and I still cannot find something that is specific to this. Maybe I have misread or misunderstood so I am posting to see if anyone has a better insight.
Currently we have a JVM running in production and after some time, it will run a Full GC about every minute. There are plenty of heap size allocated (16GB) but it never get around to that number.
Below are the JVM settings and part of in the log where the Full GCs keep occurring.
JVM Settings:
java.extended.properties=-server -XX:+UseParallelGC -XX:ParallelGCThreads=8 -XX:NewRatio=1 -Xloggc:<filename_including_path> -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
Log:
Prior to this, there have been normal GC and no Full GC.
8008.860: [GC [PSYoungGen: 80490K->3128K(201536K)] 598949K->524407K(1599680K), 0.0100450 secs]
8008.870: [Full GC [PSYoungGen: 3128K->0K(201536K)] [PSOldGen: 521278K->168262K(1398144K)] 524407K->168262K(1599680K) [PSPermGen: 48726K->48726K(48896K)], 0.9232270 secs]
8016.336: [GC [PSYoungGen: 198400K->1572K(198784K)] 366662K->169834K(1596928K), 0.0077210 secs]
8017.353: [GC [PSYoungGen: 198756K->1696K(198784K)] 367018K->170486K(1596928K), 0.0079480 secs]
8018.315: [GC [PSYoungGen: 197650K->1533K(196352K)] 366440K->170427K(1594496K), 0.0066220 secs]
8021.174: [GC [PSYoungGen: 196349K->733K(196544K)] 365243K->169819K(1594688K), 0.0058580 secs]
8026.985: [GC [PSYoungGen: 194397K->2018K(194560K)] 363483K->171282K(1592704K), 0.0055860 secs]
8027.982: [GC [PSYoungGen: 194530K->2464K(194240K)] 363794K->172613K(1592384K), 0.0071310 secs]
8029.121: [GC [PSYoungGen: 193824K->3967K(194240K)] 363973K->189987K(1592384K), 0.0125690 secs]
8029.753: [GC [PSYoungGen: 194239K->5636K(198592K)] 380259K->193888K(1596736K), 0.0126180 secs]
8030.945: [GC [PSYoungGen: 194555K->7823K(195968K)] 382807K->196768K(1594112K), 0.0086320 secs]
8037.747: [GC [PSYoungGen: 195919K->5195K(196544K)] 384864K->194605K(1594688K), 0.0083580 secs]
8038.561: [GC [PSYoungGen: 192203K->2858K(188800K)] 381613K->196308K(1586944K), 0.0089920 secs]
8039.445: [GC [PSYoungGen: 188778K->1536K(193984K)] 382228K->195431K(1592128K), 0.0062260 secs]
8041.325: [GC [PSYoungGen: 186368K->1201K(185024K)] 380263K->195310K(1583168K), 0.0055030 secs]
8046.393: [GC [PSYoungGen: 185009K->1091K(191552K)] 379118K->195810K(1589696K), 0.0069350 secs]
8049.140: [GC [PSYoungGen: 183875K->1884K(183680K)] 378594K->197150K(1581824K), 0.0086420 secs]
8050.023: [GC [PSYoungGen: 183644K->2336K(188352K)] 378910K->198290K(1586496K), 0.0075260 secs]
8050.883: [GC [PSYoungGen: 183072K->760K(180480K)] 379026K->196847K(1578624K), 0.0063370 secs]
8055.104: [GC [PSYoungGen: 180472K->653K(186304K)] 376559K->197021K(1584448K), 0.0059920 secs]
8060.021: [GC [PSYoungGen: 179405K->1824K(179648K)] 375773K->198383K(1577792K), 0.0062650 secs]
8060.824: [GC [PSYoungGen: 179616K->1728K(183232K)] 376175K->198716K(1581376K), 0.0055290 secs]
8062.169: [GC [PSYoungGen: 178560K->896K(176768K)] 375548K->197960K(1574912K), 0.0056060 secs]
8063.377: [GC [PSYoungGen: 176768K->597K(181120K)] 373832K->197864K(1579264K), 0.0079390 secs]
8068.465: [GC [PSYoungGen: 175509K->2509K(176512K)] 372776K->200014K(1574656K), 0.0052340 secs]
8069.802: [GC [PSYoungGen: 47592K->482K(180544K)] 245096K->198601K(1578688K), 0.0058060 secs]
8069.808: [Full GC [PSYoungGen: 482K->0K(180544K)] [PSOldGen: 198118K->169154K(1398144K)] 198601K->169154K(1578688K) [PSPermGen: 50863K->50863K(86016K)], 0.6434610 secs]
8071.821: [GC [PSYoungGen: 173952K->2464K(175488K)] 343106K->171619K(1573632K), 0.0071720 secs]
8072.577: [GC [PSYoungGen: 175456K->1162K(177152K)] 344611K->170547K(1575296K), 0.0059360 secs]
8073.323: [GC [PSYoungGen: 173258K->1440K(172672K)] 342643K->171187K(1570816K), 0.0058680 secs]
8077.257: [GC [PSYoungGen: 172640K->672K(174912K)] 342387K->170614K(1573056K), 0.0052860 secs]
8083.703: [GC [PSYoungGen: 170976K->1706K(171136K)] 340918K->171817K(1569280K), 0.0047670 secs]
8084.518: [GC [PSYoungGen: 171114K->2400K(172672K)] 341225K->173057K(1570816K), 0.0070080 secs]
8085.335: [GC [PSYoungGen: 170912K->1504K(169152K)] 341569K->172760K(1567296K), 0.0047610 secs]
8090.280: [GC [PSYoungGen: 169120K->704K(170496K)] 340376K->172151K(1568640K), 0.0066940 secs]
8094.745: [GC [PSYoungGen: 167424K->1312K(167232K)] 338871K->173002K(1565376K), 0.0064510 secs]
8095.480: [GC [PSYoungGen: 167200K->2016K(168512K)] 338890K->173955K(1566656K), 0.0034560 secs]
8096.580: [GC [PSYoungGen: 167072K->864K(165120K)] 339011K->172939K(1563264K), 0.0062540 secs]
8098.771: [GC [PSYoungGen: 165088K->667K(166592K)] 337163K->172963K(1564736K), 0.0042480 secs]
8105.528: [GC [PSYoungGen: 164059K->1425K(164032K)] 336355K->174009K(1562176K), 0.0043110 secs]
8106.532: [GC [PSYoungGen: 163985K->3047K(165504K)] 336569K->176177K(1563648K), 0.0058110 secs]
8107.305: [GC [PSYoungGen: 164775K->2560K(163456K)] 337905K->176491K(1561600K), 0.0060040 secs]
8108.011: [GC [PSYoungGen: 163456K->2228K(163584K)] 337387K->176346K(1561728K), 0.0056100 secs]
8111.550: [GC [PSYoungGen: 162356K->932K(160320K)] 336474K->175304K(1558464K), 0.0061080 secs]
8116.379: [GC [PSYoungGen: 160292K->1920K(161600K)] 334664K->176740K(1559744K), 0.0048300 secs]
8117.094: [GC [PSYoungGen: 160512K->2821K(160704K)] 335332K->178210K(1558848K), 0.0060000 secs]
8117.782: [GC [PSYoungGen: 160645K->1580K(160064K)] 336034K->177700K(1558208K), 0.0053460 secs]
8118.328: [GC [PSYoungGen: 158636K->1819K(158144K)] 334756K->178403K(1556288K), 0.0071820 secs]
8121.513: [GC [PSYoungGen: 158052K->3745K(159296K)] 334637K->180761K(1557440K), 0.0074850 secs]
8127.213: [GC [PSYoungGen: 159265K->2056K(156864K)] 336281K->179362K(1555008K), 0.0063830 secs]
8127.986: [GC [PSYoungGen: 156808K->2072K(157056K)] 334114K->180479K(1555200K), 0.0047890 secs]
8128.563: [GC [PSYoungGen: 156056K->1536K(154816K)] 334463K->180242K(1552960K), 0.0063460 secs]
8129.491: [GC [PSYoungGen: 154816K->661K(155904K)] 333522K->179586K(1554048K), 0.0045530 secs]
8130.461: [GC [PSYoungGen: 36243K->320K(156544K)] 215168K->179612K(1554688K), 0.0057870 secs]
8130.467: [Full GC [PSYoungGen: 320K->0K(156544K)] [PSOldGen: 179292K->169917K(1398144K)] 179612K->169917K(1554688K) [PSPermGen: 50866K->50866K(86016K)], 0.6929110 secs]
8138.407: [GC [PSYoungGen: 152576K->1440K(154816K)] 322493K->171357K(1552960K), 0.0063690 secs]
The pattern repeats itself...
Adrian

Are you using RMI? Have you adjusted sun.rmi.dgc.server.gcInterval and sun.rmi.dgc.client.gcInterval from their default values for calling System.gc()? I gather (from the format of your logs) that you are running an older JVM, where the default RMI GC intervals were 60000 milliseconds (1 minute). In later JVM's, the default RMI GC interval was increased to 1 hour. See the [JavaTM RMI Release Notes for JDK 6|http://java.sun.com/javase/6/docs/technotes/guides/rmi/relnotes.html] for some details on this.
Otherwise you might be using some third party code that calls System.gc() periodically. A later JVM will show "(System)" in the full GC output for collections that were caused by a call to System.gc(). You can effectively disable that behavior with the -XX:+DisableExplicitGC command line option, though that might have bad effects on your application if the third party code needed those full collections. But it would be diagnostic.

Similar Messages

  • TS1702 Does any one know how to solve this iPod touch error: I am tryin to pay for an app but I can because it says that I don't have enough space when I actually have more than enough space to download it so please help me

    Does anyone know how to solve this problem: I a trying to download a paid app but I cannot because the AppStore says that info not have enough space to download it even though I have more than enough space so if any of you know what can solve this problem then please let me know

    The app is compressed and needs swap space to install. As a rule of thumb you need 3 times the listed size of the app available, or in your case 4.6GB. You only have 1.7GB.

  • I keep getting "startup disk full" message even when I already moved all my files/documents to an external hard disk

    Dear all,
    What should I do? I keep getting the "startup disk full" message even when I already moved all my files and documents to an external hard disk.
    Thanks a heap.

    For information about the Other category in the Storage display, see this support article.
    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
    iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then reboot. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of your data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    If you're using Time Machine to back up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of files you've recently deleted. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) to explore your volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install ODS in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The application window will open, eventually showing all files in all folders, sorted by size with the largest at the top. It may take a few minutes for ODS to finish scanning your files.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with ODS, quit it and also quit Terminal.

  • After the new update my ipad4 will not do a full recharge even when turned off overnight and the battery goes flat it 2 hours  it is driving me crazy as I had to stop all apps but still not helping

    After the new update my ipad4 will not do a full recharge even when turned off overnight and the battery goes flat it 2 hours  it is driving me crazy as I had to stop all apps but still not helping but my iPhone 5 is great no troubles at all HELP

    Do you place the ipod in the dock during the night? I did this once and the other day the battery was almost empty because it kept on playing after it rested in the dock.
    Here is more info about battery life and exchange program: http://support.apple.com/kb/HT1322
    and http://www.apple.com/support/ipod/service/battery/

  • Why does adobe premier elements render my video everytime i change something in it even when i have lots more of the video to edit? other editing software only seems to render at the start then lets you edit until your ready to save at the end.  Constant

    why does adobe premier elements render my video everytime i change something in it even when i have lots more of the video to edit? other editing software only seems to render at the start then lets you edit until your ready to save at the end.  Constant rendering means its almost impossible to edit anything. Please help.

    H TheGamer
    What version of Premiere Elements and on what computer operating system is it running? It will not influence my answer but will give me information in case I need to get into version specifics to detail my answer further.
    Timeline rendering is a preview matter. It does not fix anything, but it is your window of opportunity to catch of problem sooner than latter. If the Timeline rendering indicator displays orange (11 or higher) for the line above the Timeline content, that is the project telling you that you are not getting the best possible preview of the playback of that content in the Edit area monitor. And, every time you edit a file, you have altered the file from the time before. So, if you want to see the best possible for what you now have, you Timeline render. This is particularly helpful when you are dealing with titles, effects, transitions, and non native formats. You cannot turn off the Timeline render indicator system, at least none that I have ever found nor seen reported. You can do selective Timeline rendering by having the gray tabs of the Work Area Bar span only the Timeline segment that you want Timeline rendered.
    Consequently, you either ignore the Timeline render indicator system, move on in the project, and take your chances in the outcome or you Timeline render to get your best possible preview if the Timeline render indicator is suggesting that you do so.
    I am not approving or disapproving of this project feature, just commenting on the what is.
    This is not Adobe. Rather user to user. If you want to have your voice heard at Adobe, you might consider filing an Adobe Feature Request Bug Report Form.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Please consider.
    ATR
    Add On...it is also possible to do Timeline rendering in a project, save close the project, and reopen it to find your previously "green" lined content now "orange", indicating unrendered. Yet the preview files generated originally by Timeline rendering are still existing in their hard drive save location. That is another story for other time.

  • I have an iPod touch 4th gen that is in iOS 6.1 it's showing another update in the settings for iOS 6.1.6 but even if I wait for more than 30mins it won't show. Can anyone help me. Thank you and Godbless

    I have an iPod touch 4th gen that is in iOS 6.1 it's showing another update in the settings for iOS 6.1.6 but even if I wait for more than 30mins it won't show. Can anyone help me. Thank you and Godbless

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - Try when connected to another network
    - Update via iTunes on a computer.

  • Why does does my MacbookPro screen keeps shutting off when I open it more than halfway?

    I Have a very new Mac, and for some reason, the screen goes black when I open it more than halfway. It happens to all the users, and even if it is or isn't charging. The brightening keys also doesn't do anything for it. I don't know if this is connected, but I also have half of the lights on at the dock, it kind of looks like lights on a stage.......
    please help if you can. i can't live like this anymore! 

    Anything that is repeatable can be fixed at the genius bar.
    You appointment for an evaluation is free at an Apple store, in warranty or out.

  • What phones have max jar file more than 300 kB?

    What phones have max jar file more than 300 kB? Model and max jar size, please.

    300k - thats really much.
    I'm pretty sure no phones support such big midlets when installed over-the-air.
    However, heres a link to the mobile database of Nokia:
    http://www.forum.nokia.com/main/0,6566,015-Band-GSM-9,00.html#matrix
    As you can see, it seems the Nokia6600 doen't have a max-midlet size...
    lg Linuxhippy

  • Export to Text failing when Report height is more than 23 inches

    I have a problem while exporting to Text, when report height is more than 23 inches. It's failing with "an unhandled exception occurred in crw32.exe [3856]"
    Both Crystal Reports 2008 and Crystal Reports XI Release 2 are failing. Export to PDF is working fine.
    I am trying to design a lengthy report and export to text.
    I searched in forum with out any results.
    It would be great, if some body can point me in right direction. Thank you.
    Regards,
    Raveendra

    Hi Raveendra
    To work around this error message, disable DEP by performing the following steps:
    1. Click Start > Settings > Control Panel.
    2. Double-click 'System'. The "System Properties" dialog box appears.
    3. Click the 'Advanced' tab.
    4. Click 'settings' under 'performance'.
    5. Click the 'Data Execution Prevention' tab
    6. Select 'Turn on DEP for all programs and services except those I select:'.
    7. Click 'Add'.
    8. Browse for the application CRW32.exe. This file is located in:
    C:\Program Files\Business Objects\Crystal Reports 12\
    9. Select CRW32.exe and click 'Apply'.
    10. Click 'OK' to close the 'System Properties' dialog box.
    11. Log on as an Administrator and start Crystal Reports.
    Now try to export report to the text format and observe the behavior.
    Regards
    Girish Bhosale

  • TS4123 This is not correct solution. I have fresh copy of Windows 7 64 bit and I have the same problem.  Autorun only shows the Bonjour service.  It started when try to sync more than one iphone.

    This is not correct solution. I have fresh/new copy of Windows 7 64 bit and I have the same problem. 
    Autorun only shows the Apple Bonjour service.  It started when try to sync more than one iphone over WiFi. I have two iphones and an iPad. I turned off syncing over WiFi and still has high CPU utilization. One of the CPU's is pegged at 100%.  It is the AppleMobileDeviceService.exe process.

    For the record, I then followed the suggestion of MarcDCMB in https://discussions.apple.com/thread/4291206 of just manually restarting the Apple Mobile Device service in Windows services.msc once each time after starting iTunes and the service no longer hogs CPU after that service restart.  Not too painful as a work-around, and apparently an effective one, but clearly not a solution to the problem.  Again, as above, all the other solutions didn't work for me and I have no conflicting software as far as I can tell. So you'd have to say this Apple's problem.
    Also FTR, I am still on the 5.2.0.6 version of the Apple Mobile Device Support MSI and I don't know if that is relevant to this work-around working but my sense is that it is NOT relevant.  I'll report back on this thread if I re-upgrade and the problem returns in spite of the service-restart approach.

  • How to add the rows formatted as table headings, Tables headings are repeated when a table spans more than one page.

    Hi all,
    i am facing problem while generating Test Result word document after successful execution of TestStand.
    The Problem is :
    i want to add rows Formatted as table headings, table headings are repeated when a table spans more than one page(marked as Red).
    Example:
    Page  No. 1
    |     Test case Number  |  Test Step number      |
    |      100                         |            100                   |
    Page  No. 2
    |     Test case Number  |  Test Step number      |
    |      200                         |            300                   |
    Test Result word document should generate with Table headings(marked as Red) in every pages of the document, but i am not getting as per above example.
    Please through light on this.
    Regards,
    Susa.

    Hi Santiago,
    Thank you very much for your valuable reply.
    i want to generate MS-word report for TestStand after successful testing using MS-word2000.
    Test report contains Actual values, Expected values and Pass/Fail status.
    In my program i have customized all  fields i can able to generate test report which contains Verification engineer name , test mode, test date, start time, end time Actual values, Expected values and Pass/Fail status.etc....
    To put all values of test case number, Test step number, Actual values, Expected values and Pass/Fail status in to table for each time, i will
    insert a row into table every time values arrives, once the table exceedes its page size it moves to the next page, next page should start with table row header  but it start with  values of above said parameters.
    so i'm not able to repeat table row header for each page.
    Please find the attached file for your reference.
    Attched file expected.doc  :   This file contains what i wanted to generate MS-word report. Here table row header "Test Case Number and Test Step Number " is repeated in second page.
    Attached file Actual output from source code.doc   :  This report generated from the source code. Here table row header "Test Case Number and Test Step Number" is not repeated in second page.
    Do you know any property to set "repeat as header row at the top of each page" using MS-word ActiveX in CVI/Labwindows.
    i think this information is sufficient for you,
    Still if you need some information please ask me.
    Thanks
    Susa.
    Attachments:
    Actual output from source code.doc ‏25 KB
    expected.doc ‏26 KB

  • Cant sync iPod touch.  comes up with "cannot be synced because there is not enough free space to hold all of the items in the iTunes library (21.6MB required, 304.8MB available)."  I am so confused.  I have more than enough space even on PC.

    cant sync iPod touch.  comes up with "cannot be synced because there is not enough free space to hold all of the items in the iTunes library (21.6MB required, 304.8MB available)."  I am so confused.  I have more than enough space even on PC.

    That message is telling you that you do not have enough stgorage on the iPod to accomodate all the media you are trying to sync to the iPod.
    Sync less
    iTunes: Syncing media content to iOS devices and iPod       
    Try syncing using the manual method                
    Managing content manually on iPhone, iPad, and iPod

  • When will Apple offer more than just THEIR brand of cases for the 6 Plus?

    I bought a Project Red leather case for my 6 Plus.  I have also ordered a Tech 21 case, but the shipping from the UK was $15.  I'd love to be able to order a couple of more Tech 21 cases, but I don't want to pay high shipping costs like that again. 

    Yes, I have.  I want Tech 21 since it is my favorite brand.  However, they are from the UK and it costs around $15 to ship to the U.S.  Apple generally has some awesome Tech 21 cases and I'm hoping that they'll offer them soon for the 6 Plus.  Any idea when Apple will offer more than just their brand on their online store?  The closest Apple retail store is a couple of hours from me....

  • HT201359 Do you have to have a credit card on file to gift an app or song - even if you have more than enough iTunes card credit?

    Do you have to have a credit card on file to gift an app or song - even if you have more than enough iTunes card credit?

    Yes, you need a credit card. You cannot use a credit balance to give a gift.
    Regards.

  • When I update applications more than one account appears.  How do I delete second account

    when I update applications more than one account appears.  How do I delete second account?

    I'm wondering if you have to Apples IDs or iTunes IDs and have puchased apps on both accounts.I have the same issue, and must supply both accounts' passwords in order to update apps. From my research here, there's no way to merge the two accouts. It is aggrivating, indeed.

Maybe you are looking for

  • Sub-contracting scenario

    Dear Gurus, We have two manufacturing units,one is an EOU(Export oriented Unit) and the other NON EOU unit. We get an export order (subcontracting order) for the EOU  from a client in country X.  Some of the processing is done in the EOU, and then se

  • How do I get all my music transferred to a new computer?

    I just got a new computer running Windows 7 as my old one died. I had all my itunes music backed up on an external hard drive and have copied it all to the new computer. I've downloaded itunes, now how do I get the music into itunes? I followed the s

  • My new mac has two drives. Will setup assistant transfer files correctly?

    My new iMac has a hard disc drive and a solid state drive. Does setup assistant transfer files from the old Mac to the new one by placing the files on one drive or on both? With setup assistant can I designate the SSD as the destination for transferr

  • Adobe Acrobat X Standard Install Question

    I purchased Adobe Acrobat X Standard with my computer from Dell.  I have the serial number.  How do I download the software??

  • Quicktime plugin pt_br doesn't works

    Hello, Sorry my poor english. I'm trying the best way/form to explain the problem Quicktime pt_br version has an error in your translation. The plugin MIME types have been translated! (vídeo/quicktime instead of video/quicktime, for example. or image