Skip to content

Commit ac3b20e

Browse files
committed
less than 64mb of ram fix
1 parent 4456f9a commit ac3b20e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • boot/freeldr/freeldr/include

boot/freeldr/freeldr/include/mm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ULONG MmGetBiosMemoryMap(_Out_ PFREELDR_MEMORY_DESCRIPTOR *MemoryMap);
137137

138138
/* Heap */
139139
#define DEFAULT_HEAP_SIZE (1024 * 1024)
140-
#define TEMP_HEAP_SIZE (32 * 1024 * 1024)
140+
#define TEMP_HEAP_SIZE (8 * 1024 * 1024)
141141

142142
extern SIZE_T FrLdrImageSize;
143143

0 commit comments

Comments
 (0)