dbeaver-allow-memory

1.1.4 • Public • Published

DBeaver Allow Memory

NPM Downloads

Description

This is a simple script to allow DBeaver to use more memory than the default 1 GB. It will change a file called dbeaver.ini in the same directory as the dbeaver executable. It will also create a backup of the original dbeaver.ini file, with name dbeaver.ini.backup.

Only MacOS is supported at the moment.

Installation

npm install -g dbeaver-allow-memory

Using template

dbeaver-allow-memory -m <memory>

Params

  • -m <memory> - memory in MB to allow DBeaver to use.

Using samples

# Allow DBeaver to use 16GB of memory.
dbeaver-allow-memory -m 16384

Service commands

# Show help.
dbeaver-allow-memory --help

# Show version.
dbeaver-allow-memory --version

License

The MIT License (MIT)

Copyright © 2022 - 2024 Volodymyr Sichka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i dbeaver-allow-memory

Weekly Downloads

0

Version

1.1.4

License

MIT

Unpacked Size

97.1 kB

Total Files

12

Last publish

Collaborators

  • volodymyr.sichka