Cuberite Forum
The Gallery server - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Servers (https://forum.cuberite.org/forum-11.html)
+--- Thread: The Gallery server (/thread-1372.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


RE: The Gallery server - NiLSPACE - 04-04-2015

Great Smile I'm currently online, so you could join now Smile


RE: The Gallery server - NiLSPACE - 04-04-2015

Allot of stairs from my sewer have disappeared. I don't think it's done manually by someone, because there are lighting glitches where the blocks used to be.


RE: The Gallery server - NiLSPACE - 04-11-2015

I think we might have a memory leak somewhere. Last time someone was online was 24 hours ago, but the memory usage is really high (413MB), and it isn't dropping.


RE: The Gallery server - DiamondToaster - 04-12-2015

Time to break out valgrind. Tongue


RE: The Gallery server - worktycho - 04-15-2015

Its probably the chunk data cache. I can't find the discussion now but basically the server keeps all of the segments its allocated for chunks in a cache to reduce the cost of allocating them the next time someone logs on.


RE: The Gallery server - tonibm19 - 04-15-2015

https://github.com/mc-server/MCServer/issues/789


RE: The Gallery server - NiLSPACE - 04-16-2015

@worktycho: That could be it. Nobody has logged in since the server restarted a few days ago, but the memory usage is slowly rising. It normaly starts at ~50MB, but it's already at 140MB.


RE: The Gallery server - worktycho - 04-16-2015

That sounds more like a memory leak. The chunk cache shouldn't increase in size if there isn't anyone logged on. If it plataus then it might be the cache being effected by the spawn. Otherwise its probably a memory leak.


RE: The Gallery server - NiLSPACE - 04-20-2015

It also seems that something is wrong with upside down stairs:
[Image: bdea5ec53c.jpg]

It's probably in the placement function, because when placed with WorldEdit they stay, but when I place them manualy and relog they are gone. There are lighting glitches though, so the server did save something.


RE: The Gallery server - xoft - 04-20-2015

I have upgraded the server and the plugins to current versions. I've also removed some of the empty areas, they still have the old contents, but are not claimed and will be overwritten when they are claimed.

I think something went bad with the Gallery plugin and it seems it now considers all areas locked. I'll check the DB and fix it manually, if possible.