QA

QA Report: Resolving UE5 and Houdini Crashes on Dell Aurora R16

Symptoms:

When using Unreal Engine 5 (UE5) and Houdini on a Dell Aurora R16, the programs crash once the system memory usage exceeds 40%.

System Specifications:

Testing Procedure:

Benchmark tests were conducted using Houdini with the Axiom plugin. A total of 10 tests were performed and averaged to measure performance and identify issues before and after modifications.

Before Modifications:

Performance Metrics:

After Modifications:

Performance Metrics:

Solution Implemented:

Effect of Modifications:

Probable Cause:

The crashes were likely due to the GPU timing out and the dynamic frequency scaling of the CPU. Extending the TDR delay provided the GPU with sufficient time to complete tasks without causing a timeout, while disabling SpeedStep and SpeedShift prevented the CPU from dynamically adjusting its frequency, which can cause instability under heavy load conditions.

By implementing these changes, the stability of UE5 and Houdini on the Dell Aurora R16 was significantly improved, allowing for more reliable operation during demanding tasks.