Skip to content

Java heap space #12498

Answered by serge-rider
chan18 asked this question in Q&A
Apr 8, 2021 · 11 comments · 4 replies
Discussion options

You must be logged in to vote

@chan18 Perhaps you have a huge schema (hundreds/thousands of tables with many columns).
@ardelean94 Impala JDBC driver needs a lot of memory.

By default DBeaver Community has maximum memory limit 1gb.
You can increase this limit in dbeaver.ini file.
Try to change -Xmx1024m into -Xmx4096m to increase maximum memory to 4Gb.

Replies: 11 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@FreddyJohn
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@zhandshoe
Comment options

@rjake
Comment options

@malhassabi
Comment options

Answer selected by uslss
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #12048 on May 17, 2021 12:33.