-
Notifications
You must be signed in to change notification settings - Fork 504
Command line parameters
Serge Rider edited this page Dec 29, 2021
·
9 revisions
CloudBeaver support the same system parameters as DBeaver.
There are two ways to pass command line parameters to CloudBeaver server
- Modify
run-server.shscript, add extra parameters afterjavacommand in last line. For example, add parameter-Xmx2048in server start:
java -Xmx2048M -jar ${launcherJar} -product io.cloudbeaver.product.ce.product -web-config conf/cloudbeaver.conf -nl en -registryMultiLanguageSet variable JAVA_OPTS to appropriate parameters value.
For example, add parameter -Xmx2048 in server start:
export JAVA_OPTS=-Xmx2048
./run-server.shYou can pass JAVA_OPTS variable to docker container by using -e docker parameter:
sudo docker run -d --restart unless-stopped -p 80:8978 \
-e JAVA_OPTS=-Xmx2048 \
-v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver:latest`}- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development