You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few questions about CloudBeaver (v24.3.1) data export functionality:
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.
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?
The text was updated successfully, but these errors were encountered:
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
I have a few questions about CloudBeaver (v24.3.1) data export functionality:
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.
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
?The text was updated successfully, but these errors were encountered: