Suddenly getting HostMemoryLow, was working fine last time

Discussions related to using VirtualBox on Windows hosts.
Tino
Posts: 5
Joined: 19. Jun 2012, 14:21
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows Server 2003, 2008, Ubuntu, Fedora

Suddenly getting HostMemoryLow, was working fine last time

Post by Tino »

Because the solution provided in another post (title: suddenly getting HostMemoryLow, was working fine yesterday) did not solved the issue for me (I do no have the "GoogleCrashHandler64.exe" process running) I'ld like to give it a try here. Admins please feel free to merge if that's better. :)

I have been running VirtualBox with a Windows 7 host and several Linux flavor and Windows Server 2003 / 2008 guests for quite some time now with no real issues.

Today, I got a HostMemory error upon booting:
  • errorID = HostMemoryLow
    message = "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM"
As far as I know, nothing has changed on the host (although I do have automatic Windows updates running on both the hosts and guests).

I am running the latest version (4.1.16 r78094) and have already tried repairing the existing install and also removing and re-installing. But still the error comes when trying to boot one of the Windows virtual machines.

All of my guest machines (Linux and Windows) are defined to use 5096MB of memory on a 8GB host. I can get the Windows machines to boot by setting their memory down to 3000MB, but this is low enough that performance is impaired when I actually try to use them (SharePoint 2010 + development).

All the Windows virtual machines get this error if I try to use the normal amount of memory (5096MB). My Linux guest machines all boot just fine using 5096MB of memory.

Having this problem appear out of the blue is very strange and as stated in my first line

I've attached a log file. Any suggestions are appreciated, this is really gonna mess me up if I can't find a fix.

PS: Most of the text was borrowed from the post mentioned as the scenario is almost identical. Thanks MattC1234 :wink:
Attachments
VBox.log
(83.44 KiB) Downloaded 34 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by mpack »

Behaviours don't suddenly change all by themselves. Something must have changed on the host, i.e. a software update of some kind. There was nothing special about GoogleCrashHandler, it was just a known memory hog which was particularly noticable at the time, but any memory hog could have the same effect.
Tino
Posts: 5
Joined: 19. Jun 2012, 14:21
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows Server 2003, 2008, Ubuntu, Fedora

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Tino »

True, something did change: automatic Windows updates installed a couple of updates. Because I have been away for about a week quite a few updates got installed monday, see attached image. Within our company we get these updates pushed every once in a while.
Attachments
Windows updates.jpg
Windows updates.jpg (121.58 KiB) Viewed 7668 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by mpack »

Well, I can't think of anything except to wait and see if other Win7 host users also experience memory hoggage problems after these updates. It seems plain that VirtualBox has not been updated on your system, hence the fault is unlikely to be caused by a VBox change.

In the meantime all you can do as a workaround is tune down the memory requirements of your VM, or free up some memory on the host.
Tino
Posts: 5
Joined: 19. Jun 2012, 14:21
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows Server 2003, 2008, Ubuntu, Fedora

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Tino »

To be honest I didn't think that VirtualBox would be the cause of the problem because, like you're saying, that has not been updated. It's difficult to figure out what can be the cause of this issue and I know in this forum people have seen and solved quite a few Pickwickian issues. :)
Tino
Posts: 5
Joined: 19. Jun 2012, 14:21
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows Server 2003, 2008, Ubuntu, Fedora

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Tino »

Still struggling with this issue I noticed something interesting. It appears that the maximum amount of memory I can use for the guest has to be less than the amount of "Free" physical memory. Even though the "Available" memory is 5472MB (see image) it appears that Virtual Box is only able to use the "Free" memory (3135MB, see image) and is not able to also use the "Cached" memory (2425MB, see image).
Attachments
memory.jpg
memory.jpg (5.04 KiB) Viewed 7646 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by mpack »

I still prefer XP, so I don't have first hand familiarity with the features in question... but starting from Vista, Windows seems to have started adding these speedup features that used unused RAM to cache things for faster access. Call this service RAM. It still tells user level apps that this memory is available, and if an app asks for it, well then in theory the service RAM would be relinquished.

Downsides: potentially slower memory allocation, and the potential for bugs whereby the background service has a memory leak or can't actually relinquish the memory for some other reason (bad programming say).

The latter is my guess for what's happening to you. As long as the VM doesn't ask for so much RAM that service memory has to be relinquished, you won't see the bug: which isn't in VirtualBox, because VBox is doing a memory available check and getting back lies.
Tino
Posts: 5
Joined: 19. Jun 2012, 14:21
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows Server 2003, 2008, Ubuntu, Fedora

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Tino »

After a lot of phone calls it has come clear to me that my issue is related to an update of the security software installed on my system. The update was pushed to my system last Monday and caused this error to occur. What strikes me is that the update is not in the list of updates :shock: Now our system administrators have removed the update I can start my Windows virtual machine using the normal amount of memory (5096MB).

Let's hope they don't re-install the update before they've figured out how to do so without introducing the HostMemoryLow error. :wink:
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by mpack »

Congratulations on pinning it down so precisely: and thanks for providing feedback, I'm sure that others will find it the info very useful.
Jimi
Posts: 4
Joined: 27. Jun 2012, 22:26

HostMemoryLow

Post by Jimi »

Installed virtualbox and 3 WIN7 Prof operating systems, but can run only 2 at same time.
Have defined 512M/system, video memory 32M and have win7 host with 6GB.
Still when trying to start 3rd WIN7 that vm crashes.

Here is the log

Code: Select all

VirtualBox 4.1.18 r78361 win.amd64 (Jun  5 2012 15:58:23) release log
00:00:00.442 Log opened 2012-06-27T17:53:43.357491800Z
00:00:00.442 OS Product: Windows 7
00:00:00.442 OS Release: 6.1.7601
00:00:00.442 OS Service Pack: 1
00:00:00.442 Host RAM: 6091MB RAM, available: 3661MB
00:00:00.442 Executable: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
00:00:00.442 Process ID: 5508
00:00:00.442 Package type: WINDOWS_64BITS_GENERIC
00:00:00.442 Installed Extension Packs:
00:00:00.442   None installed!
00:00:00.447 SUP: Opened VMMR0.r0 (C:\Program Files\Oracle\VirtualBox\VMMR0.r0) at 0xfffff8800be19000.
00:00:00.447 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VMMR0.r0=0xfffff8800be19000
00:00:00.470 File system of 'C:\Users\-\VirtualBox VMs\Win7Virtual3\Snapshots' (snapshots) is unknown
00:00:00.470 File system of 'C:\Users\-\VirtualBox VMs\Win7Virtual3\Win7Virtual3.vdi' is ntfs
00:00:00.897 VBoxSharedClipboard mode: Bidirectional
....

00:00:00.903 Debug: HCPhysInterPD=00000000a95ba000 HCPhysInterPaePDPT=00000000a95b4000 HCPhysInterPaePML4=00000000a95b0000
00:00:00.903 Debug: apInterPTs={00000000a95b8000,00000000a95b5000} apInterPaePTs={0000000150432000,00000000964b3000} apInterPaePDs={0000000066e34000,00000000049b5000,0000000002136000,000000010ac37000} pInterPaePDPT64=00000000a95b1000
00:00:00.903 Host paging mode: AMD64+PGE+NX
00:00:00.903 PGMPool: cMaxPages=288 (u64MaxPages=288)
00:00:00.903 pgmR3PoolInit: cMaxPages=0x120 cMaxUsers=0x240 cMaxPhysExts=0x240 fCacheEnable=true 
00:00:00.906 REM: Loading C:/Program Files/Oracle/VirtualBox/VBoxREM2.rel at 0x0000000005b80040 (1177296 bytes)
00:00:00.906 REM: (gdb) add-symbol-file C:/Program Files/Oracle/VirtualBox/VBoxREM2.rel 0x0000000005b80040
00:00:00.914 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=66
00:00:00.946 TM: cTSCTicksPerSecond=0x814cb816 (2 169 288 726) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:00.946 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.947 CoreCode: R3=00000000025e0000 R0=fffff8800a71a000 RC=a038a000 Phys=00000000a9509000 cb=0x1000
00:00:00.949 AIOMgr: Default manager type is "Async"
00:00:00.949 AIOMgr: Default file backend is "NonBuffered"
00:00:00.949 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
00:00:00.949 BlkCache: Cache commit interval is 10000 ms
00:00:00.949 BlkCache: Cache commit threshold is 2621440 bytes
00:00:00.951 [SMP] BIOS with 1 CPUs
00:00:00.953 SUP: Opened VBoxDDR0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0) at 0xfffff8800beaa000.
00:00:00.953 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDDR0.r0=0xfffff8800beaa000
00:00:00.953 SUP: Opened VBoxDD2R0.r0 (C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0) at 0xfffff8800becf000.
00:00:00.953 SUP: windbg> .reload /f C:\Program Files\Oracle\VirtualBox\VBoxDD2R0.r0=0xfffff8800becf000
00:00:00.953 Activating Local APIC
00:00:00.953 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:00.953 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:00:00.953 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.957 Shared Folders service loaded.
00:00:00.961 Chipset cannot do MSI: VERR_NOT_IMPLEMENTED
00:00:00.961 DrvBlock: Flushes will be ignored
00:00:00.961 DrvBlock: Async flushes will be passed to the disk
00:00:00.962 VDInit finished
00:00:00.962 AIOMgr: Endpoint for file 'C:\Users\-\VirtualBox VMs\Win7Virtual3\Win7Virtual3.vdi' (flags 000c0723) created successfully
00:00:00.997 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 52428800
00:00:00.997 AHCI: LUN#0: using async I/O
00:00:00.997 AHCI ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 52428800
00:00:00.997 AHCI ATA: LUN#1: no unit
00:00:00.997 AHCI ATA: Ctl: finished processing RESET
00:00:00.997 AHCI ATA: LUN#2: no unit
00:00:00.997 AHCI ATA: LUN#3: no unit
00:00:00.997 AHCI ATA: Ctl: finished processing RESET
00:00:00.998 AHCI ATA: Ctl: finished processing RESET
00:00:00.998 AHCI ATA: Ctl: finished processing RESET
00:00:00.998 DrvBlock: Flushes will be ignored
00:00:00.998 DrvBlock: Async flushes will be passed to the disk
00:00:00.998 PIIX3 ATA: LUN#0: CD/DVD, total number of sectors 1621535, passthrough disabled
00:00:00.998 PIIX3 ATA: LUN#1: no unit
00:00:00.998 DrvBlock: Flushes will be ignored
00:00:00.998 DrvBlock: Async flushes will be passed to the disk
00:00:00.998 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
00:00:00.998 PIIX3 ATA: LUN#3: no unit
00:00:00.998 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.998 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:00.998 IntNet#0: szNetwork={HostInterfaceNetworking-Atheros AR8152/8158 PCI-E Fast Ethernet Controller (NDIS 6.20)} enmTrunkType=3 szTrunk={\DEVICE\{AD8341C4-86A4-46F4-8542-2E9D6A734589}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:00.999 Chipset cannot do MSI: VERR_NOT_IMPLEMENTED
00:00:00.999 Audio: Trying driver 'dsound'.
00:00:01.046 HDAcodec: can't open in fmt(freq: 44100)
00:00:01.047 HDAcodec: can't open out fmt(freq: 44100)
00:00:01.047 VUSB: attached 'HidMouse' to port 1
00:00:01.049 DevPcBios: SATA LUN#0 LCHS=1024/255/63
00:00:01.049 PGM: The CPU physical address width is 36 bits
00:00:01.049 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:01.054 VMM: fUsePeriodicPreemptionTimers=false
00:00:01.054 HWACCM: Host CR4=000406F8
00:00:01.054 HWACCM: MSR_IA32_FEATURE_CONTROL      = 5
00:00:01.054 HWACCM: MSR_IA32_VMX_BASIC_INFO       = da040000000010
00:00:01.054 HWACCM: VMCS id                       = 10
00:00:01.054 HWACCM: VMCS size                     = 400
00:00:01.054 HWACCM: VMCS physical address limit   = None
00:00:01.054 HWACCM: VMCS memory type              = 6
00:00:01.054 HWACCM: Dual monitor treatment        = 1
00:00:01.054 HWACCM: MSR_IA32_VMX_PINBASED_CTLS    = 7f00000016
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_VIRTUAL_NMI
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_PREEMPT_TIMER
00:00:01.054 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS   = fff9fffe0401e172
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_NMI_WINDOW_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_TRAP_FLAG
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:01.054 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS2  = ff00000000
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_EPT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_DESCRIPTOR_INSTR_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_X2APIC
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_VPID
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC2_REAL_MODE
00:00:01.054 HWACCM: MSR_IA32_VMX_ENTRY_CTLS       = ffff000011ff
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PERF_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_PAT_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_GUEST_EFER_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:01.054 HWACCM: MSR_IA32_VMX_EXIT_CTLS        = 7fffff00036dff
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_GUEST_PAT_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_LOAD_HOST_PAT_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_GUEST_EFER_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_LOAD_HOST_EFER_MSR
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_VMX_PREEMPT_TIMER
00:00:01.054 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:01.054 HWACCM: MSR_IA32_VMX_EPT_VPID_CAPS    = f0106114141
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_RWX_X_ONLY
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_GAW_48_BITS
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_EMT_UC
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_EMT_WB
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_SP_21_BITS
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVEPT
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVEPT_CAPS_CONTEXT
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVEPT_CAPS_ALL
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_INDIV
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_CONTEXT
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_ALL
00:00:01.054 HWACCM:    MSR_IA32_VMX_EPT_CAPS_INVVPID_CAPS_CONTEXT_GLOBAL
00:00:01.054 HWACCM: MSR_IA32_VMX_MISC             = 100401e5
00:00:01.054 HWACCM:    MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 5
00:00:01.054 HWACCM:    MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:01.054 HWACCM:    MSR_IA32_VMX_MISC_CR3_TARGET      4
00:00:01.054 HWACCM:    MSR_IA32_VMX_MISC_MAX_MSR         200
00:00:01.054 HWACCM:    MSR_IA32_VMX_MISC_MSEG_ID         0
00:00:01.054 HWACCM: MSR_IA32_VMX_CR0_FIXED0       = 80000021
00:00:01.054 HWACCM: MSR_IA32_VMX_CR0_FIXED1       = ffffffff
00:00:01.054 HWACCM: MSR_IA32_VMX_CR4_FIXED0       = 2000
00:00:01.054 HWACCM: MSR_IA32_VMX_CR4_FIXED1       = 627ff
00:00:01.054 HWACCM: MSR_IA32_VMX_VMCS_ENUM        = 2a
00:00:01.054 HWACCM: TPR shadow physaddr           = 00000000a9508000
00:00:01.054 HWACCM: VCPU0: MSR bitmap physaddr      = 00000000a9504000
00:00:01.054 HWACCM: VCPU0: VMCS physaddr            = 00000000a9506000
00:00:01.054 CPUMSetGuestCpuIdFeature: Enabled sysenter/exit
00:00:01.054 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:01.054 CPUMSetGuestCpuIdFeature: Enabled LONG MODE
00:00:01.054 CPUMSetGuestCpuIdFeature: Enabled syscall/ret
00:00:01.054 CPUMSetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:01.054 CPUMSetGuestCpuIdFeature: Enabled NXE
00:00:01.054 HWACCM: 32-bit and 64-bit guests supported.
00:00:01.054 HWACCM: VMX enabled!
00:00:01.054 HWACCM: Enabled nested paging
00:00:01.054 HWACCM: EPT root page                 = 00000000a9541000
00:00:01.054 HWACCM: Unrestricted guest execution enabled!
00:00:01.054 HWACCM: Large page support enabled!
00:00:01.054 HWACCM: enmFlushPage    1
00:00:01.054 HWACCM: enmFlushContext 1
00:00:01.054 HWACCM: TPR Patching disabled.
00:00:01.054 HWACCM: Using the VMX-preemption timer (cPreemptTimerShift=5)
00:00:01.054 HWACCM:    VT-x/AMD-V init method: LOCAL
00:00:01.057 VM: Halt method global1 (5)
00:00:01.057 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=125000
00:00:01.057 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:01.057 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:01.057 AIOMgr: Endpoints without assigned bandwidth groups:
00:00:01.057 AIOMgr:     C:\Users\-\VirtualBox VMs\Win7Virtual3\Win7Virtual3.vdi
00:00:01.057 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:01.059 Guest Log: BIOS: VirtualBox 4.1.18
00:00:01.059 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.062 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.062 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:01.062 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.062 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:01.062 AHCI ATA: Ctl: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.062 AHCI ATA: Ctl: finished processing RESET
00:00:01.063 Guest Log: BIOS: ata2-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:01.063 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.073 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={09eed313-cd56-4d06-bd56-fac0f716b5dd} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false
00:00:01.078 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007ea0000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
00:00:01.157 2D video acceleration is disabled.
00:00:03.546 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:03.555 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.557 Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.559 Guest Log: BIOS: Booting from CD-ROM...
00:00:03.746 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000007ea0000 w=1024 h=768 bpp=24 cbLine=0xC00, flags=0x1
00:00:12.073 RTC: period=0x200 (512) 64 Hz
00:00:12.243 PGM: Failed to procure handy pages; rc=VERR_NO_MEMORY rcAlloc=VINF_SUCCESS rcSeed=VINF_SUCCESS cHandyPages=0x8
00:00:12.243      cAllPages=0x2164b cPrivatePages=0x17101 cSharedPages=0x0 cZeroPages=0xa521
00:00:12.243 GMM: Statistics:
00:00:12.243      Allocated pages: 15b05
00:00:12.243      Maximum   pages: 2009e
00:00:12.243      Ballooned pages: 0
00:00:12.244 PGM: Failed to procure handy pages; rc=VERR_NO_MEMORY rcAlloc=VINF_SUCCESS rcSeed=VINF_SUCCESS cHandyPages=0x7
00:00:12.244      cAllPages=0x2164b cPrivatePages=0x17102 cSharedPages=0x0 cZeroPages=0xa520
00:00:12.244 GMM: Statistics:
00:00:12.244      Allocated pages: 15b05
00:00:12.244      Maximum   pages: 2009e
00:00:12.244      Ballooned pages: 0
00:00:12.244 VM: Raising runtime error 'HostMemoryLow' (fFlags=0x2)
00:00:12.244 AssertLogRel D:\tinderbox\win-4.1\src\VBox\VMM\VMMR3\VMM.cpp(1680) VMMR3EmtRendezvous: !pVCpu->vmm.s.fInRendezvous
00:00:12.244 Console: VM runtime error: fatal=false, errorID=HostMemoryLow message="Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM"
00:00:12.244 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'.
00:00:15.770 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0)
00:00:15.785 Changing the VM state from 'GURU_MEDITATION' to 'POWERING_OFF'.
00:00:15.785 ****************** Guest state at power off ******************
00:00:15.785 Guest CPUM (VCPU 0) state: 
00:00:15.785 rax=0000000000000000 rbx=0000000000000000 rcx=fffff88004004300 rdx=fffffffffe5fbf86
00:00:15.785 rsi=0000000000000258 rdi=fffff8800260004e r8 =0000000000000258 r9 =0000000000000012
00:00:15.785 r10=0000000000000000 r11=fffff880040040c8 r12=0000000000000258 r13=fffff88003400018
00:00:15.785 r14=fffff88002600018 r15=fffffa800065d2c0
00:00:15.785 rip=fffff8000d2d624e rsp=fffff880009a9948 rbp=fffff880040040c8 iopl=0      rf nv up ei nt zr na po nc
00:00:15.785 cs={0010 base=0000000000000000 limit=00000000 flags=0000209b}
00:00:15.785 ds={002b base=0000000000000000 limit=ffffffff flags=0000c0f3}
00:00:15.785 es={002b base=0000000000000000 limit=ffffffff flags=0000c0f3}
00:00:15.785 fs={0053 base=0000000000000000 limit=00003c00 flags=000040f3}
00:00:15.785 gs={002b base=fffff8000d451d00 limit=ffffffff flags=0000c0f3}
00:00:15.785 ss={0018 base=0000000000000000 limit=ffffffff flags=0000c093}
00:00:15.785 cr0=0000000080050031 cr2=fffff8a000006000 cr3=0000000000187000 cr4=00000000000006b8
00:00:15.785 dr0=0000000000000000 dr1=0000000000000000 dr2=0000000000000000 dr3=0000000000000000
00:00:15.785 dr4=0000000000000000 dr5=0000000000000000 dr6=00000000ffff0ff0 dr7=0000000000000400
00:00:15.785 gdtr=fffff8000f1a4000:007f  idtr=fffff8000f1a4080:0fff  eflags=00010286
00:00:15.785 ldtr={0000 base=00000000 limit=00000000 flags=00000082}
00:00:15.785 tr  ={0040 base=fffff8000f1a5080 limit=00000067 flags=0000008b}
00:00:15.785 SysEnter={cs=0000 eip=0000000000000000 esp=0000000000000000}
00:00:15.785 FCW=037f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff
00:00:15.785 FPUIP=00000000 CS=0000 Rsrvd1=0000  FPUDP=00000000 DS=0000 Rsvrd2=0000
00:00:15.785 ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:15.785 XMM0 =5fa2eb76'040011b4'11d9fafe'7619dcc9  XMM1 =00000000'00000000'00000000'00000001
00:00:15.785 XMM2 =00000000'00000000'00000000'00000000  XMM3 =00000000'00000000'00000000'00000000
00:00:15.785 XMM4 =00000000'00000000'bfcafc19'd8606169  XMM5 =00000000'00000000'bfd20000'00000000
00:00:15.785 XMM6 =00000000'00000000'00000000'00000000  XMM7 =00000000'00000000'00000000'00000000
00:00:15.785 XMM8 =00000000'00000000'00000000'00000000  XMM9 =00000000'00000000'00000000'00000000
00:00:15.785 XMM10=00000000'00000000'00000000'00000000  XMM11=00000000'00000000'00000000'00000000
00:00:15.785 XMM12=00000000'00000000'00000000'00000000  XMM13=00000000'00000000'00000000'00000000
00:00:15.785 XMM14=00000000'00000000'00000000'00000000  XMM15=00000000'00000000'00000000'00000000
00:00:15.785 EFER         =0000000000000d01
00:00:15.785 PAT          =0007010600070106
00:00:15.785 STAR         =0023001000000000
00:00:15.785 CSTAR        =fffff8000d2de380
00:00:15.785 LSTAR        =fffff8000d2de640
00:00:15.785 SFMASK       =0000000000004700
00:00:15.785 KERNELGSBASE =fffff8000d451d00
00:00:15.785 ***
00:00:15.785 Guest paging mode:  AMD64+NX, changed 25034 times, A20 enabled
00:00:15.785 Shadow paging mode: EPT
00:00:15.785 Host paging mode:   AMD64+G+NX
00:00:15.785 ***
00:00:15.785 Active Timers (pVM=0000000000a50000)
00:00:15.785 pTimerR3         offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
00:00:15.785 0000000005a6ef70 fffec570 00000000 00000000 Real             8087606            8084067      0 2-ACTIVE                  EMT Yielder
00:00:15.785 0000000005a5b4e0 00013a10 00013a90 00000000 Real             8087606            8084075      0 2-ACTIVE                  VGA Refresh Timer
00:00:15.785 0000000005a6eef0 00000000 fffec5f0 00000000 Real             8087606            8084878      0 2-ACTIVE                  CPU Load Timer
00:00:15.785 0000000005a6a7d0 00000000 00000000 00000000 Virt         11186578289        11188733215      0 2-ACTIVE                  Audio timer
00:00:15.785 0000000005a535b0 fffffa10 00000000 00000000 VrSy         11185770964        11187500001     64 2-ACTIVE                  MC146818 RTC/CMOS - Periodic
00:00:15.786 0000000005a52fc0 00000670 000005f0 00000000 VrSy         11185770964        11231184135     18 2-ACTIVE                  i8254 Programmable Interval Timer
00:00:15.786 0000000005a53630 0001a5c0 fffff990 00000000 VrSy         11185770964        11990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:00:15.786 0000000005a6dbf0 00000000 fffe5a40 00000000 VrSy         11185770964      1199864031601      0 2-ACTIVE                  ACPI PM Timer
00:00:15.786 ***
00:00:15.786 Shadow GDT (GCAddr=ff78c000):
00:00:15.786 ffd8 - 81180087 ff008940 - base=ff408118 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSSTrap08
00:00:15.786 ffe0 - 80900087 ff008940 - base=ff408090 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSS
00:00:15.786 ffe8 - 0000ffff 00af9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 16-bit  HyperCS64
00:00:15.786 fff0 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit  HyperDS
00:00:15.786 fff8 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit  HyperCS
00:00:15.786 ***
00:00:15.786 ************** End of Guest state at power off ***************
00:00:15.786 PDMR3PowerOff: 148 304 ns run time
00:00:15.786 Changing the VM state from 'POWERING_OFF' to 'OFF'.
00:00:15.791 Changing the VM state from 'OFF' to 'DESTROYING'.
00:00:15.791 ************************* Statistics *************************
00:00:15.791 /Devices/E1k0/ReceiveBytes              0 bytes
00:00:15.791 /Devices/E1k0/TransmitBytes             0 bytes
00:00:15.791 /Devices/IDE0/ATA0/Unit0/AtapiDMA        0 times
00:00:15.791 /Devices/IDE0/ATA0/Unit0/AtapiPIO     2902 times
00:00:15.791 /Devices/IDE0/ATA0/Unit0/DMA            0 times
00:00:15.791 /Devices/IDE0/ATA0/Unit0/PIO            0 times
00:00:15.791 /Devices/IDE0/ATA0/Unit0/ReadBytes 172875776 bytes
00:00:15.791 /Devices/IDE0/ATA0/Unit0/WrittenBytes        0 bytes
00:00:15.791 /Devices/IDE0/ATA0/Unit1/AtapiDMA        0 times
00:00:15.791 /Devices/IDE0/ATA0/Unit1/AtapiPIO        0 times
00:00:15.791 /Devices/IDE0/ATA0/Unit1/DMA            0 times
00:00:15.792 /Devices/IDE0/ATA0/Unit1/PIO            0 times
00:00:15.792 /Devices/IDE0/ATA0/Unit1/ReadBytes        0 bytes
00:00:15.792 /Devices/IDE0/ATA0/Unit1/WrittenBytes        0 bytes
00:00:15.792 /Devices/IDE0/ATA1/Unit0/AtapiDMA        0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit0/AtapiPIO        0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit0/DMA            0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit0/PIO            0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit0/ReadBytes        0 bytes
00:00:15.792 /Devices/IDE0/ATA1/Unit0/WrittenBytes        0 bytes
00:00:15.792 /Devices/IDE0/ATA1/Unit1/AtapiDMA        0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit1/AtapiPIO        0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit1/DMA            0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit1/PIO            0 times
00:00:15.792 /Devices/IDE0/ATA1/Unit1/ReadBytes        0 bytes
00:00:15.792 /Devices/IDE0/ATA1/Unit1/WrittenBytes        0 bytes
00:00:15.792 /Devices/SATA0/Port0/ReadBytes       2048 bytes
00:00:15.792 /Devices/VMMDev/BalloonChunks           0 count
00:00:15.792 /Drivers/IntNet-0/BadFrames             0 count
00:00:15.792 /Drivers/IntNet-0/Bytes/Received    10840 bytes
00:00:15.792 /Drivers/IntNet-0/Bytes/Sent            0 bytes
00:00:15.792 /Drivers/IntNet-0/Overflows/Recv        0 count
00:00:15.792 /Drivers/IntNet-0/Overflows/Sent        0 count
00:00:15.792 /Drivers/IntNet-0/Packets/Lost          0 count
00:00:15.792 /Drivers/IntNet-0/Packets/Received       75 count
00:00:15.792 /Drivers/IntNet-0/Packets/Received-Gso        0 count
00:00:15.792 /Drivers/IntNet-0/Packets/Sent          0 count
00:00:15.792 /Drivers/IntNet-0/Packets/Sent-Gso        0 count
00:00:15.792 /Drivers/IntNet-0/Packets/Sent-R0        0 count
00:00:15.792 /Drivers/IntNet-0/Recv1                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.792 /Drivers/IntNet-0/Recv2                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.792 /Drivers/IntNet-0/Reserved              0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.792 /Drivers/IntNet-0/Send1                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.792 /Drivers/IntNet-0/Send2                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.792 /Drivers/IntNet-0/XmitProcessRing        0 count
00:00:15.792 /Drivers/IntNet-0/XmitWakeup-R0         0 count
00:00:15.792 /Drivers/IntNet-0/XmitWakeup-R3         0 count
00:00:15.792 /Drivers/IntNet-0/YieldNok              0 count
00:00:15.792 /Drivers/IntNet-0/YieldOk               0 count
00:00:15.792 /FT/Checkpoint/Network                  0 times
00:00:15.792 /FT/Checkpoint/Storage                  0 times
00:00:15.792 /FT/Received/Mem                        0 bytes
00:00:15.792 /FT/Received/State                      0 bytes
00:00:15.792 /FT/Sent/Mem                            0 bytes
00:00:15.792 /FT/Sent/State                          0 bytes
00:00:15.792 /FT/Sync/DeltaMem                       0 times
00:00:15.792 /FT/Sync/DeltaVM                        0 times
00:00:15.792 /FT/Sync/Full                           0 times
00:00:15.792 /GMM/VM/Allocated/cBasePages        88837 pages
00:00:15.792 /GMM/VM/Allocated/cFixedPages           0 pages
00:00:15.792 /GMM/VM/Allocated/cShadowPages          0 pages
00:00:15.792 /GMM/VM/Reserved/cBasePages        131230 pages
00:00:15.792 /GMM/VM/Reserved/cFixedPages         5636 pages
00:00:15.792 /GMM/VM/Reserved/cShadowPages           1 pages
00:00:15.792 /GMM/VM/cBalloonedPages                 0 pages
00:00:15.792 /GMM/VM/cMaxBalloonedPages              0 pages
00:00:15.792 /GMM/VM/cPrivatePages               88837 pages
00:00:15.792 /GMM/VM/cReqActuallyBalloonedPages        0 pages
00:00:15.792 /GMM/VM/cReqBalloonedPages              0 pages
00:00:15.792 /GMM/VM/cReqDeflatePages                0 pages
00:00:15.792 /GMM/VM/cShareableModules               0 count
00:00:15.792 /GMM/VM/cSharedPages                    0 pages
00:00:15.792 /GMM/VM/enmPolicy                       1 
00:00:15.792 /GMM/VM/enmPriority                     2 
00:00:15.792 /GMM/VM/fBallooningEnabled       false    
00:00:15.792 /GMM/VM/fMayAllocate             false    
00:00:15.792 /GMM/VM/fSharedPagingEnabled     false    
00:00:15.792 /GMM/cAllocatedPages               351119 pages
00:00:15.792 /GMM/cBalloonedPages                    0 pages
00:00:15.792 /GMM/cChunks                          686 count
00:00:15.792 /GMM/cDuplicatePages                    0 pages
00:00:15.792 /GMM/cFreedChunks                    1095 count
00:00:15.792 /GMM/cLeftBehindSharedPages             0 pages
00:00:15.792 /GMM/cMaxPages                   4294967295 pages
00:00:15.792 /GMM/cOverCommittedPages                0 pages
00:00:15.792 /GMM/cReservedPages                410601 pages
00:00:15.792 /GMM/cShareableModules                  0 count
00:00:15.792 /GMM/cSharedPages                       0 pages
00:00:15.792 /GVMM/EMTs                              3 calls
00:00:15.792 /GVMM/HostCPUs                          8 calls
00:00:15.792 /GVMM/HostCpus/0                        0 
00:00:15.792 /GVMM/HostCpus/0/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/0/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/0/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/0/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/0/idxCpuSet              0 
00:00:15.793 /GVMM/HostCpus/1                        1 
00:00:15.793 /GVMM/HostCpus/1/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/1/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/1/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/1/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/1/idxCpuSet              1 
00:00:15.793 /GVMM/HostCpus/2                        2 
00:00:15.793 /GVMM/HostCpus/2/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/2/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/2/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/2/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/2/idxCpuSet              2 
00:00:15.793 /GVMM/HostCpus/3                        3 
00:00:15.793 /GVMM/HostCpus/3/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/3/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/3/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/3/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/3/idxCpuSet              3 
00:00:15.793 /GVMM/HostCpus/4                        4 
00:00:15.793 /GVMM/HostCpus/4/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/4/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/4/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/4/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/4/idxCpuSet              4 
00:00:15.793 /GVMM/HostCpus/5                        5 
00:00:15.793 /GVMM/HostCpus/5/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/5/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/5/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/5/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/5/idxCpuSet              5 
00:00:15.793 /GVMM/HostCpus/6                        6 
00:00:15.793 /GVMM/HostCpus/6/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/6/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/6/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/6/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/6/idxCpuSet              6 
00:00:15.793 /GVMM/HostCpus/7                        7 
00:00:15.793 /GVMM/HostCpus/7/CurTimerHz             0 Hz
00:00:15.793 /GVMM/HostCpus/7/DesiredHz              0 Hz
00:00:15.793 /GVMM/HostCpus/7/PPTChanges             0 times
00:00:15.793 /GVMM/HostCpus/7/PPTStarts              0 times
00:00:15.793 /GVMM/HostCpus/7/idxCpuSet              7 
00:00:15.793 /GVMM/Sum/HaltBlocking            1020527 calls
00:00:15.793 /GVMM/Sum/HaltCalls               1049068 calls
00:00:15.793 /GVMM/Sum/HaltNotBlocking           28541 calls
00:00:15.793 /GVMM/Sum/HaltTimeouts             708967 calls
00:00:15.793 /GVMM/Sum/HaltWakeUps                   0 calls
00:00:15.793 /GVMM/Sum/PokeCalls                 18180 calls
00:00:15.793 /GVMM/Sum/PokeNotBusy                1380 calls
00:00:15.793 /GVMM/Sum/PollCalls                 10186 calls
00:00:15.793 /GVMM/Sum/PollHalts                     0 calls
00:00:15.793 /GVMM/Sum/PollWakeUps                   0 calls
00:00:15.793 /GVMM/Sum/WakeUpCalls              319393 calls
00:00:15.793 /GVMM/Sum/WakeUpNotHalted          170553 calls
00:00:15.793 /GVMM/Sum/WakeUpWakeUps                 0 calls
00:00:15.793 /GVMM/VM/HaltBlocking                 832 calls
00:00:15.793 /GVMM/VM/HaltCalls                    832 calls
00:00:15.793 /GVMM/VM/HaltNotBlocking                0 calls
00:00:15.793 /GVMM/VM/HaltTimeouts                 562 calls
00:00:15.793 /GVMM/VM/HaltWakeUps                    0 calls
00:00:15.793 /GVMM/VM/PokeCalls                      0 calls
00:00:15.793 /GVMM/VM/PokeNotBusy                    0 calls
00:00:15.793 /GVMM/VM/PollCalls                      0 calls
00:00:15.793 /GVMM/VM/PollHalts                      0 calls
00:00:15.793 /GVMM/VM/PollWakeUps                    0 calls
00:00:15.794 /GVMM/VM/WakeUpCalls                  272 calls
00:00:15.794 /GVMM/VM/WakeUpNotHalted              158 calls
00:00:15.794 /GVMM/VM/WakeUpWakeUps                  0 calls
00:00:15.794 /GVMM/VMs                               3 calls
00:00:15.794 /MM/HyperHeap/cbFree              1069872 bytes
00:00:15.794 /MM/HyperHeap/cbHeap              1310400 bytes
00:00:15.794 /PDM/BlkCache/cbCached                  0 bytes
00:00:15.794 /PDM/BlkCache/cbCachedFru               0 bytes
00:00:15.794 /PDM/BlkCache/cbCachedMruIn             0 bytes
00:00:15.794 /PDM/BlkCache/cbCachedMruOut            0 bytes
00:00:15.794 /PDM/BlkCache/cbMax               5242880 bytes
00:00:15.794 /PDM/CritSects/8237A#0 Auto/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/8237A#0 Auto/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/8237A#0 Auto/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/AHCI#0/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/AHCI#0/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/AHCI#0/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/ATA#0/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/ATA#0/ContentionRZLock       11 times
00:00:15.794 /PDM/CritSects/ATA#0/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/ATA#1/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/ATA#1/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/ATA#1/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/AudioSniffer#0 Auto/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/AudioSniffer#0 Auto/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/AudioSniffer#0 Auto/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/E1000#0/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/E1000#0/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/E1000#0/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/E1000#0RX/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/E1000#0RX/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/E1000#0RX/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/EM-REM/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/EM-REM/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/EM-REM/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/EmulatedATA0/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/EmulatedATA0/ContentionRZLock        1 times
00:00:15.794 /PDM/CritSects/EmulatedATA0/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/EmulatedATA1/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/EmulatedATA1/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/EmulatedATA1/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/FTM/ContentionR3         0 times
00:00:15.794 /PDM/CritSects/FTM/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/FTM/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/IOM Lock/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/IOM Lock/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/IOM Lock/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/IntNetXmit_0/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/IntNetXmit_0/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/IntNetXmit_0/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/MM-HYPER/ContentionR3        0 times
00:00:15.794 /PDM/CritSects/MM-HYPER/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/MM-HYPER/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/NOP/ContentionR3         0 times
00:00:15.794 /PDM/CritSects/NOP/ContentionRZLock        0 times
00:00:15.794 /PDM/CritSects/NOP/ContentionRZUnlock        0 times
00:00:15.794 /PDM/CritSects/PDM/ContentionR3         0 times
00:00:15.795 /PDM/CritSects/PDM/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/PDM/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/PGM/ContentionR3         0 times
00:00:15.795 /PDM/CritSects/PGM/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/PGM/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/PS2KM#0/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/PS2KM#0/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/PS2KM#0/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/REM-Register/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/REM-Register/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/REM-Register/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/TM Timer Lock/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/TM Timer Lock/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/TM Timer Lock/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/TM VirtualSync Lock/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/TM VirtualSync Lock/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/TM VirtualSync Lock/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/VGA#u/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/VGA#u/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/VGA#u/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/VMMDev#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/VMMDev#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/VMMDev#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/VMMDev#u/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/VMMDev#u/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/VMMDev#u/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/acpi0/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/acpi0/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/acpi0/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/ahci#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/ahci#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/ahci#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/e1000#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/e1000#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/e1000#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/hda#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/hda#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/hda#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/i8259#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/i8259#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/i8259#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/ioapic#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/ioapic#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/ioapic#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/mc146818#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/mc146818#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/mc146818#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/pcarch#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/pcarch#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/pcarch#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/pcbios#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/pcbios#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/pcbios#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/pci#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/pci#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/pci#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/pckbd#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/pckbd#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/pckbd#0 Auto/ContentionRZUnlock        0 times
00:00:15.795 /PDM/CritSects/piix3ide#0 Auto/ContentionR3        0 times
00:00:15.795 /PDM/CritSects/piix3ide#0 Auto/ContentionRZLock        0 times
00:00:15.795 /PDM/CritSects/piix3ide#0 Auto/ContentionRZUnlock        0 times
00:00:15.796 /PDM/CritSects/pit/ContentionR3         0 times
00:00:15.796 /PDM/CritSects/pit/ContentionRZLock        0 times
00:00:15.796 /PDM/CritSects/pit/ContentionRZUnlock        0 times
00:00:15.796 /PDM/CritSects/usb-ohci#0 Auto/ContentionR3        0 times
00:00:15.796 /PDM/CritSects/usb-ohci#0 Auto/ContentionRZLock        0 times
00:00:15.796 /PDM/CritSects/usb-ohci#0 Auto/ContentionRZUnlock        0 times
00:00:15.796 /PDM/CritSects/vga#0 Auto/ContentionR3        0 times
00:00:15.796 /PDM/CritSects/vga#0 Auto/ContentionRZLock        0 times
00:00:15.796 /PDM/CritSects/vga#0 Auto/ContentionRZUnlock        0 times
00:00:15.796 /PDM/Queue/AHCI-Xmit/AllocFailures        0 times
00:00:15.796 /PDM/Queue/AHCI-Xmit/Flush              0 calls
00:00:15.796 /PDM/Queue/AHCI-Xmit/FlushLeftovers        0 times
00:00:15.796 /PDM/Queue/AHCI-Xmit/Insert             0 calls
00:00:15.796 /PDM/Queue/AHCI-Xmit/cItems            60 count
00:00:15.796 /PDM/Queue/AHCI-Xmit/cbItem            32 bytes
00:00:15.796 /PDM/Queue/DevHlp/AllocFailures         0 times
00:00:15.796 /PDM/Queue/DevHlp/Flush                 0 calls
00:00:15.796 /PDM/Queue/DevHlp/FlushLeftovers        0 times
00:00:15.796 /PDM/Queue/DevHlp/Insert                0 calls
00:00:15.796 /PDM/Queue/DevHlp/cItems                8 count
00:00:15.796 /PDM/Queue/DevHlp/cbItem               48 bytes
00:00:15.796 /PDM/Queue/E1000-Rcv/AllocFailures        0 times
00:00:15.796 /PDM/Queue/E1000-Rcv/Flush              0 calls
00:00:15.796 /PDM/Queue/E1000-Rcv/FlushLeftovers        0 times
00:00:15.796 /PDM/Queue/E1000-Rcv/Insert             0 calls
00:00:15.796 /PDM/Queue/E1000-Rcv/cItems             1 count
00:00:15.796 /PDM/Queue/E1000-Rcv/cbItem            24 bytes
00:00:15.796 /PDM/Queue/E1000-Xmit/AllocFailures        0 times
00:00:15.796 /PDM/Queue/E1000-Xmit/Flush             0 calls
00:00:15.796 /PDM/Queue/E1000-Xmit/FlushLeftovers        0 times
00:00:15.796 /PDM/Queue/E1000-Xmit/Insert            0 calls
00:00:15.796 /PDM/Queue/E1000-Xmit/cItems            1 count
00:00:15.796 /PDM/Queue/E1000-Xmit/cbItem           24 bytes
00:00:15.796 /PDM/Queue/Keyboard/AllocFailures        0 times
00:00:15.796 /PDM/Queue/Keyboard/Flush               0 calls
00:00:15.796 /PDM/Queue/Keyboard/FlushLeftovers        0 times
00:00:15.796 /PDM/Queue/Keyboard/Insert              0 calls
00:00:15.796 /PDM/Queue/Keyboard/cItems             64 count
00:00:15.796 /PDM/Queue/Keyboard/cbItem             32 bytes
00:00:15.796 /PDM/Queue/Mouse/AllocFailures          0 times
00:00:15.796 /PDM/Queue/Mouse/Flush                  0 calls
00:00:15.796 /PDM/Queue/Mouse/FlushLeftovers         0 times
00:00:15.796 /PDM/Queue/Mouse/Insert                 0 calls
00:00:15.796 /PDM/Queue/Mouse/cItems               128 count
00:00:15.796 /PDM/Queue/Mouse/cbItem                56 bytes
00:00:15.796 /PDM/Queue/Mouse_1/AllocFailures        0 times
00:00:15.796 /PDM/Queue/Mouse_1/Flush                0 calls
00:00:15.796 /PDM/Queue/Mouse_1/FlushLeftovers        0 times
00:00:15.796 /PDM/Queue/Mouse_1/Insert               0 calls
00:00:15.796 /PDM/Queue/Mouse_1/cItems             128 count
00:00:15.796 /PDM/Queue/Mouse_1/cbItem              56 bytes
00:00:15.796 /PGM/CPU0/cGuestModeChanges         25034 times
00:00:15.796 /PGM/ChunkR3Map/Mapped                174 count
00:00:15.796 /PGM/ChunkR3Map/Unmapped                0 count
00:00:15.796 /PGM/ChunkR3Map/c                     174 count
00:00:15.796 /PGM/ChunkR3Map/cMax             4294967295 count
00:00:15.796 /PGM/LargePage/Recheck                  0 times
00:00:15.796 /PGM/LargePage/Refused                  1 times
00:00:15.796 /PGM/LargePage/Reused                   0 times
00:00:15.796 /PGM/Page/cAllPages                136779 count
00:00:15.796 /PGM/Page/cBalloonedPages               0 count
00:00:15.797 /PGM/Page/cHandyPages                   7 count
00:00:15.797 /PGM/Page/cLargePages                   0 count
00:00:15.797 /PGM/Page/cLargePagesDisabled           0 count
00:00:15.797 /PGM/Page/cMonitoredPages               0 count
00:00:15.797 /PGM/Page/cPrivatePages             94466 count
00:00:15.797 /PGM/Page/cPureMmioPages               41 count
00:00:15.797 /PGM/Page/cReadLockedPages              0 count
00:00:15.797 /PGM/Page/cReusedSharedPages            0 count
00:00:15.797 /PGM/Page/cSharedPages                  0 count
00:00:15.797 /PGM/Page/cWriteLockedPages             0 count
00:00:15.797 /PGM/Page/cWrittenToPages               0 count
00:00:15.797 /PGM/Page/cZeroPages                42272 count
00:00:15.797 /PGM/ShMod/Check                        0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.797 /PGM/cRelocations                       0 times
00:00:15.797 /PROF/CPU0/EM/Capped                    0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.797 /PROF/CPU0/EM/ForcedActions         62100 times
00:00:15.797 /PROF/CPU0/EM/Halted                  213 times
00:00:15.797 /PROF/CPU0/EM/RAWTotal                  0 times
00:00:15.797 /PROF/CPU0/EM/REMTotal                  0 times
00:00:15.797 /PROF/CPU0/EM/Total              24554676545 ticks/call ( 24554676545 ticks,       1 times, max 24554676545, min 24554676545)
00:00:15.797 /PROF/VM/CPU0/Halt/Block          2807031 ns/call (  2310186963 ticks,     823 times, max   5544638, min    2815)
00:00:15.797 /PROF/VM/CPU0/Halt/BlockInsomnia        0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.797 /PROF/VM/CPU0/Halt/BlockOnTime          0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.797 /PROF/VM/CPU0/Halt/BlockOverslept        0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.797 /PROF/VM/CPU0/Halt/Timers            4331 ns/call (    13175059 ticks,    3042 times, max    142518, min     410)
00:00:15.797 /PROF/VM/CPU0/Halt/Yield                0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:15.797 /REM/TbFlushCount                       0 times
00:00:15.797 /REM/TbPhysInvldCount                7775 times
00:00:15.797 /REM/TlbFlushCount                   7505 times
00:00:15.797 /TM/CPU/00/cNsExecuting          7147547202 ns
00:00:15.797 /TM/CPU/00/cNsHalted             2325711007 ns
00:00:15.797 /TM/CPU/00/cNsOther              1713324417 ns
00:00:15.797 /TM/CPU/00/cNsTotal              11186582626 ns
00:00:15.797 /TM/CPU/00/cPeriodsExecuting       876471 count
00:00:15.797 /TM/CPU/00/cPeriodsHalted             213 count
00:00:15.797 /TM/CPU/00/pctExecuting                89 %
00:00:15.797 /TM/CPU/00/pctHalted                    0 %
00:00:15.797 /TM/CPU/00/pctOther                    10 %
00:00:15.797 /TM/CPU/pctExecuting                   89 %
00:00:15.797 /TM/CPU/pctHalted                       0 %
00:00:15.797 /TM/CPU/pctOther                       10 %
00:00:15.797 /TM/MaxHzHint                           0 Hz
00:00:15.797 /TM/R0/1nsSteps                       208 times
00:00:15.797 /TM/R3/1nsSteps                       210 times
00:00:15.797 /TM/TSC/offCPU0                  23620971985 ticks
00:00:15.797 /TM/VirtualSync/CurrentOffset      146253 ns
00:00:15.797 /VUSB/0/cUrbsInPool                     0 count
00:00:15.797 ********************* End of statistics **********************
00:00:15.983 Changing the VM state from 'DESTROYING' to 'TERMINATED'.
MOD Edit: post the complete log files as an attachment
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Perryg »

You managed to remove the part of the log file that we really need to see.
Post the complete log file (as an attachment)
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by mpack »

@Jimi, please don't hijack other people's threads. Your problem description is not the same as the OPs, therefore it belongs in a different discussion. Better to start your own topic.
Jimi
Posts: 4
Joined: 27. Jun 2012, 22:26

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Jimi »

HostMemoryLow was the error as in this thread.
Jimi
Posts: 4
Joined: 27. Jun 2012, 22:26

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Jimi »

When I increased the memory for first virtual machine to 1 GB then I was not able to start 2nd vm, got HostMemoryLow.
Still 6GB in the WIN7 system and only browser running.
Log attached.

J
Attachments
WIN7Virtual2-2012-06-28-17-07-00.log
(89.87 KiB) Downloaded 21 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Suddenly getting HostMemoryLow, was working fine last ti

Post by Perryg »

@jimi,

Are you using google chrome on the host?
Post Reply