So we tried as suggested on the AnswerHub link you sent me, it still fails all the time. It seems to be failing now on all computers we run the cooking process.
There’s is not much when it comes to reproduction we can send you’re way, we are basically just running a cook, I could look into what kind of options we have. Are the’re any pitfalls regarding map size we should be aware of in regards to memory usage during a cook? Is the’re a set of minimum requirements for cooking or should the cooking process manage to handle high amounts of data without a significant amount of RAM in all circumstances?
We have quite large maps, we are using a script and calling RunUAT with these arguments:
-clientconfig=Development
-serverconfig=Development
-nocompile
-nocompileeditor
-installed
-utf8output
-platform=Win64
-targetplatform=Win64
-build
-cook
-map=%MapsToCook%
-unversionedcookedcontent
-pak
-createreleaseversion=testing
-manifests
-compressed
-stage
-package
-cmdline=
-Messaging
-CrashReporter
-unattended
-clean
Most of which I ripped form the argument list given when doing a cook from within the editor, I will be doing so now.