Running with -verbosegc Option.

Hi ,
Can any one explain each term, what does the following output means [while running with the option -verbosegc]
java -verbosegc test
[GC 510K->181K(1984K), 0.0066506 secs]
[GC 693K->342K(1984K), 0.0057084 secs]
[GC 854K->489K(1984K), 0.0109063 secs]
[GC 998K->581K(1984K), 0.0090856 secs]
[GC 1093K->602K(1984K), 0.0073623 secs]
[GC 1114K->738K(1984K), 0.0047804 secs]
[GC 1249K->1063K(1984K), 0.0099846 secs]
[GC 1562K->1528K(2112K), 0.0093059 secs]
[Full GC 1528K->1506K(2112K), 0.1076427 secs]
[GC 2015K->1998K(3088K), 0.0055318 secs]
[GC 2487K->2470K(3088K), 0.0060814 secs]
[GC 2981K->2963K(3600K), 0.0060281 secs]
[Full GC 2963K->2963K(3600K), 0.1152215 secs]
[GC 3632K->3615K(5516K), 0.0053477 secs]
[GC 4125K->4119K(5516K), 0.0052388 secs]
[GC 4619K->4596K(5516K), 0.0063873 secs]
[GC 5107K->5087K(5644K), 0.0086590 secs]
[Full GC 5087K->5087K(5644K), 0.1233247 secs]
[GC 5706K->5680K(9152K), 0.0545960 secs]
[GC 6313K->6158K(9152K), 0.0090305 secs]
[GC 6798K->6367K(9152K), 0.0113269 secs]
[GC 7007K->6397K(9152K), 0.0043400 secs]
[GC 7037K->6427K(9152K), 0.0022167 secs]
[GC 7131K->6588K(9152K), 0.0072012 secs]
[GC 7207K->7128K(9152K), 0.0101116 secs]
[GC 7752K->7725K(9152K), 0.0083363 secs]
[GC 8351K->8328K(9152K), 0.0073818 secs]
[GC 8964K->8940K(9664K), 0.0076883 secs]
[Full GC 8940K->4632K(9664K), 0.1903230 secs]
[GC 5269K->5257K(9152K), 0.0057223 secs]
[GC 5890K->5876K(9152K), 0.0179900 secs]
[GC 6506K->6481K(9152K), 0.0070621 secs]
[GC 7116K->7087K(9152K), 0.0076863 secs]
[GC 7727K->7668K(9152K), 0.0248874 secs]
[GC 8281K->8135K(9152K), 0.0103799 secs]
[GC 8756K->8722K(9408K), 0.0075765 secs]
[Full GC 8722K->3251K(9408K), 0.3584338 secs]
[GC 3867K->3847K(9152K), 0.0058058 secs]
[GC 4484K->4461K(9152K), 0.0074072 secs]
[GC 5096K->5083K(9152K), 0.0066087 secs]
[GC 5720K->5707K(9152K), 0.0060539 secs]
[GC 6331K->6304K(9152K), 0.0073750 secs]
[GC 6935K->6907K(9152K), 0.0081022 secs]
[GC 7523K->7496K(9152K), 0.0074461 secs]
Regards
SAM

This is a quote from the following article: http://java.sun.com/docs/hotspot/gc/index.html
The command line argument -verbose:gc prints information at every collection. For example, here is output from a large server application:
[GC 325407K->83000K(776768K), 0.2300771 secs]
[GC 325816K->83372K(776768K), 0.2454258 secs]
[Full GC 267628K->83769K(776768K), 1.8479984 secs]
Here we see two minor collections and one major one. The numbers before and after the arrow indicate the combined size of live objects before and after the GC. (After minor collections the count includes objects that aren't necessarily alive but can't be reclaimed, either because they are directly alive, or because they are within or referenced from the old generation.) The number in parenthesis is the total available space, which is the total heap minus one of the survivor spaces.

Similar Messages

  • "Run with Rosetta" option doesn't exist on Get Info menu on Photoshop CS4 application

    "Run with Rosetta" option doesn't exist on Get Info menu on Photoshop CS4 application. what should i do? help me.. =(
    hopefully i can running my photoshop cs4 on Rosetta coz some plugin need rosetta to work. thanks..

    xvolution_lp wrote:
    macbook aluminium unibody mac snow leopard 10.6.4. i've already installed rosetta in my mac. i think this problem happen caused other software (CleanmyMac) . i've run the app and i think the app(cleanmymac) remove the universal binaries. what shoul i do?…
    I'll assume that's a Mac-Intel machine, as I'm not familiar with macbooks or laptops in general.  Obviously, if it were a PPC you would not need Rosetta in the first place.
    Well, here's what I would do:
    I'd re-install CS4 in the hopes that will solve the problem;
    Second, I'd stop listening (and probably even speaking) to the misguided soul who recommended CleanmyMac to me;
    Third, delete all traces of CleanmyMac; and
    Fourth, I'd reinstall the OS and all applications on my machine.
    But that's just me.
    Wo Tai Lao Le
    我太老了

  • Program not running with -cp option from command line

    I'm trying to run a very basic emailing program in Linux (Fedora 5) using Sun's j2sdk1.4.2_16.
    I can run the program no problem from the command line using
    "java RunEmailer"
    but if I try both:
    "java -cp /usr/lmt-programs/mail_send/RunEmailer"
    or
    "[JAVA_HOME]/java -cp /usr/lmt-programs/mail_send/RunEmailer"
    I keep getting the help print out about options when running java.
    I need the -cp option to work as I need to run this program from crontab.
    Thanks in advance.

    uberalles wrote:
    "java -cp /usr/lmt-programs/mail_send/RunEmailer"Here you specify the classpath (the directory /usr/lmt-programs/mail_send/RunEmailer) but you don't specify the class that is to be run. If the class you want to run is named RunEmailer and it's in the directory /user/lmt-programs/mail_send then you want this command:
    "java -cp /usr/lmt-programs/mail_send RunEmailer"

  • Oracle 10g with RAC option

    What is the requirement for Dell machine, Intel Linux for the configuration for RAC on Oracle Standard Edition?

    in 9i RAC runs with Enterprise Option and I think in 10g must run in Enterprise Option with more reasons than before.
    Joel Pérez
    http://otn.oracle.com/experts

  • Ipod Nano 5th GenerationWindows xp.  My nano no longer opens automatically with file options menu.  Trying to import priceless videos of my daughter  from ipod to computer so I run it and get these results:  My computer/ipod/dcim/000apple and 75 IMG.DAT

    Nano 5th GenerationWindows xp. 
    My nano no longer opens automatically with file options menu when I connect it to my lap top.  Trying to import priceless videos of my daughter  from ipod to computer, However,  when I run it I get these results: I click onto  My computer/ipod/dcim/000apple and 75 IMG.DAT files come up.  Now I am almost sure those files shouldnt be on there.  If my memory serves me corrrectly the dcim folder is where one should be able to find video recording made with their iopd?If there is a way to import these videos without having to reset my ipod and lose precious videos please please let me know? HELLLLLLP

    Try: http://discussions.apple.com/thread.jspa?threadID=743515&tstart=15

  • Is is okay to run R12 rapidwiz with upgrade option when 11i instance is up?

    Hello,
    Is it okay to run R12 rapidwiz with option "Upgrade oracle applications" while 11i DB/Apps are up and functional which is to lay down the R12 applications code tree as part of R12 pre-upgrade steps?
    Can you please clarify if running R12 Rapidwiz with upgrade option modifies anything at the database level and effects existing 11i system?
    Regards,
    AV

    user10728177 wrote:
    Thanks Hussein!! Can you also please tell if applying a patch in pre-install mode touches the database? If possible can you please explain me what exactly adpatch -preinstall does? I read oracle documentations about it but could not come to conclusion on it.
    Regards,
    AvPre-Install Mode
    http://docs.oracle.com/cd/E18727_01/doc.121/e12148/T531058T531062.htm#d0e1491
    Thanks,
    Hussein

  • When I run csreource with -b option, I m receiving error

    when I run csreource with -m option, I m receiving error. If I remove -b option, it works fine.
    ./csresource -b o=People, ou=test.calendar.com,o=cp -m [email protected] -c test create test123
    Could not find calmaster
    Unable to create resource calendar, aborting
    Let me know what wrong I am doing. Calendar server is on Linux and Version is: 2005Q4

    navvith wrote:
    when I run csreource with -m option, I m receiving error. If I remove -b option, it works fine.
    ./csresource -b o=People, ou=test.calendar.com,o=cp -m [email protected] -c test create test123
    Try the above command with quotes e.g.
    ./csresource -b "o=People,ou=test.calendar.com,o=cp" -m [email protected] -c test create test123Regards,
    Shane.

  • Running reports via command-line with /batch option

    Hi,
    I have created a batch file which runs, and exports the results of 7 different discoverer reports with /batch option.
    Contents of batch file:
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input1.txt"
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input2.txt"
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input3.txt"
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input4.txt"
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input5.txt"
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input6.txt"
    c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input7.txt"
    Sample of a cmd file the bacth file runs:....
    /connect user/password@oraprd /apps_responsibility "BIS Super User"
    /open "H:\Projects\DRP Import Modelling\Dev\Intransit Extract.dis"
    /sheet 1 /export xls "H:\Projects\DRP Import Modelling\automation\Intransit Input.xls" /batch
    The batch file runs ok and processes each report in sequence, and creates the excel export one after the other.
    However, I need to process the 7 reports in parallel, so changed the batch file to process in own thread :
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input1.txt"
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input2.txt"
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input3.txt"
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input4.txt"
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input5.txt"
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input6.txt"
    start c:\orant\discvr4\dis4usr /cmdfile "H:\Projects\DRP Import Modelling\automation\DRP Model Input7.txt"
    The reports kick off at the same time and I can see 7 dis4usr.exe processes running via task manager
    Problem:
    The first reports runs and exports ok.
    All the others dis4usr.exe processing stops with the following error pop-up:
    ! Could not open file. OK
    Question:
    Can you only process reports sequentially via command line mode with /batch option?
    If not...what am I missing...its driving me insane :)
    All asistance is greatly appreciated. Thanks

    Ladies and gentlemen.....I have solved my problemo!
    The reason why the rest of the reports were getting the 'could not open file.' error was due to the fact that each discoverer instance launched was
    trying to access the same standard log file simultaneously.
    I modified each cmd file to write logging info to individual files: eg
    /logfile "H:\Projects\DRP Import Modelling\Automation\input2_log.txt"
    Now that's there's no contention with logging, the reports are firing off beautifully in parallel :)
    I am definitely having a beer this evening!
    Thanks for everyone's input...kept me on the righteous path :)

  • Can the Terminal add a user(with all options) on a single line?

    Howdy All,
    Can the Mac Terminal add a user, with all options desired, on a single line?    If so, can I get an example of this single terminal line to work from?
    Thanks

    Thanks Drew!   You have some great thoughts there. Perhaps I should provide a clearer environment of each high school(4). All classrooms have a lock down Windows environment. (There are no Macs any where in any classrooms.) The mini-tower will be the only Mac on each high school campus. we're in Dell country. The desktops are locked in such a way that only the ghosted/installed software on each hard drive works and no other software can be installed. USB sticks can't run any exe, jar, or other executable file. Even the other drives on the network can't run them. This has been setup to prevent students from bringing games into the environment and running them. Only the single classroom in each high school, where Web Tech is taught, has a ftp tool installed. Students cannot bring and use their own laptops either. So there really isn't any stray ftp activity happening. You cannot "ftp" out of the network! And there is only the one Mac available per campus.  All this makes it certainly easier to maintain for sure. I am the only user in the school district they let run a personal laptop...mine has Ubuntu (tweaked).  My knowledge of Linux has led them to assign this project to me. They are MS based entirely and so is their knowledge base.
    I've got to teach the other 4 teachers how to manage the mini-tower.  Basically it is this:
         Start and stop Apache2,
         Start and stop vsftp,
         Add ftp users(students will only have directory:           /Library/Server/Web/Data/Sites/Default/studentlastname.firstname  )  Students will not log on to the min-   tower directly as any normal user would, but only through ftp. (I.E. no /home directory) ,
         Remove/delete students as needed
         (I'll pre-install cgi-bin scripts on these to keep it simpler on the other teachers and myself.)
    With this in mind, you can see why a basic script or single command line to install these students would be great! I want to keep it simple to avoid mistakes the teachers might make adding users. Once I understand adding a user (in a terminal) better on a Mac, I may write a script to make it happen for them.
    I'd also like to understand removing/deleting a student/user better to insure everything is gone when executed.
    I hope this clear things up. Any help is much appreciated.    THANKS!!!

  • How can I change the sound of push notifications on an iPhone 4 running with iOS5?

    How can I change the sound of push notifications?
    In settings > sounds there are various options but not the a possibility to change the general sound (!!!) of push notifications.
    Example: How can I change for instance the sound of the push notification of for example the New York Times notifications.
    Thanks for the help!
    Product: iPhone 4 running with iOS5

    What you see - what is available for this is what you get.

  • Error while executing BBP_UPDATE_PORG Tr Code with ADD Option

    Hi All,
    I changed the Back end Vendor Master Data - Purchasing View (Example Accounting Number) and run the BBPUPDVD Tr code in SRM. The Business Partner (Vendor) data is updated correctly in SRM System from Back End System.
    We have set of purchasing organisations like one local (SRM) Purchasing Organisation and respective Back end Purchasing Organisation (account number). When ever I run BBPUPDVD, the SRM system updates the backend vendor master data  with back end purchasing organisation into SRM Standard tables. Then I am running BBP_UPDATE_PORG Tr code to have updated data into SRM Local Purchasing Organisation. I am receiving error message.
    Example Scenario:
    step 1: Present values in Vendor Master Vendor Number 100250, Purchaing Organisation : 1010 A/c Number: 100250-1010
    and I changed the account number as 10025o-test for vendor 100250 and pur organisation 1010.
    step 2: I run the BBPUPDVD in SRM System.
    Step 3: I checked the values in BBPMAININT - vendor data (for backend vendor number 100250 and backend pur organisation - 1010). The SRM system replicates the values correct.
    Step 4: I executed BBP_UPDATE_PORG and replaced the local (SRM) business partner (for local vendor number - 100250 and local purchasing organisation) - REPLACE Option. Then SRM replaces the SRM Business Partner (local) Data with Back end Vendor Master Data and also Back End vendor master data is deleted in SRM System. Now I have updated business partner details in SRM System as SRM Local an no SRM Back End Vendor Master Data in SRM System. This step is working fine.
    Step 5: One more time I am executing BBP_UPDATE_PORG Tr code with Add option to have SRM Back End Details (in SRM System) from SRM Local Details (SRM System). Then the system is error message in SM13 Tr code.
    Kind Note: There is no SRM Back End Vendor details in SRM System which I want to have with the help of executing BBP_UPDATE_PORG Tr code with Add option.
    For analysis I went to ST22 (dump Analysis), the SRM gave an error message like:
    Runtime Error          DYNPRO_SEND_IN_BACKGROUND
    Date and Time          09/15/2008 10:56:58
    ShrtText
         Screen output without connection to user.
    What happened?
         Error in ABAP application program.
         The current ABAP program "SAPLBBP_PARTNER_MAINT" had to be terminated because
          one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
    Information on where terminated
        The termination occurred in the ABAP program "SAPLBBP_PARTNER_MAINT" in      "BBP_PORG_INSERT".
        The main program was "RSM13000 ".
        The termination occurred in line 59 of the source code of the (Include)      program "LBBP_PARTNER_MAINTU11"
        of the source code of program "LBBP_PARTNER_MAINTU11" (when calling the editor      590).
        The program "SAPLBBP_PARTNER_MAINT" was started in the update system.
       56
       57 * update database
       58   IF NOT LT_FRG0060_NEW[] IS INITIAL.
    >>>>>     INSERT BBPM_BUT_FRG0060 FROM TABLE LT_FRG0060_NEW.
       60   ENDIF.
       61
       62   IF NOT LT_FRG0061_NEW[] IS INITIAL.
       63     INSERT BBPM_BUT_FRG0061 FROM TABLE LT_FRG0061_NEW.
       64   ENDIF.
    Kindly guide me or provide solution.
    We are in SRM 4.0 and ECC 5.0.
    Thanks a lot in advance.
    Regards,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Sep 15, 2008 9:09 PM
    Edited by: KOYYA SUDARSANA NAIDU on Sep 17, 2008 8:46 PM

    Hi All,
    I changed the Back end Vendor Master Data - Purchasing View (Example Accounting Number) and run the BBPUPDVD Tr code in SRM. The Business Partner (Vendor) data is updated correctly in SRM System from Back End System.
    We have set of purchasing organisations like one local (SRM) Purchasing Organisation and respective Back end Purchasing Organisation (account number). When ever I run BBPUPDVD, the SRM system updates the backend vendor master data  with back end purchasing organisation into SRM Standard tables. Then I am running BBP_UPDATE_PORG Tr code to have updated data into SRM Local Purchasing Organisation. I am receiving error message.
    Example Scenario:
    step 1: Present values in Vendor Master Vendor Number 100250, Purchaing Organisation : 1010 A/c Number: 100250-1010
    and I changed the account number as 10025o-test for vendor 100250 and pur organisation 1010.
    step 2: I run the BBPUPDVD in SRM System.
    Step 3: I checked the values in BBPMAININT - vendor data (for backend vendor number 100250 and backend pur organisation - 1010). The SRM system replicates the values correct.
    Step 4: I executed BBP_UPDATE_PORG and replaced the local (SRM) business partner (for local vendor number - 100250 and local purchasing organisation) - REPLACE Option. Then SRM replaces the SRM Business Partner (local) Data with Back end Vendor Master Data and also Back End vendor master data is deleted in SRM System. Now I have updated business partner details in SRM System as SRM Local an no SRM Back End Vendor Master Data in SRM System. This step is working fine.
    Step 5: One more time I am executing BBP_UPDATE_PORG Tr code with Add option to have SRM Back End Details (in SRM System) from SRM Local Details (SRM System). Then the system is error message in SM13 Tr code.
    Kind Note: There is no SRM Back End Vendor details in SRM System which I want to have with the help of executing BBP_UPDATE_PORG Tr code with Add option.
    For analysis I went to ST22 (dump Analysis), the SRM gave an error message like:
    Runtime Error          DYNPRO_SEND_IN_BACKGROUND
    Date and Time          09/15/2008 10:56:58
    ShrtText
         Screen output without connection to user.
    What happened?
         Error in ABAP application program.
         The current ABAP program "SAPLBBP_PARTNER_MAINT" had to be terminated because
          one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
    Information on where terminated
        The termination occurred in the ABAP program "SAPLBBP_PARTNER_MAINT" in      "BBP_PORG_INSERT".
        The main program was "RSM13000 ".
        The termination occurred in line 59 of the source code of the (Include)      program "LBBP_PARTNER_MAINTU11"
        of the source code of program "LBBP_PARTNER_MAINTU11" (when calling the editor      590).
        The program "SAPLBBP_PARTNER_MAINT" was started in the update system.
       56
       57 * update database
       58   IF NOT LT_FRG0060_NEW[] IS INITIAL.
    >>>>>     INSERT BBPM_BUT_FRG0060 FROM TABLE LT_FRG0060_NEW.
       60   ENDIF.
       61
       62   IF NOT LT_FRG0061_NEW[] IS INITIAL.
       63     INSERT BBPM_BUT_FRG0061 FROM TABLE LT_FRG0061_NEW.
       64   ENDIF.
    Kindly guide me or provide solution.
    We are in SRM 4.0 and ECC 5.0.
    Thanks a lot in advance.
    Regards,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Sep 15, 2008 9:09 PM
    Edited by: KOYYA SUDARSANA NAIDU on Sep 17, 2008 8:46 PM

  • System no longer does session restore but when trying to configure, it does not provide me with the option to show windows and tabs from last session

    Before I updated the latest version of Firefox, every time the browser shuts down in error, I would get the System Restore feature which was really nice. Now, this no longer happens and when I went to configure this ability, it does not even provide me with the option to select to show windows and tabs from the last session. How can I get the restore session feature working again?

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    *You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    *To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"
    * http://kb.mozillazine.org/Session_Restore
    * https://support.mozilla.com/kb/Session+Restore

  • After Mavericks OS upgrade, can no longer make any HTTP requests with the OPTIONS verb

    My machine can no longer make any HTTP requests with the OPTIONS verb. This happens whether I try it curl, postman, or ajax.
    curl -i -X OPTIONS http://www.google.com returns curl: (52) Empty reply from server
    It should return a long string containing a 405 error code.
    I suspect that this is related to the Mavericks upgrade I did earlier this week. I only have one mac (my dev machine) with Mavericks. Other macs are Mountain Lion and they don't have this problem.
    Can anyone else with Mavericks confirm whether or not they have this problem too?
    If this is Mavericks related, anyone know of a fix or workaround?

    Turns out that it wasn't Mavericks related at all. Cisco AnyConnect has a security module running behind the scenes even when you're not VPNed into anything. It was blocking my OPTIONS verb requests. I was able to make these calls after uninstalling.
    Re-installing with Web Security turned off should prevent it from happening. While I was uninstalling I did notice that there was a web security uninstall script in /opt/cisco/vpn/bin but I already committed to taking the whole app off my machine. Simply running that script could have done it too.
    I must give credit to Ben Nadel. It was his blog post that helped me fix this issue.
    http://www.bennadel.com/blog/2559-Cisco-AnyConnect-VPN-Client-May-Block-CORS-AJA X-OPTIONS-Requests.htm?&_=0.10495476494543254#comments_44093

  • I have a problem, i bought lion but when i want to install he said me i need to "download osx lion server" i'm running with the last lion beta. how to update please?

    i have a problem, i bought lion but when i want to install he said me i need to "download osx lion server" i'm running with the last lion beta. how to update please?
    ps: sorry for my english :S

    You apparently are using a version of OS X you did not purchase using your Apple ID. Although you can download Mavericks you cannot install it over your current system. You must repartition your hard drive, then reinstall the version of OS X originally installed when it came new from the factory. That would be on the installer discs that should have come with the computer. If the computer did not come with discs from the factory but OS X was pre-installed (Lion or Mountain Lion) then you can perform an Internet Recovery:
    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your external hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Build process by using -run-in-place option

    Hi,
    I want use runAssembler -run-in-plcae option for my developement purpose, I Dont want to do ant script for every time while hot-swap. So how to use this option, I have checked out my module under ATG 10.Root,
    And I tried this command " D:\ATG\10.0.1\home\bin>runAssembler -run-in-place test.ear -m B2CCommerce TestRun DafEar.Admin | ATGLogColorizer.exe"
    this create's in the ear with test.war as well, I want to know if we use -run-in-place, should test.war also creates or not.
    Please help me for the right command.
    Thanks,
    Prabhu.Chinaraj

    swhinck wrote:
     But if I export as SWF, some people will not be able to open it.
    Whatever format you send it, some people will not be able to open it because they may not have the software to view it.  SWF files can be viewed on any platform with Adobe Media Player.

Maybe you are looking for

  • Conditional suppression using substitution variable in Hyperion financial r

    Hi all, Is there a way that I can suppress a column using substitution variable in hyperion financial reporting? For eg, i want to suppress the column if the value of the substitution variable curr_mnth = jun. Is there a way to do this? In conditiona

  • How to Add multiple entry to the group policy security filtering

    How to Add multiple entry to the group policy security filtering Is there any way we can add multiple entry to the Domain group policy Security filtering tab.Currently its not allowing to add more then one entry at a time. Getting Error like "only on

  • Scatter Plot Axis Choice

    Hi folks. Just wanting to make a scatter chart, but she doesn't seem to want to give me what I want. Oh my table, first row has a header, then 4 items. Fourth row has the same: Listings | 50 | 60 | 70 | 80 EPL | 900 | 600 | 450 | 200 How do I turn th

  • Why is the DMG files opening instead of downloading in my Safari?

    I don't know if I messed up the setup or anything. But my safari just keep opening DMG files instead of downloading. On my iMac, I don't have the problem, but on this MacBook, it has. And it is very troubling. If the applications need update, I click

  • Dynamic Chart values on a time line (like a ticker)

    Hello experts, can you give me a hint on how to implement a dynamic line chart (one whose values are to be updated every second via a Timer). The timeline is fixed. so the chart should start empty, fill up to the predefined range and then starts shif