m1k1o / neko-rooms

Selfhosted collaborative browser - room management for n.eko
Apache License 2.0
458 stars 63 forks source link

What is the effect of memory, CPUs and shared memory settings in Neko-Rooms? #112

Closed SpiderSuave closed 9 months ago

SpiderSuave commented 10 months ago

Thank you for the info and sorry in advance if this was already documented somewhere.

m1k1o commented 10 months ago

Its dockers resource constraints. You can read about it here: https://docs.docker.com/config/containers/resource_constraints/

SpiderSuave commented 10 months ago

Thank you. If running Neko with KDE image on Linode VPS with dedicated 8 CPU + 16 GB RAM, for best performance should I just leave the default settings of N/A for memory and CPUs and 2 GB for shared memory or do you recommend something else? Thanks again.

m1k1o commented 9 months ago

The default settings of N/A means, there is no limit. You can always increate shared memory if you see that it does not keep up, but I havent seen that it would have performance issues.