VirtualBox

忽略:
時間撮記:
2010-2-5 下午12:31:01 (15 年 以前)
作者:
vboxsync
訊息:

Enabled the memory ballooning options in VBoxManage

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r25672 r26284  
    17161716        RTPrintf("Guest:\n\n");
    17171717
    1718 #ifdef VBOX_WITH_MEM_BALLOONING
    17191718    rc = machine->COMGETTER(MemoryBalloonSize)(&guestVal);
    17201719    if (SUCCEEDED(rc))
     
    17251724            RTPrintf("Configured memory balloon size:      %d MB\n", guestVal);
    17261725    }
    1727 #endif
    17281726    rc = machine->COMGETTER(StatisticsUpdateInterval)(&guestVal);
    17291727    if (SUCCEEDED(rc))
     
    18441842            }
    18451843
    1846 #ifdef VBOX_WITH_MEM_BALLOONING
    18471844            rc = guest->GetStatistic(0, GuestStatisticType_PhysMemBalloon, &statVal);
    18481845            if (SUCCEEDED(rc))
     
    18531850                    RTPrintf("CPU%d: Memory balloon size    %-4d MB\n", 0, statVal);
    18541851            }
    1855 #endif
     1852
    18561853            rc = guest->GetStatistic(0, GuestStatisticType_MemCommitTotal, &statVal);
    18571854            if (SUCCEEDED(rc))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette