VirtualBox

Changeset 33508 in vbox for trunk/src


Ignore:
Timestamp:
Oct 27, 2010 1:33:44 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67100
Message:

Write a note in the release log when we refuse to allocate more large pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r33507 r33508  
    38523852    {
    38533853        /** Too little free RAM left; don't bother as the host might try to move memory around, which is very expensive. */
     3854        LogRel(("PGMR3PhysAllocateLargeHandyPage: refuse to allocate large page; available memory on the host: %RX64\n", cbAvailableMem));
    38543855        return VINF_EM_NO_MEMORY;
    38553856    }
Note: See TracChangeset for help on using the changeset viewer.

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