Data Download Service .ZIP Files Greater Than 10GB May Be Empty

Liz Sanderson
Liz Sanderson
  • Updated

Considerations

When generating very large datasets (typically over 10 GB), you may end up with a ZIP file that contains no data. This empty archive usually indicates that the process ran out of either disk space or system memory before writing any features.

Why This Happens

FME Form uses the Windows %TEMP% directory as a staging area when creating large ZIP archives. If the drive fills up or FME cannot allocate enough RAM during compression, the ZIP writer can fail silently, producing an empty file instead of reporting an error.

How to Resolve It

  • Ensure sufficient disk space
    Verify that both your primary drive and the %TEMP% directory have ample free space before running large exports.
  • Use a 64-bit FME Form build
    Switch to the 64-bit installation of FME Form so the application can address more memory.
  • Upgrade your operating system
    On a 32-bit OS, move to a 64-bit OS to allow FME Form to leverage all available system RAM.
  • Split large datasets
    For very large images or other bulky data, consider tiling or chunking the output into smaller files before zipping.

Additional Notes

  • Consider setting the FME_TEMP environment variable to point to a different directory or drive with more free space.
  • Monitor system memory usage via the Task Manager (or an equivalent tool) during large exports to anticipate potential resource bottlenecks.

Additional Resources

Was this article helpful?

We're sorry to hear that.

Please tell us why.

As of January 14th, 2026, comments on knowledge base articles have been closed. To make sure questions don’t get missed and to enable more community support, we’ve moved discussions to the FME Community. If you have a question or a comment about this article, please create a new post or create a support ticket.