Manually increasing variables

I got this error on the dashboard:

Your system is setup to only handle 1000 variables. This is not enough to handle the number of devices you have. You should increase this to at least 5000. CLick Resolve for instructions to fix

I clicked, ran the commands in Putty, and the error won’t go away. Not sure what to do.

What commands did you run?

sed -i ‘s/; max_input_vars = 1000/max_input_vars = 5000/’ /etc/php.ini
systemctl restart httpd.service

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.