mitre / vulcan

A web application to streamline the development of STIGs from SRGs
https://mitre-vulcan-prod.herokuapp.com/
Other
58 stars 16 forks source link

Vulcan container crashes when exporting to excel #600

Closed rlakey closed 9 months ago

rlakey commented 11 months ago

If a project contains a higher number of components the "Excel Export" and "DISA Excel Export" downloads cause the container to run out of memory and crash.

I don't know the exact number of components that causes this but a project with 24 is causing the issue whereas other projects with half the components do not.

The containers in question have 1Gb of memory and each attempt to export would cause them to crash.

image

We do not have an option to individually export a component to Excel or DISA Excel on the component cards. Implementing this would provide a workaround to the issue.

Another option would be a dialog on the export attempt to choose which components to export.