Tag: performance

  • reducing power consumption of proxmox nodes

    I noticed the other day that my proxmox nodes are running at max turbo frequency all the time. Even when there is virtually zero activity, the 8700 and 7700k are sitting at 4.2ghz+ on all cores. The little x270 stays locked at 3.4ghz on its two cores. Since these servers idle a huge amount, they…

  • speed up your nextcloud server

    By default, Nextcloud has object caching disabled. It also triggers the background tasks to be run on every page load by default, using AJAX instead of using a cron job on a timer. This was causing a significant delay for my friends accessing my server. Following a couple other guides on the internet, I found…