ryansheehan / terraria

Dockerfile for terraria
MIT License
297 stars 104 forks source link

Run mono with runtime options #160

Open dlee13 opened 10 months ago

dlee13 commented 10 months ago

I've seen suggestions to launch with the command: mono --server --gc=sgen -O=all ./TerrariaServer.exe

I've not tested it however, so I don't know how much of an effect it would have. What do you think about this?