Roam icon indicating copy to clipboard operation
Roam copied to clipboard

Project Deploy - Large Projects - Zip64 Error

Open ChartisKathy opened this issue 7 years ago • 3 comments

After clicking the "Publish Update" button on a 10MB project whose _data folder has imagery (27GB), I get this error - basically stating that the project is too large. image

ChartisKathy avatar Jun 29 '17 01:06 ChartisKathy

Yeah I'm not sure I would include 27Gb of data inside the _data folder because it will then have to download the data. That kind of thing just has to be a manual install at the momment.

On Thu, Jun 29, 2017 at 11:53 AM, ChartisKathy [email protected] wrote:

After clicking the "Publish Update" button on a 10MB project whose _data folder has imagery (27GB), I get this error - basically stating that the project is too large. [image: image] https://user-images.githubusercontent.com/26241911/27667927-57e68864-5cc1-11e7-899c-baa5705e2749.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DMS-Aus/Roam/issues/379, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXS3EdhkyY9wtDgMLmYDieVBmfIKKKoks5sIwOvgaJpZM4OIvD6 .

NathanW2 avatar Jun 29 '17 01:06 NathanW2

Agree transfers of large amounts of data should be avoided. Especially over the web.

Can an enhancement be made to exclude the _data folder for the Project Update button? Or potentially for a popup to come up prompting the user whether data should be part of the install / update?

Thanks mate.

ChartisKathy avatar Jun 29 '17 01:06 ChartisKathy

We should catch this error and stop the user publishing projects that large, perhaps >2 GB? Rather arbitrary limit, where does zipfile 32bit library cut off?

Regardless though, would recommend moving that imagery file outside the project completely. We generally store ours at the project level eg. C:\IntraMaps Roam\projects\latest_aerial.ecw

Should also note doing this means it is easy to reference from other projects, so they all share the same file.

bzeeb avatar Jun 29 '17 02:06 bzeeb