I moved from vps to dedicated server is there any options needs to change to get more performance for hestiacp ?
is this works for hestacp as well ? mariadb.conf tweak for 32 GB RAM or more - myVesta
Yes! the current config file from myvestacp certainly helps but performance gains also depend heavily on the overall system architecture. Now that you’re on a dedicated server with 32GB RAM, you’ve got much more flexibility compared to a VPS, especially in terms of memory allocation and I/O throughput.
That said, raw configuration changes alone won’t guarantee optimal performance. It also comes down to whether you’re leveraging a proper caching layer (like Redis or Memcached), using opcode caching for PHP, and tuning the web server stack effectively. These layers reduce direct DB hits and significantly improve response times under load.
I’d recommend running some load testing and profiling tools (like mysqltuner
or Percona Toolkit
) to identify real world bottlenecks. The goal is to let data guide further tuning now that you’ve got dedicated resources.