OS Name/Version: Debian 12
Product Name/Version: Icarus v2.6.0.8 - 20250124.1
Problem Description: About an hour and 15-20 mins into the server running, it will randomly crash with this error.
|CPU Model|Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz|
|CPU Layout|1S/24C/48T|
|Installed RAM|190 Gb|
No memory policy defined
[2025.01.26-00.03.12:699][ 24]LogIcarusStateRecorderComponent: Display: BeginRecording - OwningActor: BP_VR_CaveWall_SW_01_C_2147293273 | Recorder: VoxelRecorderComponent_2147293272
[2025.01.26-00.03.14:095][ 43]LogIcarusStateRecorderComponent: Display: BeginRecording - OwningActor: BP_VR_CaveWall_SW_01_C_2147293273 | Recorder: VoxelRecorderComponent_2147293272
[2025.01.26-00.03.15:704][ 65]LogIcarusStateRecorderComponent: Display: BeginRecording - OwningActor: BP_VR_CaveWall_SW_01_C_2147293273 | Recorder: VoxelRecorderComponent_2147293272
[2025.01.26-00.03.16:362][ 74]LogIcarusStateRecorderComponent: Display: BeginRecording - OwningActor: BP_VR_CaveWall_SW_01_C_2147293273 | Recorder: VoxelRecorderComponent_2147293272
[2025.01.26-00.03.17:527][ 89]LogIcarusStateRecorderComponent: Display: BeginRecording - OwningActor: BP_VR_CaveWall_SW_01_C_2147293273 | Recorder: VoxelRecorderComponent_2147293272
[2025.01.26-00.03.20:610][130]LogIcarusStateRecorderComponent: Display: BeginRecording - OwningActor: BP_VR_CaveWall_SW_01_C_2147293273 | Recorder: VoxelRecorderComponent_2147293272
[2025.01.26-00.03.20:719][131]LogCompression: Warning: appUncompressMemoryZLIB failed: Error: Z_DATA_ERROR, input data was corrupted or incomplete!
[2025.01.26-00.03.20:720][131]LogCompression: Error: FCompression::UncompressMemory - Failed to uncompress memory (14374/17424) from address 00007FA93F5D4070 using format Zlib, this may indicate the asset is corrupt!
[2025.01.26-00.03.20:720][131]LogCompression: Warning: appUncompressMemoryZLIB failed: Error: Z_DATA_ERROR, input data was corrupted or incomplete!
[2025.01.26-00.03.20:720][131]LogCompression: Error: FCompression::UncompressMemory - Failed to uncompress memory (14374/17424) from address 00007FA9462DC050 using format Zlib, this may indicate the asset is corrupt!
[2025.01.26-00.03.20:720][131]LogCompression: Warning: appUncompressMemoryZLIB failed: Error: Z_DATA_ERROR, input data was corrupted or incomplete!
[2025.01.26-00.03.20:720][131]LogCompression: Error: FCompression::UncompressMemory - Failed to uncompress memory (14374/17424) from address 00007FA93E5D8060 using format Zlib, this may indicate the asset is corrupt!
[2025.01.26-00.03.20:720][131]LogMemory: Warning: Freeing 33554432 bytes from backup pool to handle out of memory.
[2025.01.26-00.03.20:720][131]LogMemory: Warning: MemoryStats:
AvailablePhysical 187586895872
AvailableVirtual 188610301952
UsedPhysical 7350583296
PeakUsedPhysical 7352852480
UsedVirtual 7324352512
PeakUsedVirtual 7324352512
[2025.01.26-00.03.20:720][131]Allocator Stats for binned2 are not in this build set BINNED2_ALLOCATOR_STATS 1 in MallocBinned2.cpp
[2025.01.26-00.03.20:720][131]LogWindows: Windows GetLastError: Success. (0)
[2025.01.26-00.04.20:722][131]LogWindows: Error: === Critical error: ===
[2025.01.26-00.04.20:722][131]LogWindows: Error:
[2025.01.26-00.04.20:722][131]LogWindows: Error: Fatal error: [File:Unknown] [Line: 197]
[2025.01.26-00.04.20:722][131]LogWindows: Error: Ran out of memory allocating 217088 bytes with alignment 0
[2025.01.26-00.04.20:722][131]LogWindows: Error:
[2025.01.26-00.04.20:722][131]LogWindows: Error:
[2025.01.26-00.04.20:722][131]LogWindows: Error:
[2025.01.26-00.04.20:732][131]LogExit: Executing StaticShutdownAfterError
[2025.01.26-00.04.21:141][131]LogPhysicsCore: Error: PHYSX: (D:\Build\++Fortnite\Sync\Engine\Source\ThirdParty\PhysX3\PhysX_3.4\Source\PhysX\src\NpScene.cpp 238) eINVALID_OPERATION : PxScene::release(): Scene is still being simulated! PxScene::fetchResults() is called implicitly.
[2025.01.26-00.04.21:417][131]LogPhysicsCore: Error: PHYSX: (D:\Build\++Fortnite\Sync\Engine\Source\ThirdParty\PhysX3\PxShared\src\foundation\src\PsFoundation.cpp 180) eINVALID_OPERATION : Foundation destruction failed due to pending module references. Close/release all depending modules first.
[2025.01.26-00.04.21:418][131]LogWindows: FPlatformMisc::RequestExit(1)
[2025.01.26-00.04.21:418][131]LogWindows: FPlatformMisc::RequestExitWithStatus(1, 3)
[2025.01.26-00.04.21:418][131]LogCore: Engine exit requested (reason: Win RequestExit)
[2025.01.26-00.04.21:427][131]Log file closed, 01/26/25 00:04:21
Steps to reproduce:
- Run Server
- Crash
Actions taken to resolve so far: Restarted bare metal server to clear cache and swap. Issue still persists.
Trying below from Rocketwerx:
echo “vm.max_map_count=262144” >> /etc/sysctl.conf
sudo sysctl -p
Not sure if this will affect inside of the docker container or not, but that was their recommendation for a VM on a linux server.