Skip to content

Instantly share code, notes, and snippets.

@mattiasghodsian
Created November 22, 2022 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattiasghodsian/b18fe6d017e0b60022aa72c12bf7ca07 to your computer and use it in GitHub Desktop.
Save mattiasghodsian/b18fe6d017e0b60022aa72c12bf7ca07 to your computer and use it in GitHub Desktop.
DBeaver - OutOfMemoryError occurred while reading file

How to fix DBeaver - OutOfMemoryError occurred while reading file

When u encounter OutOfMemoryError occurred while reading file DBeaver needs more memory to read big SQL files

Edit dbeaver.ini

nano /usr/share/dbeaver-ce/dbeaver.ini 
-vmargs
-XX:+IgnoreUnrecognizedVMOptions
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=11
-Xms64m
-Xmx1024m <-- increase
-Ddbeaver.distribution.type=deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment