Hey there,
we've recently had to deal with performance issues which lead to frequent crashes. One of the main issues which heavily contributed was this plugin. Despite its already heavy load, the pluhin seems to have reverted one specific config value from true to false.
Starting at line 44:
{
"Entities Allowed To Drop Loot": {
"Despawn These Dropped Loot Bags When Base Despawns": false, <-----------
"Auto Turrets": true,
"Flame Turret": true,
"Fog Machine": true,
"Gun Trap": true,
"SAM Site": true
}
The setting value keeps on being reset to false leading to lootbags piling up and not just lowering server fps but also clogging memory map count which eventually leads to
Caught fatal signal - signo:6 code:-6 errno:0 addr:0x3dc00000049
Obtained 20 stack frames.
#0 0x007f10bce5a050 in (Unknown)
#1 0x007f10bcea8eec in (Unknown)
#2 0x007f10bce59fb2 in gsignal
#3 0x007f10bce44472 in gsignal
#4 0x007f10b8e6d3d2 in abort
#5 0x007f10b8e6d32a in abort
#6 0x007f10b8e6f090 in GC_merge_unmapped
#7 0x007f10b8e6f2f5 in GC_merge_unmapped
#8 0x007f10b8e6e445 in GC_unmap_old
#9 0x007f10bdd30b88 in GC_unmap_old
#10 0x007f10bdaf76d3 in GC_finish_collection
#11 0x007f10bdaf785e in GC_finish_collection
#12 0x007f10bdb5a9b7 in GC_collect_a_little_inner
#13 0x007f10bdb4bd97 in GC_collect_a_little_inner
#14 0x007f10bdb4bd51 in GC_collect_a_little
#15 0x007f10bdb4c058 in GC_collect_a_little
#16 0x007f10bddb4327 in (Unknown)
#17 0x007f10bce4524a in (Unknown)
#18 0x007f10bce45305 in (Unknown)
#19 0x0055a8fa170029 in (Unknown)
While i havent been able to confirm if this crash is actually (solely) caused by lootbags, the serverlags/dropping server fps definetly are as reloading the plugin or manually deleting lots of loot does lead to +20-30fps depending on the plugins prior runtime and user activity.
Sincerely,
RustyMain