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

Project download failing #1601

Open
temi opened this issue Jun 18, 2024 · 0 comments
Open

Project download failing #1601

temi opened this issue Jun 18, 2024 · 0 comments

Comments

@temi
Copy link
Contributor

temi commented Jun 18, 2024

Project download is failing due to Out of Memory error. At the moment, project serialisation (toMap) gets all activities. This can run into hundreds of thousands. The area to fix is below.

Also, the template for download used is works project. check if that is suitable or need to change in citizen science perspective.

SearchController.groovy

exportProjectsToXls(Set<String> projectIds, ProjectExporter projectExporter) {
...
                Map project =  projectService.get(projectIds[i], **ProjectService.ALL**)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant