Hi,
I'm trying to setup a dedicated server to run in a
docker container. I've set up the image building process and can actually have the server up and running and working (apparently) well.
I have two questions:
1. Where does RWR saves persistent information? such as player progression and battle status so that I can mount them in a volume storage that survives container destruction? (I.E. for updates or config changes)
2. I'm experiencing a quite important memory leak, is this normal? At the time I'm running on a 1 core/1 Gb RAM
CoreOs instance. Even with no player connected RAM gets saturated in about 1 hour and the process is killed by the kernel.
Thanks for the help.