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

Data export: memory usage and export location #3150

Open
jonsbun opened this issue Dec 23, 2024 · 1 comment
Open

Data export: memory usage and export location #3150

jonsbun opened this issue Dec 23, 2024 · 1 comment
Labels
question Further information is requested wait for response xf:datatransfer

Comments

@jonsbun
Copy link

jonsbun commented Dec 23, 2024

I have a few questions about CloudBeaver (v24.3.1) data export functionality:

  1. It looks like memory is not released after table export (JAVA_OPTS=-Xmx8g). That leads to OOM during the next data export. I am running CloudBeaver in the Kubernetes environment.
    memory_usage

  2. In DEBUG logs, the export location is set as /tmp/dbeaver/.work-data/data-transfer/124rpl6u8fpbhj4j7xq7b5290_794327ee-efe3-4686-8251-09935a5e80ac.csv. How to set data export location to /opt/cloudbeaver/workspace/.work-data/data-transfer?

@jonsbun jonsbun added question Further information is requested wait for review labels Dec 23, 2024
@EvgeniaBzzz
Copy link
Contributor

Hi @jonsbun
Thank you for your report, we'll take a look!

To point 2: you can change system property java.io.tmpdir to /opt/cloudbeaver/workspace, but then all temp files will be stored in /opt/cloudbeaver/workspace/dbeaver/.work-data/data-transfer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wait for response xf:datatransfer
Projects
None yet
Development

No branches or pull requests

2 participants