Nanite: appError called: Assertion failed: AllocatedPagesSize <= ( 1u << 31 )

When I import some meshes, the editor crashes and log the message below:

[2023.05.12-04.30.30:839][973]LogWindows: Error: appError called: Assertion failed: AllocatedPagesSize <= ( 1u << 31 ) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Rendering\NaniteStreamingManager.cpp] [Line: 1344] 

[2023.05.12-04.30.36:018][973]LogWindows: Error: === Critical error: ===
[2023.05.12-04.30.36:018][973]LogWindows: Error: 
[2023.05.12-04.30.36:018][973]LogWindows: Error: Assertion failed: AllocatedPagesSize <= ( 1u << 31 ) [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Rendering\NaniteStreamingManager.cpp] [Line: 1344] 
[2023.05.12-04.30.36:018][973]LogWindows: Error: 

What casued this error? Does it mean nanite needs too much memory?

Did you manage to solve the problem?