Reduce minimum RAM requirements?
-
Supposedly, for some reason Umami requires at least 2GB of RAM.
But mine uses about 150MB and has never used more than 200MB, so I think the 2GB minimum is way off.
I'd really like to reduce the amount of ram allocated to it, but I can't due to the minimum set.
-
Looking at the start script, umami needs a lot of resources to start up, so this is likely why it is like this. To improve here, we would need som burst memory limit, but all in all those limits are merely to discipline some language runtimes to run garbage collection more often and in the worst case cause that the whole server becomes unresponsive due to one app.
-
@nebulon said in Reduce minimum RAM requirements?:
Looking at the start script, umami needs a lot of resources to start up, so this is likely why it is like this.
Ah
@nebulon said in Reduce minimum RAM requirements?:
To improve here, we would need som burst memory limit
That would be good
@nebulon said in Reduce minimum RAM requirements?:
but all in all those limits are merely to discipline some language runtimes to run garbage collection more often and in the worst case cause that the whole server becomes unresponsive due to one app.
Not really following, but OK.