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

Export CSV function exceeds memory limit #898

Open
davidgamez opened this issue Jan 31, 2025 · 0 comments · May be fixed by #900
Open

Export CSV function exceeds memory limit #898

davidgamez opened this issue Jan 31, 2025 · 0 comments · May be fixed by #900
Labels
bug Something isn't working

Comments

@davidgamez
Copy link
Member

Describe the bug

The execution of the export CSV function exceeds the assigned memory limit in PROD.

Related to: #888

Steps/Code to Reproduce

  • Execute the export.csv function in the prod

Expected Results

Actual Results

  • The function fails with error in the logs
Memory limit of 1024 MiB exceeded with 1028 MiB used. Consider increasing the memory limit.....

Screenshots

No response

Files used

No response

Additional notes

I increased the memory to 2GB and got the function running. However, this solution is not permanent, as the feed and dataset counts will continue to grow exponentially.

@davidgamez davidgamez added the bug Something isn't working label Jan 31, 2025
sylvansson added a commit to sylvansson/mobility-feed-api that referenced this issue Feb 2, 2025
sylvansson added a commit to sylvansson/mobility-feed-api that referenced this issue Feb 2, 2025
@sylvansson sylvansson linked a pull request Feb 2, 2025 that will close this issue
5 tasks
@emmambd emmambd linked a pull request Feb 3, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant