Skip to content

Commit

Permalink
fix: added mention of -xmx and -xms for end user
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryIvo committed Nov 2, 2023
1 parent 4dab8d5 commit b01257d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/install-kura.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ kura-<kura-version>_generic-<arch>_installer.deb/rpm

where `<arch>` is one of the **supported architectures**: *x86_64*, *arm32*, and *arm64*. A generic Kura profile can work on systems that have available the dependencies listed in the [Kura dependencies](#kura-dependencies) section, and that have **at least one** physical ethernet interface.

### RAM Assignent
Eclipse Kura's Generic profile incorporates an adaptive RAM allocation system during installation. The RAM allocation follows a formula based on your gateway's available memory. If your gateway has less than 1024MB of RAM, Kura will allocate 256MB. For gateways with more than 1024MB, one quarter of the total RAM will be allocated.
### Java Heap Memory Assignment
Eclipse Kura's Generic profile incorporates an adaptive Heap Memory allocation system during installation. The allocation follows a formula based on your gateway's available memory. If your gateway has less than 1024MB of RAM, Kura will set -Xms and -Xmx to 256MB. For gateways with more than 1024MB, one quarter of the total RAM will be assigned to -Xms and -Xmx.

### Initial network configuration

Expand Down

0 comments on commit b01257d

Please sign in to comment.