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

Running skymatch with minimize_memory opens 2x files for each input association member #8479

Open
stscijgbot-jp opened this issue May 10, 2024 · 0 comments

Comments

@stscijgbot-jp
Copy link
Collaborator

Issue JP-3620 was created on JIRA by Brett Graham:

When skymatch is run with minimize_memory it will write out and keep open 2x temporary files for every member of the input association. For large associations (hundreds of members) this can lead to failed runs where the step exceeds the allowed number of open files (using the default value on some systems).

See relevant code here:

self._tmp = tempfile.NamedTemporaryFile(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant