-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Swilder-M <[email protected]>
- Loading branch information
Showing
48 changed files
with
154 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
name: Check markdown | ||
name: Check Docs | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
Markdown_Checker: | ||
markdown_check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
- name: check out code | ||
uses: actions/checkout@main | ||
- name: Install markdownlint | ||
|
||
- name: install markdownlint | ||
run: sudo npm install -g markdownlint-cli | ||
|
||
- name: Check markdown | ||
- name: check markdown | ||
run: markdownlint -c .github/workflows/markdown_config.json ./ | ||
|
||
Directory_Checker: | ||
directory_check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
- name: check out code | ||
uses: actions/checkout@main | ||
- name: Check directory config | ||
|
||
- name: check directory config | ||
run: python3 .github/scripts/directory_check.py directory.json $(pwd) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"default": false, | ||
"MD001": true, | ||
"MD003": {"style": "atx"}, | ||
"MD011": true, | ||
"MD018": true, | ||
"MD019": true, | ||
"MD023": true, | ||
"MD025": {"level": 1, "front_matter_title": ""}, | ||
"MD042": true, | ||
"MD046": {"style": "fenced"}, | ||
"MD048": {"style": "backtick"} | ||
} | ||
"default": false, | ||
"MD001": true, | ||
"MD003": {"style": "atx"}, | ||
"MD011": true, | ||
"MD018": true, | ||
"MD019": true, | ||
"MD023": true, | ||
"MD025": {"level": 1, "front_matter_title": ""}, | ||
"MD042": true, | ||
"MD046": {"style": "fenced"}, | ||
"MD048": {"style": "backtick"} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ Neuron supports 32-bit/64-bit ARM and 64-bit x86 architectures on Linux-based op | |
|
||
| Linux Distribution | Required Package | | ||
| ------------------------------------------------------------ | ------------------ | | ||
| Ubuntu 20.04 </br>Ubuntu 18.04 </br>Ubuntu16.04</br>Debian 11</br>Debian 10</br>Debian 9</br>Debian 8 | **Debian Software Package** (.deb) | | ||
| CentOS Stream 9</br>CentOS Stream 8</br>CentOS 7 | **Redhat Package Manager** (.rpm) | | ||
| Ubuntu 20.04 <br />Ubuntu 18.04 <br />Ubuntu16.04<br />Debian 11<br />Debian 10<br />Debian 9<br />Debian 8 | **Debian Software Package** (.deb) | | ||
| CentOS Stream 9<br />CentOS Stream 8<br />CentOS 7 | **Redhat Package Manager** (.rpm) | | ||
| Other Linux | **Tape Archiver** (tar.gz) | | ||
|
||
:::tip | ||
|
@@ -36,15 +36,15 @@ The following table lists the hardware conditions required for the minimum deman | |
:::tip | ||
Neuron has no upper limitation on the number of tags. It depends on the allocated CPU and memory resources. Neuron is very portable to run on limited resource like single board hardware, or on powerful servers. The following figures are the results of Neuron performance test for your reference and these benchmark results are still not the upper limits. A more powerful server can be used for more tags. | ||
|
||
Platform : Intel(R) Xeon(R) Gold [email protected]</br> | ||
Memory : 4G</br> | ||
Architecture : x86</br> | ||
OS Support : Ubuntu 20.04</br> | ||
No. of connections : 1000 connections</br> | ||
No. of tags for each connection : 300 tags</br> | ||
Total tags : 300,000 tags</br> | ||
Memory Usage : 300M</br> | ||
CPU Usage : 90%</br> | ||
Platform : Intel(R) Xeon(R) Gold [email protected]<br /> | ||
Memory : 4G<br /> | ||
Architecture : x86<br /> | ||
OS Support : Ubuntu 20.04<br /> | ||
No. of connections : 1000 connections<br /> | ||
No. of tags for each connection : 300 tags<br /> | ||
Total tags : 300,000 tags<br /> | ||
Memory Usage : 300M<br /> | ||
CPU Usage : 90%<br /> | ||
|
||
::: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.