memory_limit Error in cacti
Warning in Cacti log:
It is highly suggested that you alter you php.ini memory_limit to 224M or higher.
This suggested memory value is calculated based on the number of data source present and is only to be used as a suggestion, actual values may vary system to system based on requirements.
Solution:
vi /etc/php.ini
enter higher value under memory_limit
It is highly suggested that you alter you php.ini memory_limit to 224M or higher.
This suggested memory value is calculated based on the number of data source present and is only to be used as a suggestion, actual values may vary system to system based on requirements.
Solution:
vi /etc/php.ini
enter higher value under memory_limit
No comments