Quote:
Originally Posted by kovidgoyal
First note that you cannot run the server and GUI via separate processes on the same computer. It has to be either in-process or on separate servers.
Some memory increase is to be expected, as the python memory allocator does not always release unused memory to the OS. A doubling from initial state is pretty normal. This happened over a few days? At a constant pace or mostly at the beginning?
|
Seems like it's been pretty consistent over the past couple of days. Based on the time between created logs, the memory usage expanded from the date of this thread's creation until today (approx 4 days).
And just to clarify, I would probably end up moving calibre-server to a container sometime in the future (and keep the GUI installed locally), since all of my other apps are running as containers now.