yukamu 发表于 2021-9-6 19:05

unreal编译内存不够修改编译配置文件

C:\Users\”用户名称“\AppData\Roaming\Unreal Engine\UnrealBuildTool下的BuildConfiguration.xml

内容

<?xml version="1.0" encoding="utf-8" ?>

<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">

<BuildConfiguration>

<bAllowXGE>false</bAllowXGE>

</BuildConfiguration>

<LocalExecutor>

<ProcessorCountMultiplier>1</ProcessorCountMultiplier>

<MaxProcessorCount>8</MaxProcessorCount>

</LocalExecutor>

<ParallelExecutor>

<ProcessorCountMultiplier>1</ProcessorCountMultiplier>

<MaxProcessorCount>8</MaxProcessorCount>

</ParallelExecutor>

<WindowsPlatform>

<PCHMemoryAllocationFactor>100</PCHMemoryAllocationFactor>

</WindowsPlatform>

</Configuration>
页: [1]
查看完整版本: unreal编译内存不够修改编译配置文件