Usage of the G1 Garbbage collector

We wanted to test the G1 garbage collector that is available from the JDK1. 6 version with the Build 14, when tested the app that was previously running with the CMS (Concurrent Mark and Sweep) The time that is taken for the executtion of the application is less than that of when used with the G1 Collector, we did not configure any of the GC interval also.
But the Execution times are on the higher rate, per the documentation this will reduce the Execution time so that the apps execute faster.
Using MarkAndSweep
Total Time Taken for publish method call for IRIS 643 For PersonID 337166474163
Using G1 GC
Total Time Taken for publish method call for IRIS 864 For PersonID187544101467
Total Time Taken for publish method call for IRIS 697 For PersonID151493512468
Using MarkAndSweep
Total Time Taken for publish method call for hornetQ 248 For PersonID 337166474163
Using G1 GC
Total Time Taken for publish method call for hornetQ 395 For PersonID187544101467
Total Time Taken for publish method call for hornetQ 271 For PersonID151493512468
Java Opt for G1 GC
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC
Is there some thing that is wrong configuration we are using, the app is running on the JBOSS version 7.1.1

nicolasmichael wrote:
Hi,
the "memory limitation" does not have anything to do with garbage collection, but with the address space your operating system provides. On a 32bit operating system, your virtual address space is limited to <= 4 GB, depending on your operating system (for example 1.something GB on Windows and 3.something GB on Solaris). No.
Windows 32 bit has a 2 GB application space and can be configured to allow a 3GB space.
The Sun VM does not allow more because of the way that the executable is linked.
[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4358809]

Similar Messages

  • Why am I being charged data usage during the times my phone is not being used?

    I got a notice on my phone that my number has used all of its allowed data usage for the month.  I looked at my current usage and seen that I was being charged for data usage during the times that I am not using my phone.  I figured it up and it adds up to be more than the amount that you say I am over.  Explain please.

    Ok, what all should I turn off on my 5s and I should get any additional fees waived.  I just got this new phone about a week before Thanksgiving and never got a notice till it was full.  I have never went over before.  I also have never been told that I could be charged data even if I am not using my phone and I should make these changes to prevent this.
    Also, the phone was 2 days late getting to me.  So in addition to any additional fees that I may occur from the overage I should get a credit for the delay in my phone being sent.  Oh, and it probably would have been longer had I not called to see where it was at, which the guy that helped me put in the order and was to follow up the next day with a phone call to let me know what the status was and never did.

  • Comparing the BOM usage with the actual usage for materials.

    Hi All
    My client want to compare the BOM usage with the actual usage and have a report for this within a period? More specified they want to calculate the BOM usage, based on the requirement quantity from confirmation - but with out the scrap %. mulitplied with the confimed quantity of the header material.
    The actual usage should be based on  goods issuing from stock, either as goods issue to order (backflushing) or as goods issue to cost center. 
    I havent been able to indentiy a standard report for doing this - does some of you know a standard report?
    -  I was thinking of the following method:
    Look at  tabel RESB and compare it  with MSEG, but I have some diferent problems with this.
      - In resb there is no qty before scrap. 
      - The data amount from MSEG, is so huge so it is not possible to make a data search for a whole period (eg. month)
    Br. M

    There is one std report MCRX which gives a comparison of quanity in order and actual consumption,
    if it doesnt meet your need, you may have to create a custom report.
    logic can be find the quantites as per BOM for the produced quantities
    issued quantities to the order
    tables you may need are AUFK AUFM
    AFKO, STAS STPO
    MSEG, MKPO
    JEST ( if you want to filter using order status)

  • Best Practice: Usage of the ABAP Packages Concept?

    Hi SDN folks,
      I've just started on a new project - I have significant ABAP development experience (15 years+) - but one thing that I have never seen used correctly is the Package concept in ABAP - for any of the projects that I have worked on.
    I would like to define some best practices - about when we should create packages - and about how they should be structured.
    My understanding of the package concept is that they allow you to bundle all of the related objects of a piece of development work together. In previous projects - and almost every project I have ever worked on - we just have packages ZBASIS, ZMM, ZSD, ZFI and so on. But this to me is a very crude usage of packages, and really it seems that we have not moved on passed the 4.6 usage of the old development class concept - and it means that packages do not really add much value.
    I read in the SAP PRESS Next Generation ABAP book (Thomas Ljung, Rich Hellman) (I only have the 1st edition) - that we should use packages for defining separation of concern for an application. So it seems there they are recommending that for each and every application we write - we define at the least 3 packages - one for Model, one for Controller and one for view based objects. It occurs to me that following this approach will lead to a tremendous number of packages over the life cycle of an implementation, which could potentially lead to confusion - and so also add little value. Is this really the best practice approach? Has anyone tried this approach across a full blown implementation?
    As we are starting a new implementation - we will be running with 7 EHP2 and I would really like to get the most out of the functionality that is provided. I wonder what others have for experience in the definition of packages.
    One possible usage occurs to me that you could define the packages as a mirror image of the application business object class hierarchy (see below). But perhaps this is overcomplicating their usage - and would lead to issues later in terms of transportation conflicts etc.:
                                          ZSD
                                            |
                    ZSOrder    ZDelivery   ZBillingDoc
    Does anyone have any good recommendations for the usage of the ABAP Package concept - from real life project experience?
    All contributions are most welcome - although please refrain from sending links on how to create packages in SE80
    Kind Regards,
    Julian

    Hi Julian,
    I have struggled with the same questions you are addressing. On a previous project we tried to model based on packages, but during the course of the project we encountered some problems that grew overtime. The main problems were:
    1. It is hard to enforce rules on package assignments
    2. With multiple developers on the project and limited time we didn't have time to review package assignment
    3. Devopelers would click away warnings that an object was already part of another project and just continue
    4. After go-live the maintenance partner didn't care.
    So, my experience is is that it is a nice feature, but only from a high level design point of view. In real life it will get messy and above all, it doesn't add much value to the development. On my neew assignment we are just working with packages based on functional area and that works just fine.
    Roy

  • Is there a way to monitor CPU usage during the execution of a vi?

    I am wondering if there is a way, using LabView, to monitor the CPU usage during the execution of a vi. I want to be able to programmatically adjust the program controls based on the CPU usage. This program is designed to run all day in the background.
    Thanks!

    JAI wrote:
    > I am wondering if there is a way, using LabView, to monitor the CPU
    > usage during the execution of a vi. I want to be able to
    > programmatically adjust the program controls based on the CPU usage.
    > This program is designed to run all day in the background.
    >
    > Thanks!
    There are at least two Windows tools you can use to see CPU usage
    (depending on what version of Windows you have). The Task Manager
    (ctrl-alt-del) has a panel that shows CPU usage. There is another
    program that has more options as to what to watch. Under W2K, it is in
    the Administrative Tools in the Control Panel and is called Performance.
    Play around with adding various new "Counters".
    Another option is to measure CPU usage programmatically. George Zou
    has a tool that makes the appropriate dll call. Check out
    http://www.geocities.com/gzou999/index.html
    Regards,
    Dave Thomson
    David Thomson 303-499-1973 (voice and fax)
    Original Code Consulting [email protected]
    www.originalcode.com
    National Instruments Alliance Program Member
    Certified LabVIEW Developer
    Certified Instrument Driver Developer
    Research Scientist 303-497-3470 (voice)
    NOAA Aeronomy Laboratory 303-497-5373 (fax)
    Boulder, Colorado [email protected]
    There are 10 kinds of people: those who understand binary,
    and those who don't.

  • Usage of the xp20:matches() - String  function -reg

    Hi,
    Our current requirement is that if we receive the message that matches the pattern (Ie input starting with A to L) both inclusive(for eg : A123 , B567,... ,L890),we need to perform some routing in the mediator depending upon the message. I have tried to make use of the xp20:matches() function for checking the input, as per the dev guide.
    Sample code used in filter expression in mediator:
    <condition language="xpath">
    <expression>xpath20:matches($in.request/cb1:singleString/cb1:input,'^[A-L]*$')</expression>
    </condition>
    Is there anything wrong in the usage of the matches function, as there seems to be some issues in the filter expression.
    All the other logical functions and Startswith function seems to work well.
    Any pointers would help.
    Thanks
    Swathy

    Hi there,
    If you want to match any word which starts with A-L character then use ^[A-L]
    If you want to have exactly three numbers after first character (and nothing more) use ^[A-L][0-9]{3}$
    Regards,
    Milan
    Edited by: 849823 on Apr 5, 2011 12:59 AM

  • On my iPhone 5, the battery symbol and percentage won't change, even while charging or during usage throughout the day. The battery is however charging and draining properly from what I can tell.

    On my iPhone 5, the battery symbol and percentage won't change, even while charging or during usage throughout the day. The battery is however charging and draining properly from what I can tell.
    Has anyone had this issue or know of a fix?
    Thanks

    Try this
    Restart iPhone: Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for phone to restart (no data will be lost).
    Using the phone while charging doesn't create a problem.. I do it all the time

  • How to get CPU usage in the app?

    Is there any api that can get CPU usage through the code in an iphone app, thanks.

    Maybe you could use getloadavg():
    double la[3];
    getloadavg(la, 3);
    NSLog(@"%f - %f - %f", la[0], la[1], la[2]);

  • Differences between the Portal Data Collector and the Activity Data Collect

    Hello,
    I want to know what are the differences between the Portal Data Collector and the Activity Data Collector?
    Best Regards.
    Pablo Mortera.

    All of my SQL Server instances  are sql server 2008r2 standard edition(10.50.2500). MDW is existing database, I try to setup collection sets for multiple instances and store data in one central MDW database 
    I create MDW in one instance, then run run configure Management Data Warehouse in target intance. collection sets were created successfully, but job failed with following error:
    Executed as user: COCAD\INTDEPT01SQLAgentC10. The Management Data Warehouse version "00.00.0000.00" is not supported by the current data collector. Please upgrade the Management Data Warehouse by running the Management Data Warehouse Configuration
    Wizard.  Process Exit Code 5.  The step failed.
    Thanks
    PAULqaz

  • What is the use of item usage in the item category determination.

    Hi,
    What is the use of item usage in the item category determination.
    can any one please give me config setting where from actually the system will take the item usage and background functionality
    thanks
    Kuntla

    hi,
    thanks for the answers,
    Then how the system will no that it is a service item , or it is a free item.
    the above can be done in item category.
    then what is the user of item usage
    thnaks
    kunlta

  • Is there any Vi for getting the CPU and Memory usage of the Local as well as Remote System

    Is there any Vi for getting the CPU and Memory usage of the Local as well as Remote System

    Find the attachment(LV8.5) for local machines. 
    You can use shared variables to monitor the remote machine's usage.
    Attachments:
    Task Monitor 85.vi ‏25 KB

  • How can I reduce the size of "Others" in iTunes' information bar for iPhone usage at the bottom of the "General"-screen?

    When I open iTunes and attach my iPhone to the PC, click on "iPhone" and then on "Overall-view" (the leftmost Item at the top bar, "Übersicht" in German), I see on the bar at the bottom of the screen from left to right: "Audio - Fotos - Apps - Documents/Data - Others - Free". Now my question: What does "Others" include and how can I reduce "Others"? At my iPhone it takes 2.5 GB. I have cleared all my e-mails, how can I reduce it further in order to get more free space? Thank you very much in advance!

    Hi Hans,
    “Other” space has several sources. Some ways of removing unneeded files from it can be found in this article -
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/TS1503
    Specifically -
    Orphaned files may remain on your iOS device if it is physically disconnected while syncing music, podcasts, videos, or photos. This can prevent iTunes from syncing the iOS device on subsequent sync sessions. When this happens, the Capacity indicator in iTunes may report a large amount of "Other" disk usage for the iOS device. To resolve this issue:
    Turn off the music or photo sync option in iTunes for the device.
    Click Apply to sync the changes to the device.
    Turn the music and photo sync options for the device on again.
    Click Apply again to try to sync the device to iTunes.
    If the 'Not enough free space' alert appears, continue to step 5.
    Turn off the automatic syncing functions for the iOS device. To do this:
    Select the iOS device from the iTunes window and click the Summary tab.
    Deselect "Automatically sync when this device is connected" and select the "Sync only checked songs and videos" checkbox.
    Click Apply to sync the changes to the device.
    Reduce the amount of data that is being synced to the device and resync the device. For example, if syncing your Music library exceeds the memory capacity of the device, choose "Selected playlists" to transfer rather than "All songs and playlists" under the Music tab in iTunes.
    If the 'Not enough free space' alert appears, continue to step 6.
    Restore using iTunes.
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • I need to record client IP with the Activity Data Collector.

    I need to record the user activity with the Activity Data Collector.
    One of the data record is the IP address of the client.
    How I can do?
    In support of the log format that data does not exist.
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/8ab49e1b141e1ee10000000a42189d/content.htm]

    Hi,
    You are absolutely right, this is simply not supported.
    Anyhow, in most cases this might also not make too much sense, as the access to the server often (almost "normally") goes via some kind of proxy; in such a case, one would only see one (or two or so if the proxy is clustered itself) IP address in the logs.
    On the other hand, just in such scenarios, the proxy is normally able to forward the original client IP address as an additional header variable. If this is the case, then "rfo.rh(X-Forwarded-For)" could do the trick.
    Hope it helps
    Detlev

  • In order to install IOS7 on my 4S, I need more storage of  3.1GB and presently have only 1.3 GB. My biggest usage is the camera roll at 9.8GB.  Photo stream is at 584 MB. My question is -should I delete the camera roll pics? They are saved on my computer.

    In order to install IOS7 on my 4S, I need more storage of  3.1GB and presently have only 1.3 GB. My biggest usage is the camera roll at 9.8GB.  Photo stream is at 584 MB. My question is -should I delete the camera roll pics? They are saved on my computer.

    At 1.3GB available, your storage space is getting very thin no matter what you do further.  As long as you have the photo's in the camera roll saved on your computer you can delete them.  Just make sure first that they are in your photo software.  If updating in iTunes, just backup/sync first, then update, and that will save the camera roll in the backup as well.
    At only 1.3GB you eventually are going to find yourself unable to install or update some app, or unable to take any new pictures, or some other limitation that will force you to free up space anyway.  So now, before updating, sounds like a good time to make sure everything is backed up or stored somewhere else, and clean house a bit, then update.

  • Find the tablespace usage for the last 6 months time.

    I have an Oracle 9i database. Now, there is a requirement to find the tablespace usage for the last 6 months.
    Can anyone please tell me, how can I achieve this? I do not have EM configured. So please lemme know if there is any script that can give these details?
    Thanks.

    878226 wrote:
    I have an Oracle 9i database. Now, there is a requirement to find the tablespace usage for the last 6 months.
    Can anyone please tell me, how can I achieve this? I do not have EM configured. So please lemme know if there is any s?cript that can give these details?
    Thanks.refer the link:- http://www.dba-oracle.com/t_v_datafile_database_size.htm
    note: i did not check the query and version. please check whether it is applicable to 9i database or not?
    10g and above refer:http://maxwellmiranda.wordpress.com/2011/03/22/segmenttablespace-growth-details-script/
    Edited by: rajeysh on Aug 28, 2011 12:14 PM

Maybe you are looking for

  • Focus when an item is not valid

    Hi, This is the procedure called from trigger WHEN-VALIDATE-ITEM PROCEDURE Validate_item IS   LC$Value   Varchar2(512) := :System.Cursor_Item ;   FL$Value   Varchar2(2)   := :System.Cursor_Value ;   LC$Code   Varchar2(2)   := ''; BEGIN   If LC$Value

  • Get Certificate in java Mapping

    Hi all, How can I get the certificate in java mapping to pass in my tag?? Example: <ns0:certificate>MIICbzCCACegAWVVUUYBUYBuycuyguyUUYVUHvuyvBVUYVhvteTR+h898BIUuhOH90iuBIouiiuGhcdxwAuijnPOMoiu97tyUYGujhbhbiugg87UHVUHbuiybiiuhyrd4wjbJVUY</ns0:certific

  • Is it possible to download a mail(.eml) from outlook 365 using exchange service and store in database using c#

    Hi All, I have a outlook mail account ex:- my mail account id is [email protected] , using c# code and Microsoft.Exchange.WebServices ,  I want to download entair email and want to save this email in database , is it possible suggest me how can I go

  • Paragraph Format being lost

    Hi there I'm working on an FAPI client to translate text in Frame Documents. One of the first things we do is store the formatting for each paragraph, and then write it back out to the translated document. However, in one document I'm working on, whe

  • Changing alarm limits in a library from within a VI

    I am running LabView 8.6f1 with the DSC module on XP. I have some (network-published) shared variables defined in a project library created through the project explorer, but I would like the user to be able to change the alarm limits from within a VI