[Server] Asia Thailand Minetest 5.0.1 :30001 aktive

[Server] Minetest Thailand 5.1.0-e22a69d :30001 aktive

Postby Festus1965 » Sat Mar 16, 2019 3:30 am

from [Server] Just Test Tribute
talamh wrote:https://github.com/ac-minetest/anticheat


how can it be, that after so much gamer protest and complain about cheaters this can hide ?:
[Mod] anticheat (6b101b1 on Sep 8, 2017)
It is downloaded, edited (moderators) and ready to activate next server start.

add:
no_guests: add new rule
added rule "[A-Z][a-z]{3,}[1-9][0-9]{2,3}" to no_guests, as this rule counts gamer as guest and only 1/8 points instead of 1 point, and this indicates what THEY think is a guest, I think meant also as clone users hihi

update myself about rules of get points on server-list
and may set a change at max_gamer ...
and reading more in the server list code there is just now a border at 200+, not before at steps of 17, 33 or more max_gamer. And as then also minus with 90% of max_gamer, at me 32 max mean if server reach 80% of 32 = 25 or 26 already penalty - 6.4 points.
So reverse to keep a good lag status 32 gamer in, I need to set max_gamer to 32/80*100 = 40, hmm to optimize ranking also - might be or not important, but I know, when I reached place one, most other servers allow guests lost them also, like they get one mismatch client warning and do not try again, what is perfect to
* block clones
* make real minetest gamer to upgrade, but just the announce "wrong protocol or what ever" is not helping them at all to understand the coders language about protocol tsts

serverpackethandler.cpp for new compling
I just did too changes in core src serverpackethandler.cpp showing me also what rule raised log a "mismatched client tried ...", as there are two ...
*
Code: Select all
if (depl_serial_v == SER_FMT_VER_INVALID) ...

*
Code: Select all
if ((g_settings->getBool("strict_protocol_version_checking") &&
         net_proto_version != LATEST_PROTOCOL_VERSION) ||
         net_proto_version < SERVER_PROTOCOL_VERSION_MIN ||
         net_proto_version > SERVER_PROTOCOL_VERSION_MAX) {

so i will see which of them occurred ...

.../src/network/networkprotocol.h line 931
also searching now for more clear text at old clients when want to connect to mts 5.0.0 as this
Code: Select all
Access denied. Your clients version is not supported.
Please contact server administrator.

is definitely to less info for normal users. AT least there could announced to use new version 5.0.0 Minetest client/app from minetest.net or like that. Or is that client side message ?
found at: .../src/network/networkprotocol.h line 931
I will take a trial ... changed to (but need to wait for next crash, then new compiling of server 5.1.0-dev)
Code: Select all
Access denied. Your clients version is not supported or outdated.
Please use original new Minetest 5.0.0 client version from Minetest.net.


add:
* deleted 4500 HV-cable
* rebuilding, empty until now 130 gold chests, and near 1000 pipework tubes in Store AiA-ChiangMai as not longer needed

wow: 24 hours now running, so much better than with LuaJit, as 2-3 times longer active now.
profiler
Code: Select all
* 38.8% - pipeworks
* 16.9% - mobs_monster
* 15% - technic
* 7.2% - mesecons
* 4.9% - mobs_animal
* 4.7% - default
* 3.8% - aeras


final this day, server still active, I see much more easy with the server list, just when look how the list is shown in 5.0-client or 0.4 client.
* so as an 0.4.x-client you/they see 0.4 first ... and far below the 5.0 ... so wonder why then still there where so much logins from old version, when they cant see me, place 50 or more down, seams they all saved favorite and are automatic joining !!!
* so as an 5.0-client user the 5.0 servers shown first, so with even 10 people in, your first places also
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server].Minetest.one Thailand 5.1.0-e22a69d :30001 aktive

Postby Festus1965 » Sat Mar 16, 2019 11:40 pm

still now crash with OOM and running since 38 hours,
so all changes above have not taken action yet ... and I don't want to disturb this run ...

During the night I hope to remember to close [Mod] border for new player. I wanna see them first, during I am online.

unfortunately lag is higher than before, and not always a reason for it,
sure the gamer from Serbia with 330 ms is changing it up also,
builds are getting with waiting for node set so far then ... hmmm

so check the last profiler, if something strange, as now more and more gamer got 5.0.0 client, and getting in and play.
Code: Select all
* 38.6% pipeworks
* 17.3% mobs_monster
* 15.9% technic
* 7.1% mesecons
* 4.6% mobs_animal
* 4.0% areas
* 3.8% default
* 2.4% player_api
shows a constant spread of cpu time using Mod, quite difficult now to see how to reduce that quit high ranked pipeworks ...

I try something out as gamer really have no idea about distance, server location and ping RTT
World Map with Server locations
comments about this please here: World Map with Serverlocations

I did the same kind of map for the main gamer, but this is too private ...

So far I sat the hole day here, maps, helping 3 new gamer to start and waited for a crash, but server now since 48 hours stable.
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server].Minetest.one Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Sun Mar 17, 2019 11:07 pm

server now 62 hours on the run - maybe slower than with LuaJit, but this is better

htop screen with 21 GB cache mts, and using cpu even as 2 mtc-5.x-win64 are open there also

Code: Select all
* 43% pipeworks
* 16% mobs_monster
* 14.8% technic
* 6.7% mesecons
* 4.2% mobs_animal
* 3.7% areas


add:
8am local time, shutdown
* backup folder .minetest/* (done)
* backup dump postgresql map and player (done 11.9 GB file)
* update and upgrade ubuntu system (done)
* minetest: git pull, cmake make (done, accepted my changes in code)
* restart (done)
* restart postgresql (done)
* restart mts, with check run of new settings (in progress)

Code: Select all
Minetest 5.1.0-dev-77cfc4f-dirty (Linux)
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=0
USE_CURL=1
USE_FREETYPE=1
USE_LUAJIT=0
STATIC_SHAREDIR="/usr/local/share/minetest"


Server running, but still looking for some changes, may restart then

so far this
* ".../src/network/networkprotocol.h line 931" change belongs into the clients, I still get same answer on open 0.4.x-client

also build in some print(collectgarbage("count")) before and after some [Mod] load, so after loading new count
before time = 597 (first mod guess after usr/local/... Mods)
+ time = 602
+ sightview = 770 (=+ 170)
+ no-guests = 792 (=+ 22)
+ minetest-remover = 848 (=+ 56)
+ lamps, lagcheck, killme, euban = 953 (all taken 105)
+ bows, area, markers, adv_spawning, plantlife/junglegrass, homedecor_i18 = 1898 (all taken 945)
+ deathmessages, craftguide, wiki = 2646 (all taken 748)
+ trash-can, towercrane, torches, srvstuff, spawn_command, smartshop = 2907 (all taken 251)
+ signs_lib, morechests, exchange = 3413 (all taken 506)
+ digilines = 3901 (=+ 488)
+ nixie_tubes, digiline_remote, crafting, border, Biome_lib = 5783 (all taken 1882)
+ plantlife/Poison + molehills = 5587 (no, not a mistake, some mem has been given free between, hmm)
+ Ferns = 4164 (again less, or they not load and print in real follow loading ?)
+ basic_robots, ballon, anticheat = 5208 (all used 140)
+ alphabeth, cave stuff, mp-xtraores = 6061 (all used 850)
+ mesecons = 6314 (=+ 250)
+ travelnet = 7629 (=+ 1580)
+ protector = 7784 (=+ 150)
+ moremesecons = 9026 (=+ 1250)
+ animalmaterials / animalmat.+cooking = 9097 (=+ 70)
+ spectator, hec_vicount, hec_nether = 10640 (all taken 650)
+ farming 1.40 = 12494 (=+ 1750)
+ moreores = 12607 (=+ 120)
+ Basic_materials = 12727 (=+ 120)
+ Pipeworks = 16090 (=+ 3350)
+ locks, arrow_signs, moreblocks, nether = 28320 (all used 12200)
+ moretrees = 37911 (=+ 9600)
+ technic_chests = 44677 (=+ 6350)
+ concrete = 45027 (=+ 350)
+ plantlife dryplans grssses, flowerpot = 45778 (all took 750)
+ plantlife flowers, etherreal = 52813 (both took 7050)
+ 3d_armor, xtraores = 53313
+ hud_hunger hud, 3d_armor wirld, shield, hec_obsidian, stand, sfinv = 53592
+ technic + worldgen = 54959 (=+ 1500)
+ technic / extranodes = 57505 (=+ 2500)
+ ed_armor technic, unified_inv, u_skins, servercleaner, mail, armor ui, xdecor, enchanting = 60014 (all took 2500)
+ Mobs Redo 1.40 = 60631 (=+ 615)
+ Mobs Redo monsters = 60939 (=+ 300)
+ Mobs_sky + bat,, inventorybags = 62196 (=+ 1250)
+ technic / technic = 70411 (=+ 8200)
+ digtron = 71432 (=+ 1020)
+ aluminuim, wrench = 71767 (took 330)
+ bitchange, mining_plus, special, 3d_armor / hazmat = 72191 (all took 420)

so biggest user yet sure:
* 9600 - moretrees 13% - issue #47
* 8200 - technic / technic all 25% - issue #463
* 6350 - technic / chests (same)
* 3350 - pipeworks 5% issue #226
* 2500 - technic / extranodes (same)
* 1750 - farming
* 1580 - travelnet
* 1500 - technic / worldgen (same)
* 1250 - moremesecons
* 1020 - digtron
...
Or after last [Mod] load was 72191, then moretrees has
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Mon Mar 18, 2019 4:46 am

so how I had to do for automatic calculation used mem ?

most every [Mod] includes now
Code: Select all
print(collectgarbage("count"))

at the end of the init.lua

that gives me the count at this time, and if I store it in a global var int, I should be able to recall, calculate diff, and set new ...

as in first loaded [Mod] diff as need to set
Code: Select all
print(collectgarbage("count"))
global luamemold = nil
global luamemnew = nil
luamemold = collectgarbage("count")


and then at every [Mod] end like this
Code: Select all
luamemnew = collectgarbage("count")
print("[Mod] x *(version/date) - loaded - with ".(luamemnew - luamemold)." more Lua Mem used")
luamemold = luamemnew


want to short it to no commata
???
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server]Thailand Minetest.one 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Tue Mar 19, 2019 2:53 am

server again already 22 hours without a case like OOM

and Visitors
* talamh, ping 375,
* Master_CJ, ping 305
caused just a lot of lag ... waiting 5 sec for confirm saw ...
I need to apply another ban reason, to high ping, laggy ... (done)

During now 6 hours cutting jungle trees, i had to explain 3 times about incompatible old 0.4.x and new 5.0.x version ... so the got back to there servers ... but with just 110 gamer very less today.
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server]Thailand Minetest.one 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Tue Mar 19, 2019 12:53 pm

it works with
Code: Select all
luamemnew = collectgarbage("count")
print("[Mod] time *(version/date) - loaded - with "..math.floor(luamemnew - luamemold).." more Lua Mem used")
luamemold = luamemnew

so first check the code that sure waht I was measure there ...

and that is what i get print out at server start (screen):
Code: Select all
Mem Start with: 599
[Mod] time - loaded - Mem: 604.818359375
[Mod] time *(version/date) - loaded - with 6 more Lua Mem used
[Mod] sightview *(version/date) - loaded - with 169 more Lua Mem used
[Mod] no-guests *(version/date) - loaded - with 22 more Lua Mem used
[Mod] minetest-remover *(version/date) - loaded - with 56 more Lua Mem used
[Mod] lamps *(version/date) - loaded - with 36 more Lua Mem used
[Mod] lagcheck *(version/date) - loaded - with 29 more Lua Mem used
[Mod] killme *(version/date) - loaded - with 4 more Lua Mem used
[Mod] euban *(version/date) - loaded - with 50 more Lua Mem used
[Mod] bows () - loaded - with 234
[Mod] areas (11.05.2018) - loaded - with 406
[Mod] markers () - loaded - with 145
[Mod] adv_spawning v0.0.13 (28.12.2015) 0.4.x - loaded - with 200
[Mod] plantlife / junglegrass () - loaded - with 9
[Mod] homedecor_i18 () - loaded - with 19
[Mod] death_messages *(version/date) - loaded - with 14 more Lua Mem used
[Mod] craftguide (2019-03-04) 5.0.x - loaded - with 188
[Mod] wiki () - loaded - with 495
[Mod] trash-can (5fd3df7 on 15.01.2016) 0.4.x - loaded - with 45
[Mod] towercrane () - loaded - with 94
[Mod] torches - loaded
[Mod] srvstuff () - loaded - with 28
[Mod] spwan_command () - loaded - with 10
[Mod] smartshop () - loaded - with 83
[Mod] signs_lib *(version/date) - loaded - with 304 more Lua Mem used
[Mod] morechests *(version/date) - loaded - with 131 more Lua Mem used
[Mod] exchange () - loaded - with 135
[Mod] digilines *(version/date) - loaded - with 423 more Lua Mem used
[Mod] nixie-tubes *(version/date) - loaded - with 464 more Lua Mem used
[Mod] digiline_remote *(version/date) - loaded - with 63 more Lua Mem used
[Mod] crafting - loaded!
[Mod] border (14.02.2019) - loaded - with 597
[Mod] biome_lib (11.05.2018) - loaded - with -1022
[Mod] plantlife / youngtrees *(version/date) - loaded - with 31 more Lua Mem used
[Mod] plantlife / Poison Ivy *(version/date) - loaded - with 23 more Lua Mem used
[Mod] plantlife / molehills () - loaded - with 18
[Mod] Ferns Checking horsetail item strings
[Mod] Ferns Checking lady fern item strings
[Mod] Ferns Checking tree fern item strings
[Mod] plantlife / ferns 0.2.1 (13.06.2018) - loaded - with 162
[Mod] basic_robot (13.06.2018) - loaded - with 914
[Mod] balloon (13.06.2018) - loaded - with 35
[Mod] alphabeth (12.05.2018) - loaded - with 361
[Mod] Cave Stuff [0.0.3] [cavestuff] Loaded...
[Mod] mp-xtraores / xtraores () - loaded - with 492
[Mod] mesecons / mesecons (30.12.2018) 0.4.x - loaded - with 252
[Mod] travelnet (27.02.2019) - loaded - with 1315 more Lua Mem used
[Mod] [Protector] / pvp_protect is disabled
[Mod] Protector Redo v2.6 (201801) 0.4.x - loaded - with 163
[Mod] MoreMesecons / playerkiller (2b2faec on 20.08.2018) 0.4.x - loaded - with 302 more Lua Mem used
[Mod] animalmaterials / animalmaterials (11.09.2014) - loaded - with 975
[Mod] animalmaterials / cooking (13.06.2018) - loaded - with 37
[Mod] spectator *(version/date) - loaded - with 16 more Lua Mem used
[Mod] hec_vicount *(version/date) - loaded - with 8 more Lua Mem used
[Mod] hec_nether *(version/date) - loaded - with 86
[Mod] farming 1.40 (13.02.2019) - loaded - with 3287
[Mod] moreores (19e060c 06.03.2019) 0.4.x - loaded - with 113
[Mod] Basic materials (a5fdb721 02.01.2019) 0.4.x - loaded - with 120
[Mod] Pipeworks (2018-11-15) 0.4.x - loaded - with 3362 more Lua Mem used
[Mod] locks (version/date) - loaded - with 196 more Lua Mem used
[Mod] arrow_signs (4.3/date) - loaded - with 61 more Lua Mem used
[Mod] moreblocks (9363068 09.03.2019) - loaded - with 11936 more Lua Mem used
[Mod] nether () - loaded - with 452 more Lua Mem used
[Mod] Moretrees (11.05.2018) - loaded - with 9591 more Lua Mem used
[Mod] Trunks [0.1.4] [trunks] - loaded - with 237
[Mod] Wood Soils [0.0.9] [woodsoils] - loaded - with 38
[Mod] plantlife / nature classic () - loaded - with 43
[Mod] BakedClay (67d0f2a8d6 02.07.2018) - loaded - with 6189 more Lua Mem used
[Mod] technic / _chests (700faca 10.04.2019) 0.4.x - loaded - with 257 more Lua Mem used
[Mod] technic / concrete  () - loaded - with 350 more Lua Mem used
[Mod] plantlive / dryplants / grasses () - loaded - with 275
[Mod] flowerpot (6bce72a on 03.10.2017) 0.4.x - loaded - with 475
[Mod] plantlife / Flowers+ (18.03.2018) - loaded - with 106 more Lua Mem used
[Mod] Ethereal (9bbd90e0b4 01.03.2019) 0.4.x - loaded - with 6928 more Lua Mem used
[Mod] 3d_armor / 3d_armor (2019-05-04) 5.0.x - loaded - with 373
[Mod] mp-xtraores / armor () - loaded - with 126
[Mod] hud_hunger / hud () - loaded - with 77
[Mod] 3d_armor / wieldview (2019-05-04) 5.0.x - loaded - with 19
[Mod] 3d_armor / shields (2019-05-04) - loaded - with 72
[Mod] hec_obsidian_stuff *(version/date) - loaded - with 43 more Lua Mem used
[Mod] 3d_armor / 3d_armor_stand (2019-05-04) - loaded - with 67
[Mod] 3d_armor / 3d_armor_sfinv (2019-05-04) - loaded - with 5
[Mod] technic / _worldgen () - loaded - with 1362 more Lua Mem used
[Mod] technic / _extranodes (700faca 10.04.2019) 0.4.x - loaded - with 2546 more Lua Mem used
[Mod] 3d_armor / technic (2018-01) 0.4.x - loaded - with 127
[Mod] unified_inventory (17.02.2019) - loaded - with 369
[Mod] u_skins () - loaded - with 654
[Mod] servercleaner (26.12.2018) - loaded - with 148
[Mod] mail (04.03.2019) - loaded - with 76
[Mod] 3d_armor / 3d_armor_ui (2019-05-04) - loaded - with 10
[Mod] xdecor (ee7a281 10.03.2019) 0.4.x - loaded - with 1174
[Mod] enchanting () - loaded - with 209
[Mod] Mobs Redo 'Monsters' (07.03.2019) - loaded - with 926
[Mod] Mobs_Sky / bat  () - loaded - with 694
[Mod] inventorybags (12.06.2017) - loaded - with 562
[Technic] Loaded in 6.013248 seconds
[Mod] technic / technic (700faca 10.04.2019) 0.4.x - loaded - with 8215 more Lua Mem used
[Mod] digtron (14.01.2019) - loaded - with 1021 more Lua Mem used
[Mod] technic aluminium / bauxite ) - loaded - with 11
[Mod] technic aluminium / aluminium () - loaded - with 22
[Mod] technic / wrench - loaded
72495.708007812
[Mod] bitchange (16.06.2018) - loaded - with 482
[Mod] mining plus () - loaded - with 146
[Mod] special () - loaded - with 68
[Mod] 3d_armor / hazmat_suit (2018-01) 0.4.x - loaded - with 28

sure still some not even edited, technic_wrench miss the calculate ... but so far a much better rank of Lua mem using at loading:

Code: Select all
* moreblocks - 11936
* Moretrees - 9591
* technic / technic - 8215
* Ethereal - 6928
* BakedClay - 6189
* Pipeworks - 3362
* farming 1.40 - 3287
* technic / _worldgen - 1362
* travelnet - 1315
* xdecor - 1174
* biome_lib - 1022
* animalmaterials / animalmaterials - 975
* Mobs Redo 'Monsters' - 926
* basic_robot - 914
* Mobs_Sky / bat - 694
* u_skins - 654
* border - 597
* inventorybags - 562
* wiki - 495
* mp-xtraores / xtraores - 492
* bitchange - 482
* flowerpot - 475
* nixie-tubes - 464
* nether - 452
* digilines - 423
* areas - 406
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server]Thailand Minetest.one 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 1:48 am

I am doomed, ha - as I still took moretrees and pipeworks from github, but
All of my mods have been moved to Gitlab
so I need to doenload and test them on the server new ... Links in [Mod]s 5.0.0 running are changed for the new location
(But why then the old git is not closed, I cant see an text telling me that is old versions ... whatever)

some changes had much impact in mods cpu using
Code: Select all
* 75.5% - pipeworks
* 6.6% - mesecons
* 5.4% - technic
* 2.7% - mobs_animal
* 2.4% - mobs_monster
* 1.9% -default
* 1.2% - areas
but also some thoughts about this. Some [Mod]s are
* just dead Items like nodes, they are just there present themself, but have no work to do
* near dead nodes/items, they are there and show themself like a sign, can be changed (have options)
* very less used nodes/items just i saw enchanting, is standing there but if not used to enchant = silent, even gamer nearby activation doesn't "harm" it
* nodes doing something when activated
* active objects like monsters
so depending on this thought's, have to focus why a mod consumes cpu and what way to reduce it, if needed and possible

and so, I have to remember what I changed yesterday and how I can use that knowledge as see pipeworks much more high. But less lag, still nack to under 0.3 and no crashes = happy.
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 4:28 am

today's servercleaner
Code: Select all
2019-03-20 11:27:11: [Server]: Delete player Maddox (365 days expired)
2019-03-20 11:27:11: [Server]: Delete player jezlany (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Pudding (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player anaq (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Mohamed (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player valeria (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player star (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Castor (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Daff_Marthyn (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player BuyildCraft (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Boby (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player guava (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Elderking (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player PanzerBandit (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player Jipok (365 days expired)
2019-03-20 11:27:12: [Server]: Delete player MoaTilde (365 days expired)
2019-03-20 11:27:13: [Server]: Delete player Williamtwelve (365 days expired)
2019-03-20 11:27:13: [Server]: Delete player realtechnerd (365 days expired)
2019-03-20 11:27:13: [Server]: Delete player jojolue (365 days expired)


just download,edit and install new? [Mod]s moretrees and pipeworks from GitLab, = running
also as server restart get new list of lua memory using,
so
Code: Select all
* 11960 - 16.3% - moreblocks (9363068 09.03.2019) - (+24)
*  9592 - 13.1% - Moretrees (d521e347 01.2019) - (+1)
*  8215 - 11.2% - technic / technic (700faca 10.04.2019)
*  6928 - 9.5% - Ethereal (9bbd90e0b4 01.03.2019)
*  6189 - 8.5% - BakedClay (67d0f2a8d6 02.07.2018)
*  3363 - 5.6% - Pipeworks (27eb2ca9 01.2019) (+1)
*  3287 - 4.5% - farming redo 1.40 (13.02.2019)
*  2546 - 3.5% - technic / _extranodes (700faca 10.04.2019)
*  1362 - technic / _worldgen (700faca 10.04.2019)
*  1318 - travelnet (+3)
*  1151 - xdecor (ee7a281 10.03.2019) - (-23)
*  1043 - biome_lib - (+21)
*  1021 - digtron (14.01.2019)
*   948 - crafting
*   975 - animalmaterials / animalmaterials
*   914 - basic_robot
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 12:04 pm

So guys,
I like to have a good running, fast server in minetest,
what mean I would like to use LuaJIT !!!

This time, LuaJit is off as I had a server crash all 8-12 hours, and that is no fun.

As our problem was not to know what mods consume so much, and we jsut had a very often OOM crash from technic, we / I was guessing,
but now I found out what mods are taking so much memory. Solution Thread here

with a short list here repeat:
Code: Select all
* 11960 - 16.3% - moreblocks (9363068 09.03.2019) - (+24)
*  9592 - 13.1% - Moretrees (d521e347 01.2019) - (+1)
*  8215 - 11.2% - technic / technic (700faca 10.04.2019)
*  6928 - 9.5% - Ethereal (9bbd90e0b4 01.03.2019)
*  6189 - 8.5% - BakedClay (67d0f2a8d6 02.07.2018)
*  3363 - 5.6% - Pipeworks (27eb2ca9 01.2019) (+1)
*  3287 - 4.5% - farming redo 1.40 (13.02.2019)


so as I got now an answer, the the programmer from the mod refused any responsibility either will then change the code, or maybe understood the issues,

following [Mod]s will be taken off:
* Moreblocks
* Etherreal
soon, and further think about to ban
* moretrees
* BackedClay
until this memory consumption is solved.

I wanna use JuaJIT and good, slim programmed code ([Mod]), and not crash my server.
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 12:39 pm

new compiled with LuaJIT
Code: Select all
Minetest 5.1.0-dev-38ea089-dirty (Linux)
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=0
USE_CURL=1
USE_FREETYPE=1
USE_LUAJIT=1
STATIC_SHAREDIR="/usr/local/share/minetest"


* moretrees (for short test also false, but true now again)
* moreblocks
* etherreal
deactivated ... server restart,

newer version fails then on plantlife / ferns / init.lua line 57-59

started

so some results as also still counting lua-memory:
* when started even without more-trees (also moreblocks and etherreal = false) following results:
** start before loading mod, used 599 KB,
** used memory before garbagecollect: 37274 KB (! remember before it was 72930 KB with all loaded)
** after garbagecollect no saving: 37274 KB

* when started only without moreblocks, without etherreal:
** start memory used: 599 (same)
** used memory after all mod loaded: 41091 KB (all mods was 72930 KB - so saved 31.839 KB or 43% mem)
** after garbagecollect no futher saving: 41091 KB

* and, even I thought no difference same again but LuaJIT server ON:
** start memory used: 569 KB (so 30 KB less, why ?)
** used memory after load all mod: 23855 KB (???)
** after garbagecollect, also no change

WOW,
* why is there a difference in memory between Lua and LuaJIT ?
* garbagecollect only frees memory with loaded moretrees, but why ?
--> need to do new list of memory usage under LuaJIT ... that is driving me now, how ...

* how to check max memory ? - ok, wait for OOM crash haha

AND solved
* a written and used mod IS consuming memory, as from the code, otherwise the used memory might have been same, even not loading moretrees, moreblocks and/or etherreal
code run in memory, and code also used var, mean more memory ... ! bah !
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 1:35 pm

so, loading lua memory in KB consumption at LUA (not LuaJIT) server:
Code: Select all
* 20240 - xdecor (what ???)
*  6775 - technic / technic
*  6642 - Mobs Redo 1.49
*  3633 - plantlife / dryplants
*  3366 - Pipeworks
*  1794 - farming
*  1596 - moretrees
*  1317 - travelnet
*  1157 - biome_lib
*  1098 - crafting
*  1020 - digtron
*   975 - animalmaterials / animalmaterials
*   903 - technic / _worldgen
*   668 - technic / concrete
*   600 - BakedClay
*   586 - Mobs Redo 'Animals'
*   557 - inventorybags
*   493 - Mobs Redo 'Monsters'
*   494 - wiki
*   464 - nixie-tubes
*   423 - digilines
*   301 - technic / wrench
*   394 - areas
hope I didn't miss some, but
* xdecor ?
* some mod seam so change there behavior when another mod is or is not also there . mhhh

not the loading witt LuaJIT, shocking me as before
Code: Select all
* 12489 - xdecor
*  2163 - Pipeworks
*  1978 - technic / technic
*  1797 - Protector Redo v2.6
*  1545 - unified_inventory
*  1498 - animalmaterials / animalmaterials1
*  1194 - farming
*  1159 - wiki
*  1069 - Moretrees
*   978 - travelnet
*   972 - 3d_armor / technic
*   964 - nether
*   958 - alphabeth
*   741 - crafting
*   723 - smartshop
*   695 - technic / _extranodes
*   582 - areas
*   520 - basic_robot
*   430 - Mobs Redo 'Animals'
*   404 - Mobs Redo 1.49
*   379 - inventorybags
*   293 - BakedClay
*   216 - plantlife / dryplants
*    71 - biome_lib (???)

SO,
* LuaJit uses less, but why ?

and I may have a mistake in the luamem count code, and better should put the var luamemold at beginning of SAME mod, instead of believing that it would be given over to next ...

will check that first, as some results are so misleading, disrupting ...
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 2:34 pm

I updated all the mods, with also the code to catch luamem to begin of the loading, to make sure, THAT was the stand before and after, not hoping they load sequential and could take the var from last loading.

so just changed the ones, most showed much mem (LuaJIT on):
Code: Select all
* 12393 - xdecor
*  2146 - Pipeworks
*  1942 - technic / technic
*  1863 - unified_inventory
*  1154 - farming 1.40
*  1045 - Moretrees
*   903 - travelnet
*   739 - crafting
*   700 - digtron
*   538 - areas
*   362 - basic_robot
*   293 - Mobs Redo 1.49
*   271 - BakedClay
*   260 - digilines
*   201 - plantlive / dryplants
*   171 - animalmaterials / animalmaterials
*   157 - technic / _worldgen
*   153 - alphabeth
*   149 - Protector Redo
*    91 - Basic materials
*    52 - wiki
*     7 - biome_lib
with still near 23.841 KB sum.

During the short time server was on, 3 gamer was there and so happy about the new speed of server, but one of them lost his house - as build only of moreblocks nodes, ... sorry

So, I prepared more mods with start store mem count, and calculate the diff to the end. But whatever, parallel happen, maybe even loading another mod same time, would crash that ... and there are issues:
Code: Select all
*12392 - xdecor
* 2144 - Pipeworks
* 1372 - towercrane (unsafe, missing store count at beginn)
* 1156 - farming 1.40
* 1044 - Moretrees
*  888 - mesecons / wires (1st time with counter)
*  961 - adv_spawning (unsafe ...)
*  903 - travelnet
*  740 - crafting
*  700 - digtron
*  538 - areas
*  428 - Mobs Redo 'Animals'
*  377 - inventorybags
*  368 - u_skins
*  324 - basic_robot
*  293 - Mobs Redo 1.49
*  271 - BakedClay
*  200 - Mobs Redo 'Monsters'
*  153 - alphabeth
*   52 - wiki
*   12 - craftguide
*    4 - balloon


Code: Select all
*- 2348 - mail
*- 1969 - technic / technic
*- 1114 - unified_inventory
* - 813 - morechests (unsafe)
* - 155 - smatshop
*   - 3 - srvstuff
*   - 2 - spawn_command
*   - 1 - no-guests
with all 23.867 KB at end of loading part

BREAK, that is total not to understand, how mods can reduce mem .. what is wrong with the counting ?
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 3:37 pm

code at start / head of mod
Code: Select all
local luamemold = nil
local luamemnew = nil
luamemold = collectgarbage("count")
print("Mem Start with: "..math.floor(collectgarbage("count")))
as last line only at mod time as starting first,to see mem count to start of mod loading

End
Code: Select all
luamemnew = collectgarbage("count")
print("[Mod] time *(version/date) - loaded - with "..math.floor(luamemnew - luamemold).." KB")
luamemold = luamemnew
even the last line is obsolete as set at begin of mod now
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Wed Mar 20, 2019 4:08 pm

during edit init.lua's, [Mod]s ...
* towercrafe gone
* crafting guide gone
* lagcheck gone
* Mobs_animal gone

last test, started the server just without xdecor, still LuaJIT
used mem at finish 17.383 KB - instead of 23.259KB, mean sure xdecor used/uses about 5.876 KB

so seam to be better to just false an [Mod], restart server and check mem,
then this confusing even - might be gone

etherreal on, 19.418 mem used
moreblocks on, 37.290 mem used

so more safe results under LuaJit ?
Code: Select all
* 9.531 KB - moreblocks
* 5.876 KB - xdecor
* 2.035 KB - etherreal
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Thu Mar 21, 2019 1:50 pm

I have done a long research on memory using mods under LuaJIT, and think now about some more mod to delete, false at this my, our server as some are really double, and so far using more memory then useful:

stopped already:
* moreblocks, biggest memory using mod seen ! - 10.500 KB
* etherreal, just short true, and gone also - 2.550 KB

so the mods I like to false are:
* economy, as not used ? - 125 KB
* soccer, less not used - 610 KB
* enchanting, not used anymore - 640 KB
* trash_can, we can use trash from technic - 650 KB
* localisation, who is using language, even no idea how it works - 650 KB
* exchange, who uses it ? - 680 KB
* mining-plus, only the bridge_builder I use - 700 KB
* bitchange, not used ? - 710 KB
* treecapitator, need update or off, as not every tree working - 990 KB
* crafting, just help that items doesn't need in correct position to craft - save 1100 KB
* inventorybags, as only explorers might need some, but with /spawn, and two /home should work - save 1.950 KB
near 6.000 KB memory saving possible, for keep LuaJit and speed !

also some mods have been temporary false as need just to start when needed:
* lagcheck - 14 KB
* servercleaner - 655 KB
* minetest_remover - 40 KB

I am not ready with testing every single mod, but those coming are more basic and much used also that I think will find some to delete / false ...
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Fri Mar 22, 2019 12:27 am

server was crashing rest of the night with 'swap_node' (a table value)

so just compile new also
Code: Select all
Minetest 5.1.0-dev-38ea089-dirty (Linux)
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=0
USE_CURL=1
USE_FREETYPE=1
USE_LUAJIT=1
STATIC_SHAREDIR="/usr/local/share/minetest"

server restartet,
and 23.714 KB LuaJIT memory to start used
and with new version last crashes solved as both blinkyplants are set true again, and no crash like before ?
crached again,... blinkys set false for next restart now, as cant find reason

beside some check, profiler after restart
Code: Select all
* 72.7% - pipeworks
* 11.5% - technic (most there in from switching_station 64%)
* 8.5% - mobs_monster
* 1.5% - areas
* 1.5% - player_api
* 1.0 % - unified_inventory
* 0.9% - adv_spawning
* 0.3% - mesecons


for next start set
* economy = false
* soccer, = false
* enchanting = false
* trash_can = false
* localisation = false
* exchange = false
* mining-plus = true, but reduced from items don't work

crash again,when near blinky at spawn
blinky off
23.825 KB Luamem at start used
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.1.0-77cfc4f :30001 aktive

Postby Festus1965 » Fri Mar 22, 2019 3:19 am

still fighting with swap_node
but compile new with also
* Using GMP provided by system.
* SpatialIndex AreaStore backend enabled.
Code: Select all
Minetest 5.1.0-dev-38ea089-dirty (Linux)
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=0
USE_CURL=1
USE_FREETYPE=1
USE_LUAJIT=1
STATIC_SHAREDIR="/usr/local/share/minetest"
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Fri Mar 22, 2019 4:49 am

crash, crash ... back to stable
Code: Select all
Minetest 5.0.0 (Linux)
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_GETTEXT=1
USE_SOUND=0
USE_CURL=1
USE_FREETYPE=1
USE_LUAJIT=1
STATIC_SHAREDIR="/usr/local/share/minetest"


server started, 35.575 KB lua memory used,
still look for that
Code: Select all
Inventory size 2022
if I should act there as it might use memory
and yet, run new just 5.0.0 stable

and crashed gain as soon I am touching a door with right click, f...
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Fri Mar 22, 2019 5:20 am

aha,
got after edit some
Code: Select all
Unified Inventory: inventory size: 2202 luamem: 42111

after it used 24.148 this time only after last mod load, and I added there also print the mem,

so that made me check again the sum lua memory since change back to 5.0.0-stable
* 23.581
* 23.465
* 23.605
* 23.575
* 23.564
* 23.513
* 24.148
the result with the end of last loaded mod is similar, but
mean ? that after unified inventory loaded read, another ~18.000 KB gone ... for store all possible items ?
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.0.0 :30001 aktive

Postby twoelk » Fri Mar 22, 2019 8:55 am

doesn't UI rebuild all the icons at first start?
twoelk
Member
 
Posts: 1302
Joined: Fri Apr 19, 2013 4:19 pm
GitHub: twoelk
In-game: twoelk

Re: [Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Fri Mar 22, 2019 9:34 am

Server is shutdown
it doesnt make sense to see all 10 minutes, or when some join to see crash ...
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Sat Mar 23, 2019 1:02 am

Server is back

thanks to rubenwardy

so failure came after I tried to solve a frist crash in /mods/moretrees/cocos_palm.lua
as crash for failed to ... global node_swap
but this change made cocos run,
but crashed all other call of this function as got a table
so
* adjustable_blinkyplant is ok, not srashing
* rightclick on door not crashing
now

but need to see cocos ... as soon as possible, but now will just set local hehe
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

[Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Sat Mar 23, 2019 2:02 am

I really get sick ... the hole time yesterday when I had to restart, and restart I am sure, I saw the neighbors building (from Mexico) not full, as removed moreblocks, but still functional - and just now I am in, build and also this area protections around has gone

Just changed renew mod mesecons, and took the codeline out from cocos ...

Code: Select all
[Mod] areas (11.05.2018) - loaded - end with 1332 KB

is loaded, yes - as other areas are there
but two near spawn are gone, even at last, and the before backup ...

see it like this:
* no crashes yet
* server running under fast LuaJit
* big lua memory using [Mod]s without a basic need for the are out, so should run some days
* server lag is 0.06 just now with 3 active gamers
* and when your (you gamer I mean) press F5 and get RTT more than 100, your wrong here and if I get you blaming about lag, mean kick, and later when again ban, did I make myself clear ?

but, I don't want to spent any-more time for searching, testing ... bye
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Sat Mar 23, 2019 7:57 am

mmmpf ... crash my lua memory counting code, solved
but then got next crash with swap_node
restarted
Code: Select all
Unified Inventory. inventory size: 2207 / luamem: 50150 KB
50107 KB after collectgarbage


just changed to
* new 3d_armor (1d22612 05.03.2019) as one sentence got into my Eye !
* also added new WorldEdit as need to repair a lot of area
server restarted, no complain
= 46140 KB after collectgarbage = 4.000 KB less then before, hmm check

here the full mod loading at startup, with show after mod lua memory usage
Code: Select all
Mem time Start with: 387
[Mod] time *(version/date) - loaded - end with: 391 KB
[Mod] sightview *(version/date) - loaded - end with 521 KB
[Mod] no-guests (version / 23.03.2019) - loaded - end with 536 KB
[Mod] lamps *(version/date) - loaded - end with 571 KB
[Mod] euban *(version/date) - loaded - end with 706 KB
[Mod] bows () - loaded - end with 561 KB
[Mod] areas (11.05.2018) - loaded - end with 1334 KB
[Mod] markers () - loaded - end with 1183 KB
[Mod] adv_spawning v0.0.13 (28.12.2015) 0.4.x - loaded - with 1299 KB
[Mod] adblock (31.05.20185) - loaded - end with 1308 KB
[Mod] plantlife / plantlife_i18n *(version/date) - loaded - with 1314 KB
[Mod] plantlife / junglegrass () - loaded - with 1315 KB
[Mod] MoreMesecons / utils (2b2faec on 20.08.2018) 0.4.x - loaded - end with 1323 KB
[Mod] homedecor_i18 () - loaded - with 1328 KB
[Mod] WorldEdit / worldedit (f242f2f 09.12.2018) - loaded - end with: 1445 KB
[Mod] WorldEdit / commands (f242f2f 09.12.2018) - loaded - end with: 1648 KB
[Mod] WorldEdit / shortcommands (f242f2f 09.12.2018) - loaded - end with: 1658 KB
[Mod] death_messages *(version/date) - loaded - end with 1668 KB
[Mod] craftguide (2019-03-04) 5.0.x - loaded - end with 1785 KB
[Mod] wiki () - loaded - end with 2003 KB
[Mod] torches () - loaded - end with 1723 KB
[Mod] srvstuff () - loaded - end with 1725 KB
[Mod] spwan_command () - loaded - with 1731 KB
[Mod] smartshop () - loaded - end with 1753 KB
[Mod] signs_lib *(version/date) - loaded - end with 1956 KB
[Mod] morechests *(version/date) - loaded - end with 2043 KB
[Mod] digilines *(version/date) - loaded - with 2310 KB
[Mod] nixie-tubes *(version/date) - loaded - end with 2651 KB
[Mod] digiline_remote *(version/date) - loaded - end with 2689 KB
[Mod] crafting () - loaded - end with 3422 KB
[Mod] border (14.02.2019) - loaded - end with 3432 KB
[Mod] biome_lib (11.05.2018) - loaded - end with: 3502 KB
[Mod] plantlife / youngtrees *(version/date) - loaded - end with 3535 KB
[Mod] plantlife / Poison Ivy *(version/date) - loaded - end with 3550 KB
[Mod] plantlife / molehills () - loaded - with 3563 KB
[Mod] Ferns Checking horsetail item strings
[Mod] Ferns Checking lady fern item strings
[Mod] Ferns Checking tree fern item strings
[Mod] Plantlife / ferns (0.2.1/18.03.2018) - loaded - end with 3681 KB
[Mod] basic_robot (13.06.2018) - loaded - end with 4228 KB
[Mod] balloon (13.06.2018) - loaded - end with 4210 KB
[Mod] alphabeth (12.05.2018) - loaded - end with 3230 KB
[Mod] Plantlife / cavestuff (0.0.3/18.03.2018) - loaded - end with 3258 KB
[Mod] mp-xtraores / xtraores () - loaded - end with 3597 KB
[Mod] mesecons / mesecons (073c92d 20.03.2019) 0.4.x - loaded - end with 3766 KB
[Mod] travelnet (27.02.2019) - loaded - end with 4759 KB
[Mod] MoreMesecons / wireless (2b2faec on 20.08.2018) 0.4.x - loaded - end with 4884 KB
[Mod] MoreMesecons / timegate (2b2faec on 20.08.2018) 0.4.x - loaded - end with 4909 KB
[Mod] MoreMesecons / teleporter (2b2faec on 20.08.2018) 0.4.x - loaded - end with 4953 KB
[Mod] MoreMesecons / switchtorch (2b2faec on 20.08.2018) 0.4.x - loaded - end with 4970 KB
[Mod] MoreMesecons / signalchanger (2b2faec on 20.08.2018) 0.4.x - loaded - with 4988 KB
[Mod] MoreMesecons / mesechest (2b2faec on 20.08.2018) 0.4.x - loaded - with 5092 KB
[Mod] MoreMesecons / lua_controller_tools (2b2faec on 20.08.2018) 0.4.x - loaded - with 5114 KB
[Mod] MoreMesecons / luablock (2b2faec on 20.08.2018) 0.4.x - loaded - with 5161 KB
[Mod] MoreMesecons / injector controller (2b2faec on 20.08.2018) 0.4.x - loaded - with 5178 KB
[Mod] MoreMesecons / entity_detector (2b2faec on 20.08.2018) 0.4.x - loaded - with 5197 KB
[Mod] MoreMesecons / dual_delayer (2b2faec on 20.08.2018) 0.4.x - loaded - with 5215 KB
[Mod] MoreMesecons / signal_changer (2b2faec on 20.08.2018) 0.4.x - loaded - with 5232 KB
[Mod] MoreMesecons / player_detector (2b2faec on 20.08.2018) 0.4.x - loaded - with 5250 KB
[Mod] MoreMesecons / adjusable_blinkyplant (2b2faec on 20.08.2018) 0.4.x - loaded - with 5266 KB
[Mod] MoreMesecons / induction_transmitter (2b2faec on 20.08.2018) 0.4.x - loaded - with 6208 KB
[Mod] MoreMesecons / sayer (2b2faec on 20.08.2018) 0.4.x - loaded - with 6407 KB
[Mod] [Protector] / pvp_protect is disabled
[Mod] Protector Redo v2.6 (201801) 0.4.x - loaded - end with 6613 KB
[Mod] MoreMesecons / playerkiller (2b2faec on 20.08.2018) 0.4.x - loaded - with 6802 KB
[Mod] animalmaterials / animalmaterials (11.09.2014) - loaded - with 3 KB
[Mod] animalmaterials / cooking (13.06.2018) - loaded - with 16KB
[Mod] spectator *(version/date) - loaded - with 5270 KB
[Mod] hec_vicount *(version/date) - loaded - with 5274 KB
[Mod] hec_nether *(version/date) - loaded - with 5221 KB
[Mod] nether () - loaded - end with 6183 KB
[Mod] BakedClay (67d0f2a8d6 02.07.2018) - loaded - end with 6477 KB
[Mod] farming 1.40 (13.02.2019) - loaded - end with 7670 KB
[Mod] Moretrees (d521e347 01.2019) - loaded - with 8713 more Lua Mem used
[Mod] PlantLife / Trunks (0.1.4)  - loaded - end with 8899 KB
[Mod] plantlife / Wood Soils [0.0.9] [woodsoils] - loaded - end with 8930 KB
[Mod] plantlife / nature classic () - loaded - end with 8957 KB
[Mod] moreores (19e060c 06.03.2019) 0.4.x - loaded - with 9034
[Mod] Basic materials (a5fdb721 02.01.2019) 0.4.x - loaded - end with 9127 KB
[Mod] Pipeworks (27eb2ca9 01.2019) - loaded - with 11276 KB
[Mod] locks (version/date) - loaded - end with 11407 KB
[Mod] arrow_signs (4.3/date) - loaded - end with 11448 KB
[Mod] technic / _chests (700faca 10.04.2019) 0.4.x - loaded - end with 11619 KB
[Mod] technic / concrete (700faca 10.04.2019) - loaded - with 11647 KB
[Mod] plantlife / dryplants / grasses () - loaded - with 198 KB
[Mod] flowerpot (6bce72a on 03.10.2017) 0.4.x - loaded - end with 12156 KB
[Mod] plantlife / Flowers+ (18.03.2018) - loaded - end with 12233 KB
[Mod] MoreMesecons / igniter (2b2faec on 20.08.2018) 0.4.x - loaded - with 12290 KB
[Mod] 3d_armor / 3d_armor (1d22612 05.03.2019) 5.0.x - loaded - end with 12565 KB
[Mod] mp-xtraores / armor () - loaded - end with 12650 KB
[Mod] hud_hunger / hud () - loaded - end with 12701 KB
[Mod] 3d_armor / wieldview (1d22612 05.03.2019) 5.0.x - loaded - end with 12712 KB
[Mod] 3d_armor / shields (1d22612 05.03.2019) 5.0.x - loaded - end with 12759 KB
[Mod] hec_obsidian_stuff *(version/date) - loaded - with 12794 KB
[Mod] 3d_armor / 3d_armor_stand (1d22612 05.03.2019) 5.0.x - loaded - end with 12840 KB
[Mod] 3d_armor / 3d_armor_sfinv (1d22612 05.03.2019) 5.0.x - loaded - end with 12843 KB
[Mod] technic / _worldgen (700faca 10.04.2019) - loaded - end with 13384 KB
[Mod] technic / _extranodes (700faca 10.04.2019) 0.4.x - loaded - end with 13348 KB
[Mod] 3d_armor / technic (2018-01) 0.4.x - loaded - with 13306 KB
[Mod] unified_inventory (17.02.2019) - loaded - end with 10567 KB
[Mod] u_skins () - loaded - end with 10258 KB
[Mod] mail (04.03.2019) - loaded - end with 10305 KB
[Mod] 3d_armor / 3d_armor_ui (1d22612 05.03.2019) 5.0.x - loaded - end with 10312 KB
[Mod] xdecor (ee7a281 10.03.2019) 0.4.x - loaded - end with 22796 KB
[Mod] Mobs Redo 1.49 (07.03.2019)- loaded - end with 23197 KB
[Mod] Mobs Redo 'Monsters' (07.03.2019) - loaded - end with 23371 KB
[Mod] Mobs Redo 'Animals'  (01.11.2018) - loaded - end with 23746 KB
[Mod] inventorybags (12.06.2017) - loaded - end with 24120 KB
[Mod] technic / technic (700faca 10.04.2019) 0.4.x - loaded - end with 22363 KB
[Mod] digtron (14.01.2019) - loaded - end with 23065 KB
[Mod] technic aluminium / bauxite () - loaded - with 3 KB
[Mod] technic aluminium / aluminium () - loaded - with 7 KB
[Mod] technic / wrench () - loaded - end with 23291 KB
[Mod] bitchange (16.06.2018) - loaded - end with 23406 KB
[Mod] mining plus () - loaded - end with 23501 KB
[Mod] special () - loaded - with 23544 KB
[Mod] technic / technic_cnc (700faca 10.04.2019) 0.4.x - loaded - end with 23949 KB
[Mod] 3d_armor / hazmat_suit (2018-01) 0.4.x - loaded - end Mem 23970 KB
        .__               __                   __   
  _____ |__| ____   _____/  |_  ____   _______/  |_
 /     \|  |/    \_/ __ \%POST_CONTENT%nbsp;  __\/ __ \ /  ___/\%POST_CONTENT%nbsp;  __\
|  Y Y  \%POST_CONTENT%nbsp; |   |  \%POST_CONTENT%nbsp; ___/|  | \%POST_CONTENT%nbsp; ___/ \___ \%POST_CONTENT%nbsp; |  | 
|__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
      \/        \/     \/          \/     \/       
2019-03-23 17:50:19: ACTION[Main]: World at [/home/thomas/.minetest/worlds/CelinesWildesThailand]
2019-03-23 17:50:19: ACTION[Main]: Server for gameid="minetest" listening on 192.168.65.213:30001.
[Biome Lib] Registered a total of 40 surface types to be evaluated, spread
[Biome Lib] across 46 actions with air-checking and 4 actions without.
2019-03-23 17:50:19: ACTION[Server]: Announcing to servers.minetest.net
Unified Inventory. inventory size: 2208 / luamem: 46184 KB
46140 KB after collectgarbage
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: [Server] Minetest Thailand 5.0.0 :30001 aktive

Postby Festus1965 » Sun Mar 24, 2019 1:03 pm

just crash again,
and
Code: Select all
Unified Inventory. inventory size: 2206 / luamem: 31112 KB
31112 KB after collectgarbage
again less memory used, but where ... hihi

again, deactivated cocos - as cant find
Code: Select all
Unified Inventory. inventory size: 2200 / luamem: 32279 KB
32279 KB after collectgarbage

let me guess, 6 items missing = coconut family ?
Festus1965
Member
 
Posts: 897
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer



Return to Servers



Who is online

Users browsing this forum: Bing Bot [Bot] and 0 guests