11-29-2018 01:02 PM
Does anybody know of any effective size limits on Exped. I have a 32mb Panorama config that I can import after changing the php.ini settings but after removing duplicate address objects, when I generate the XML output, it logs you out immediately. I can see from useing "top" in an ssh session that the processes are still running, and when it calms down, I log in and can download the config files. The only issue is that my 32MB input file is now only about 17M as an export and has half of the stuff missing.
Has anybody else worked on a config file over 30M and have you been able to generate a config?
12-05-2018 07:59 AM
to upload an import large configuration files you will need to edit the file with the values shown below.
After editing let us know if you are able to import your panporama configuration.
sudo vi /etc/php/7.0/apache2/php.ini
Modify:
post_max_size = 250M
upload_max_filesize = 250M
restart the Apache with
sudo systemctl restart apache2
02-18-2020 01:50 AM
Thank you, I was able to increase the file size using these commands.
Expedition increase upload size
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!