BiggerSeries / BiggerReactors

GNU Lesser General Public License v2.1
12 stars 18 forks source link

Bigger Reactor timeouts server on max size 128x128x192 #66

Closed torbenprobst closed 1 year ago

torbenprobst commented 2 years ago

Infos

Server ist running ATM7 0.4.34

Problem:

A friend of mine built a Bigger Reactor with the max size of 128x128x192. As soon as everything were built and placed the server suddenly began to timeout and crash all the time.

Sometimes after 15 mins but often much earlier.

If you need further informations hit me up.

Following parts were used in the max version of the Multiblock Reactor:

Crash Log:

https://mclo.gs/fTIK5l8

Picture of the Reactor

This is how the reactor looks like: image

RogueLogix commented 2 years ago

For future knowledge, issues can be transferred.

The crash log you have is a watchdog kill and not a crash from my code, based on the log its being killed while merging multiblocks. the watchdog should be disabled, im not sure how exactly thats done, but google should find it for you. this circumstance is also most likely to happen at chunk load/unload, so add a chunkloader if you can to reduce multiblock operations.

RogueLogix commented 1 year ago

Closing as stale without specific crash, open a new issue if this still persists