Nanite NumAllocatedRootPages >= (uint32)

What casued this error?
LogWindows: Error: appError called: Assertion failed: NumAllocatedRootPages >= (uint32)ClusterPageData.Allocator.GetMaxSize() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Rendering\NaniteStreamingManager.cpp] [Line: 1332]

我也遇到了同样的问题,我的场景中有17万个nanite物体。无法一次性显示,一起加载这些nanite物体会崩溃。现在我只能用关卡流的方式解决这个问题,但加载和卸载需要很多时间。请问你是用什么方法解决这个问题的?