All installation and configuration problems and questions
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by AlexR » Wed Dec 20, 2006 3:41 pm
Hi everyone!
Im just wondering. Is there a limit to the number of leads that can be uploaded? Is this only restricted by the maximum program memory in php.ini? I have uploaded 10k leads successfully but it won't load batches longer than that.
I remember reading something like this somewhere in the forum but i cannot find the thread now
Thank you!
alejandro
-
AlexR
-
- Posts: 127
- Joined: Mon Aug 21, 2006 5:02 pm
by mflorell » Wed Dec 20, 2006 5:13 pm
There are several variables that you must change in php.ini, and not just the file upload limit. I can't look them up at this moment, but it would be nice if someone would lookup in the php.ini and post here what exactly needs to be changed to raise the file upload limit so that it will work with much larger files.
-
mflorell
- Site Admin
-
- Posts: 18384
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by diyanat » Sat Dec 23, 2006 4:15 am
The following are php directives that you may need to edit in the /etc/php.ini files , keep values that best suit your environment, generally default values will work fine, u may need to change the values only if uploading large files greater then 2MB
file_uploads = keep this on to enable file uploads
upload_tmp_dir = point to a temporary directory to store uploaded files
upload_max_filesize = maximum file size in bytes that the PHP engine will accept.
Note: increase according to file size to upload
post_max_size = maximum peremitted http post size in bytes,
Note: this should be larger than upload_max_filesize
memory_limit = maximum amount of memory in bytes that is allowed for use by a PHP script
Note: this should be larger than post_max_size
Warning: choose a large memory_limit only if you have sufficient memory
max_input_time = maximum amount of time in secs allowed for each PHP script to receive httpd clients request,
Note: if u have slow connection increase this value
max_execution_time = maximum amount of time in secs allowed for each PHP script to execute.
Note: if uploading large files increase max_execution_time to prevent timeouts.
If you upload files less then 4 MB use the following
file_uploads = On
upload_tmp_dir = "/tmp"
upload_max_filesize = 5120
post_max_size = 10M
memory_limit = 20M
max_input_time = 90
max_execution_time = 60
if your upload file size from 5 MB to 10 MB use the following
file_uploads = On
upload_tmp_dir = "/tmp"
upload_max_filesize = 10240
post_max_size = 16M
memory_limit = 32M
max_input_time = 180
max_execution_time = 120
Diyanat
-
diyanat
-
- Posts: 30
- Joined: Fri Dec 22, 2006 3:45 pm
- Location: Hyderabad - India
-
by rameez.amjad4 » Sat Nov 17, 2018 10:35 am
What would be the settings if file size is 100MB to 150MB?
Please Update, Thanks.
-
rameez.amjad4
-
- Posts: 91
- Joined: Wed Oct 03, 2018 1:23 pm
by jayboo876 » Wed Jul 20, 2022 9:21 am
rameez.amjad4 wrote:What would be the settings if file size is 100MB to 150MB?
Please Update, Thanks.
I'm also facing this issue. Would really like to know what's the recommended setting for the above file size?
-
jayboo876
-
- Posts: 38
- Joined: Sat Apr 02, 2022 12:51 pm
by williamconley » Wed Jul 20, 2022 3:20 pm
jayboo876 wrote:rameez.amjad4 wrote:What would be the settings if file size is 100MB to 150MB?
Please Update, Thanks.
I'm also facing this issue. Would really like to know what's the recommended setting for the above file size?
It's recommended that you set it slightly higher than the largest file you intend to upload. Obviously this is a "per call center" preference since there are no rules or regulations about how many leads you can load in your own dialer at one time.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
-
williamconley
-
- Posts: 20254
- Joined: Wed Oct 31, 2007 4:17 pm
- Location: Davenport, FL (By Disney!)
-
Return to Support
Who is online
Users browsing this forum: Google [Bot] and 93 guests