Changeset 30434 in vbox
- Timestamp:
- Jun 24, 2010 1:24:02 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ConsoleImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r30431 r30434 2961 2961 ++cOperations; 2962 2962 2963 // assume that creating a diff image takes as long as saving a 1 MB state2963 // assume that creating a diff image takes as long as saving a 1MB state 2964 2964 // (note, the same value must be used in SessionMachine::BeginTakingSnapshot() on the server!) 2965 2965 ulTotalOperationsWeight += 1; … … 5178 5178 5179 5179 RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum user application address: 0x%p\n", sysInfo.lpMaximumApplicationAddress); 5180 RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size: %d MB\n", maxRAMArch);5180 RTLogRelLogger(loggerRelease, 0, ~0U, "Maximum allowed guest RAM size: %dMB\n", maxRAMArch); 5181 5181 #endif 5182 5182
Note:
See TracChangeset
for help on using the changeset viewer.

