Description
I have a low-end box (4 core CPU, 2GB RAM) running a Minetest server with Postgres and lots of mods.
I would love to run mapserver but when I had it installed, the game became unplayable due to constant player timeouts. I think the server doesn't have enough RAM. Even without mapserver, my VPS kills minetest-server 1-2 times a week due to being out of memory.
This brings me to my first question. Is it possible to run mapserver in a distributed fashion, running on a different server and remotely connecting to the minetest db for map updates?
Another curiosity I have is that mapserver must live in the minetest world directory. Why does mapserver need to live in the world directory? Why can't I put it in /usr/local/etc/mapserver?
Thank you for your time and your hard work on this project!