ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

Lower reserved memory ubuntu #113

Closed LAazsx closed 2 years ago

LAazsx commented 2 years ago

Hello,

Things are going well so far. One issue I'm having is that the VM where I've installed NC is reserving 16GB of RAM. I'm guessing this is by design in the playbook but is it possible to lower the reservation?

ReinerNippes commented 2 years ago

Memory reservation of a VM is not covered by the playbook. This is handled by your hypervisior. Or?

LAazsx commented 2 years ago

Oh, I assumed that the playbook did the memory reservation, because it shot up to 16gb after installing NC. My bad. Hypervisor is on automatic allocation. I'll set set it to a lower amount.

Thanks!