webbukkit / DynmapBlockScan

Tool to scan post-1.8 MC blocks and JSON model data to automatically generate Dynmap models
63 stars 30 forks source link

1.12.2 Watchdog Kills Start-up #23

Closed durand1w closed 5 years ago

durand1w commented 6 years ago

Starting up a test server with no Dynmap configuration changes. Startup spams a lot of messages similar to the one's below before crashing. Appears that the Watchdog process is killing start-up due to the amount of logging being written. The Tyrbuilders mod below is one that I created and works on a server, but does use several models rather than just blocks. I don't expect the models to be mapped. Is it possible to reduce the volume of data logging out since this seems more like a DEBUG level?

Dynmap-3.0-alpha-1-forge-1.12.2 DynmapBlockScan-3.0-alpha-1-forge-1.12.2

Crash and Startup Logs.zip

Greatone123 commented 6 years ago

Could change the tick rate so it disables watchdog. That's what I did to fix the issue.

mikeprimm commented 6 years ago

Latest DynmapBlockScan drops the logging spam way down, which should help this.

http://dynmap.us/builds/DynmapBlockScan/

Also, Dynmap-3.0-alpha-3 and latest dev builds are under http://dynmap.us/releases/ and http://dynmap.us/builds/dynmap/, respectively

durand1w commented 6 years ago

I'm playing with 3.0 Snapshot (9-3) right now and it started with no issues and is running considerably faster. In game lag is greatly improved. Thanks for putting together these changes!