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

NodeScriptInterface eats up disk space #26

Closed
alejandro-du opened this issue Sep 27, 2021 · 0 comments · Fixed by #27
Closed

NodeScriptInterface eats up disk space #26

alejandro-du opened this issue Sep 27, 2021 · 0 comments · Fixed by #27

Comments

@alejandro-du
Copy link
Contributor

The initialization logic in NodeScriptInterface class leads to the creation of multiple replicas of a temporary file. These replicas are only deleted on JVM termination. Generating a few thousand sample objects eats up gigabytes of disk space.

alejandro-du pushed a commit to alejandro-du/example-data that referenced this issue Sep 27, 2021
@Artur- Artur- closed this as completed in #27 Oct 1, 2021
Artur- pushed a commit that referenced this issue Oct 1, 2021
Fixes initialization logic in NodeScriptInterface.

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

Successfully merging a pull request may close this issue.

1 participant