Debugging Tools for Windows |
/burnmemory 参数将Windows能使用的内存总数控制在指定值。
/burnmemory参数只在Windows Server 2003、Windows XP和Windows 2000上支持。在Windows Vista及之后的Windows中,使用BCDEdit的 removememory 参数。
该参数和/maxmem类似,都指定了Windows可以使用的内存总数。但是,因为/maxmem 实际上是设置Windows可以使用的内存地址上限,而系统内存的分配可能会有一些空隙,所以/burnmemory 参数比/maxmem 要更加精确。