moraaar

Results 33 comments of moraaar

I debugged this and the buffer size it's complaining about is controlled by the CVAR `r_skinnedMeshInstanceMemoryPoolSize` in `SkinnedMeshOutputStreamManager.cpp`. I tested to change the default value from 256MB to 128MB and...

That's awesome @akioCL! Great to know, thanks! I'll check that out.

> @amzn-pratikpa ; could you check if this is core? If not, you can send it back to sig/graphics, Thanks! Assigning back to graphics sig since it's a GPU skinning...

The blast tests are already running serially as workaround, this ticket is not to fix blast tests, but to investigate why running them in parallel fail randomly. The blast tests...

It'd be great to get this separation in both **o3de nightly** (https://jenkins.build.o3de.org/job/O3DE_periodic-incremental-daily/job/development/) and **aws-lumberyard-dev fork nightly**

As discussed in the last sig-build meeting, here it's a proposal of jobs separation. Tagging @amzn-changml @dshmz Split for [**o3de nightly**](https://jenkins.build.o3de.org/job/O3DE_periodic-incremental-daily/job/development/): Pipeline 1 would contain the build jobs, runs daily,...

Agree completely with @lumberyard-employee-dm. My only addition would be to also build "profile" for mac, which I don't see it in his list (unless it's expected to be part of...

>The workaround is to touch engine.json file to force bake setreg files, but that's not trivial to know. FYI @lumberyard-employee-dm I tried this and it didn't force .setreg files in...

>The circular include issue appears to have been resolved Thanks @lumberyard-employee-dm. Is this fix already merged into development? It's still failing with the same error in today's nightly build: https://jenkins-pipeline.agscollab.com/blue/rest/organizations/jenkins/pipelines/O3DE-LY-Fork-development_periodic-incremental-daily-internal/runs/514/nodes/417/log/?start=0

The [last execution](https://jenkins-pipeline.agscollab.com/blue/organizations/jenkins/O3DE-LY-Fork-development_periodic-incremental-daily-internal/detail/O3DE-LY-Fork-development_periodic-incremental-daily-internal/518/pipeline/815) still reports a `MaxPathLength` error, reassigning to @lumberyard-employee-dm ```` [2022-10-21T06:03:09.374Z] D:\workspace\o3de\Code\Framework\AzCore\AzCore/IO/Path/Path.h(174,39): error C2065: 'MaxPathLength': undeclared identifier [D:\workspace\o3de\build\windows\Code\Framework\AzCore\AzCore.Tests.vcxproj] [2022-10-21T06:03:09.637Z] constexpr AZStd::fixed_string FixedMaxPathString() const noexcept; [2022-10-21T06:03:09.893Z] ^ [2022-10-21T06:03:10.149Z] D:\workspace\o3de\Code\Framework\AzCore\AzCore/IO/Path/Path.h(174,52):...