On Fri, 15 Sept 2023, 01:38 David C. Rankin, <drankinatty@gmail.com> wrote:
If I duplicate the complete LAMP setup in docker as well as running my other apps, that will likely make a 4G Celeron roll over a croak?
On Mon, 18 Sept 2023 at 19:33, Dee Moore <dee42moore@gmail.com> wrote:
It's really close, actually. The cost is mostly in storage, a little in RAM due to the libraries not being shared by other processes. In my real life experience with redis, it adds about 1-2% CPU overhead. Well worth it.
Sorry, I missed the original question. Yes, I agree with Dee - even with a second webserver as a frontend proxy (I recommend nginx), it's not like doing twice the work - the heavy lifting will be done in the container. There are some small overheads in CPU, a bit more in RAM, and then maybe storage is the most noticeable, but probably nothing compared to what NextCloud is using anyway. Paul