你好,我有一台 Centos 7 的 vps,内存 4GB,8 核。我安装了 mariadb 数据库和 apache 2.4。
我想在其上运行 prestashop。但我的数据库有 1GB,因此如果我想显示例如类别,它会显示以下内存消息:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 256 bytes)
我知道,我可以分配它,但 3.5GB 仍然不需要更多。所以我的问题是,我是否可以以某种方式设置 apache 以获得更好的性能,或者我需要更多 GB 的 RAM,例如 8gb 或 16gb?
谢谢。