Page 1 of 1

Fix Pipeworks related serverlags

PostPosted: Tue May 24, 2016 14:15
by Milan*
Hi,

you have pipeworks with mesecons installed and your lag is very high?

Simple method:

    * Just check your servers log for actions of currently offline players.
    * Teleport you to the locations where the actions come from
    * Shutdown the systems
    * Check you lag again

More complex method:

    * Add the following into your minetest.conf:
    mod_profiling = true
    detailed_profiling = true

    * Restart your server and wait a minute
    * enter the command /save_mod_profile
    * you will find a table infos about your mods in the debug.txt
    In my case it was pipeworks because a player forgot to configure the output of his autofarmer.
    The papyrus was just complessed in the pipes^^
    The table of my example: https://haste.tchncs.de/dewohufazo.apache

To prevent issues like this, is already under discussion: https://github.com/minetest-mods/pipeworks/issues/140

Kind regard, i hope it was helful :)

PS: thanks for Fixer from the irc for showing me this server properties.