over 2 years
ago -
lama
-
Direct link
Check your HDD utilization in Task Manager while loading instead of CPU utilization. I expect it to be pegged at 100% because loading is being bottlenecked by your HDD. There's no way to make your HDD load things faster.
You can try enabling the experimental async loading code we have but I have no idea what difference it'll make in this case. Set your launch options for Rust to: +asyncWarmup true +warmupConcurrency 64 +preloadConcurrency 128 +forceUnloadBundles false
Please let me know if you run into any issues when using these launch options.
You can try enabling the experimental async loading code we have but I have no idea what difference it'll make in this case. Set your launch options for Rust to: +asyncWarmup true +warmupConcurrency 64 +preloadConcurrency 128 +forceUnloadBundles false
Please let me know if you run into any issues when using these launch options.