Not able to upload 100k list

dante

Member
Hi,

When uploading a list of 100k or more It always shows some server error.
The file uploads till 100% but then the page doesn't load and shows error. I have to split the list into 35k each so then it works.

I have bigger lists around 500k - 2M and can't imagine uploading each by splitting them into tons of small pieces.

Where is the upload limit option?(If any).
 
What error ?
This:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2.2.15 (CentOS) Server at clickmailserver.com Port 80
 
Okay, so your server is not able to handle uploading and processing that many at once and this is why you need to split your big list into smaller lists.
What is your settings from backend > settings > import/export ? (screenshot).
Also, what's your server specs (ram/cpu)?
 
Okay, so your server is not able to handle uploading and processing that many at once and this is why you need to split your big list into smaller lists.
What is your settings from backend > settings > import/export ? (screenshot).
Also, what's your server specs (ram/cpu)?

N4SGCOC.png


Its a VPS:

OpenStack KVM
2 vCore(s)
2.4 GHz
8 GB RAM
40 GB SSD
Local RAID 10
 
try with
sudo nano /etc/my.cnf

This is my "my.cnf" file.

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


This doesn't have anything like the link twisted posted above.

Also do I need to edit "php.ini" ??
 
Back
Top