rumpelMember
#1
Durch Ändern der folgenden Einstellungen kannst du Serverabstürze reduzieren:

Code:
DropItemMaxNum=3000 -> DropItemMaxNum=500

Code:
DropItemAliveMaxHours=0.500000

Code:
bEnableInvaderEnemy=True -> bEnableInvaderEnemy=False


Engine.ini Einstellungen, die dir helfen können, diese Probleme zu lindern.

Code:
; Online Subsystem Utils Configuration
; Adjusting tick rates for LAN and Internet servers to enhance the frequency of game state updates,
; leading to smoother gameplay and less desynchronization between server and clients.
[/script/onlinesubsystemutils.ipnetdriver]
LanServerMaxTickRate=120  ; Sets maximum ticks per second for LAN servers, higher rates result in smoother gameplay.
NetServerMaxTickRate=120  ; Sets maximum ticks per second for Internet servers, similarly ensuring smoother online gameplay.

; Player Configuration
; These settings are crucial for optimizing the network bandwidth allocation per player,
; allowing for more data to be sent and received without bottlenecking.
[/script/engine.player]
ConfiguredInternetSpeed=104857600  ; Sets the assumed player internet speed in bytes per second. High value reduces chances of bandwidth throttling.
ConfiguredLanSpeed=104857600       ; Sets the LAN speed, ensuring LAN players can utilize maximum network capacity.

; Socket Subsystem Epic Configuration
; Tailoring the max client rate for both local and internet clients, this optimizes data transfer rates,
; ensuring that the server can handle high volumes of data without causing lag.
[/script/socketsubsystemepic.epicnetdriver]
MaxClientRate=104857600          ; Maximum data transfer rate per client for all connections, set to a high value to prevent data capping.
MaxInternetClientRate=104857600  ; Specifically targets internet clients, allowing for high-volume data transfer without restrictions.

; Engine Configuration
; These settings manage how the game's frame rate is handled, which can impact how smoothly the game runs.
; Smoother frame rates can lead to a better synchronization between client and server.
[/script/engine.engine]
bSmoothFrameRate=true    ; Enables the game engine to smooth out frame rate fluctuations for a more consistent visual experience.
bUseFixedFrameRate=false ; Disables the use of a fixed frame rate, allowing the game to dynamically adjust frame rate for optimal performance.
SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=30.000000),UpperBound=(Type=Exclusive,Value=120.000000)) ; Sets a target frame rate range for smoothing.
MinDesiredFrameRate=60.000000 ; Specifies a minimum acceptable frame rate, ensuring the game runs smoothly at least at this frame rate.
FixedFrameRate=120.000000     ; (Not active due to bUseFixedFrameRate set to false) Placeholder for a fixed frame rate if needed.
NetClientTicksPerSecond=120   ; Increases the update frequency for clients, enhancing responsiveness and reducing lag.


Diese Einstellungen sollte dir helfen deinen Palword Server zu Optimieren.

Wichtig ist auch das du deinem Server min. 60sec Zeit lässt bis du ihn restartest. Wir raten dir eine Schedule einzurichten die wie folgt aussieht.

Code:
Trigger
Every 2 hours

Code:
Stop the application

Code:
Wait for 60 seconds

Code:
Take a backup  (Optional muss nicht)

Code:
Wait for 60 seconds

Code:
Start the application


Wir könnten auch direkt nach 60sec. ein Restart durchführen machen, es aus Erfahrung aber lieber so wie oben beschrieben.

Auch die 3 Stunden für den Restart sind nur so eingeschätzt worden. Wir haben das verhalten des Server beobachtet und uns dann für 3 Stunden entschieden.

Das war es auch schon wieder von mir...

LG

rumpel  Tongue
[Bild: logo.png]