Skip to content

Commit

Permalink
Deployed b707193 to docs-develop with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2023
1 parent 189d111 commit c7582bc
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 137 deletions.
16 changes: 16 additions & 0 deletions docs-develop/getting-started/install-kura/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,13 @@
<nav class="md-nav" aria-label="Generic installers">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#java-heap-memory-assignment" class="md-nav__link">
Java Heap Memory Assignment
</a>

</li>

<li class="md-nav__item">
<a href="#initial-network-configuration" class="md-nav__link">
Initial network configuration
Expand Down Expand Up @@ -3061,6 +3068,13 @@
<nav class="md-nav" aria-label="Generic installers">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#java-heap-memory-assignment" class="md-nav__link">
Java Heap Memory Assignment
</a>

</li>

<li class="md-nav__item">
<a href="#initial-network-configuration" class="md-nav__link">
Initial network configuration
Expand Down Expand Up @@ -3137,6 +3151,8 @@ <h2 id="generic-installers">Generic installers</h2>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>kura-&lt;kura-version&gt;_generic-&lt;arch&gt;_installer.deb/rpm
</code></pre></div>
<p>where <code>&lt;arch&gt;</code> is one of the <strong>supported architectures</strong>: <em>x86_64</em>, <em>arm32</em>, and <em>arm64</em>. A generic Kura profile can work on systems that have available the dependencies listed in the <a href="#kura-dependencies">Kura dependencies</a> section, and that have <strong>at least one</strong> physical ethernet interface.</p>
<h3 id="java-heap-memory-assignment">Java Heap Memory Assignment</h3>
<p>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.</p>
<h3 id="initial-network-configuration">Initial network configuration</h3>
<p>During the installation of a generic profile with network management support, the initial network configuration will be generated dynamically using the rules described below:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs-develop/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit c7582bc

Please sign in to comment.