Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload limit #63

Open
mhkeller opened this issue Sep 18, 2018 · 7 comments
Open

Upload limit #63

mhkeller opened this issue Sep 18, 2018 · 7 comments

Comments

@mhkeller
Copy link

Is there a hardcoded upload size limit? I'm trying to upload a csv that's over 1gb and it says it fails for an unknown reason. Same thing happens if I upload the shapefile output of that file from QGIS. If I upload a subset it works fine.

@sverhoeven
Copy link
Owner

Yes, there is an upload limit of 150Mb at https://github.com/sverhoeven/docker-cartodb/blob/master/config/cartodb.nginx.proxy.conf#L4

sverhoeven added a commit that referenced this issue Sep 20, 2018
@mhkeller
Copy link
Author

Thanks. I pulled the latest to get 397ffca and started from scratch but I still get an unknown error on upload. I don't see any error doing docker logs <id>. Is there another place to look?

@sverhoeven
Copy link
Owner

The importing is handled by the resque worker.

It writes it log files to /cartodb/resque.log, which you can view with docker exec <container> cat /cartodb/resque.log.

@mhkeller
Copy link
Author

Hmm, the logs don't show any activity. If I import a smaller shapefile or one of the stock datasets like chicago building footprints, I do see logs.

@mhkeller
Copy link
Author

mhkeller commented Sep 20, 2018

I put together a test repo to generate a csv containing a few million random points: https://github.com/mhkeller/gen-points

I get the same silent failing using the result from this script as I do with my file.

@mhkeller
Copy link
Author

@sverhoeven any thoughts on this?

@sverhoeven
Copy link
Owner

No idea, I have not used Carto for a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants