Last active
February 21, 2025 13:35
-
-
Save souhaiebtar/9bc22ff3eafbba1542b5c05a70228a02 to your computer and use it in GitHub Desktop.
[dbeaver config file] .ini file for dbeaver #dbeaver #linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# path on linux /usr/share/dbeaver/dbeaver.ini | |
# path on macos /Applications/DBeaverEE.app/Contents/Eclipse/dbeaver.ini | |
-vm | |
/usr/bin/java | |
-startup | |
plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426 | |
-vmargs | |
-javaagent:/home/tunknown/.apps/dbeaver/dbeaver-agent.jar | |
-XX:+IgnoreUnrecognizedVMOptions | |
--add-modules=ALL-SYSTEM | |
-Xms128m | |
-Xmx2048m | |
## key | |
--- dbeaver-ue(v24) LICENSE --- | |
Aute1ggND8ibzFo8GX5TBUzdS5asAxIsinAfL7ESygPg7TN49LzMXjtMyucK4vdKSTaec8uPCelEOdU2lcZBveDtKQ8P6xnaFHK+lcdNR5WLGigbbkBeHuilU8CXwC2ZOM5+T3+SPhPwSxOaxeCPFt0IylrBHTblA2hPL9c/cfwAF6T9RfEdSQB9iUnilSG7vw6twQv+xtDfJWnmMy6rn9dxNcg5idgAJ1QHCqJUK62Qpu5LyqcEBFYD/J1BuCy46pik5DUEJMVYIX8Alxfmoph6jDBFs0DH6miiUEtrs0UfOFHYs/tmx0FQxPx7Rw4zxBHZOKQ8V5dT//s0h+U6DQ== | |
--- 请复制上一行 --- |
for those who can't find the file :
cd /Applications/ && find . -iname dbeaver.ini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice! it work