Command line parameters
CloudBeaver support the same system parameters as DBeaver.
There are two ways to pass command line parameters to CloudBeaver server
Modify run-server script¶
- Modify
run-server.shscript, add extra parameters afterjavacommand in last line. For example, add parameter-Xmx2048in server start:
Note: to be able to modify run script you must build CloudBeaver from sources. It doesn't make sense to modify the script in docker container because all changes will be reset after container restart.
Pass parameters using the environment variable¶
Set variable JAVA_OPTS to appropriate parameters value. It works for manual server start and for docker container start.
Manual¶
Docker¶
You can pass JAVA_OPTS variable to docker container by using -e docker parameter: