- Joined
- Dec 23, 2022
- Messages
- 678
- Reaction score
- 0
I am doing an experiment, and for this reason have a server with almost 200 $Maria masternodes (on ipv6)
** Note: I will make a post in tutorials on how this can be done.
yes, that is *** of mns
.. and yes, most mn owners are informed of my experiment.
tech specs:
CPU: Intel Xeon-E 2136 - 6c/12t - 3.3 GHz/4.5 GHz
RAM: 64 GB ECC 2666 MHz
Data disks: 2×4 TB HDD SATA
OS: Ubuntu Server 22.04 LTS "Jammy Jellyfish"
Swap: 20Gb
--
The issue is: the set-up masternodes keep going missing randomly after 3-4 days of being Enabled. .. and it didn't seem to be the case when the server has 100 masternodes on it.
--
I have to admit that the 64 GB ram limit was met at around 100-120 masternodes. .. and I kept pushing
--
ok, let me open the server and check processor, swap and memory status:
The visually displayed information is quite clear: there are lots of processor resources left // and both RAM and SWAP are full/overloaded.
---------------------------
So, I have this idea on installing Nginx and see will it reduce the usage of RAM.
The theory of potential benefits of using Nginx with a masternode server:
[list type=decimal]
[*]Load balancing: Nginx can be used to distribute incoming traffic across multiple $Maria masternodes, which can help to improve the overall performance of the network.
[*]Caching: Nginx can cache frequently accessed content, such as $Maria block data or API responses, reducing the number of requests that need to be processed by the node.
[*]Improved stability: Nginx can act as a reverse proxy for the $Maria masternode software, which can help to isolate the software from potential security vulnerabilities or system crashes.
[*]Improved security: Nginx includes several security features, such as rate limiting and SSL/TLS encryption, which can help to protect the $Maria masternode software from potential attacks.
[/list]
** Note: I will make a post in tutorials on how this can be done.
yes, that is *** of mns
tech specs:
CPU: Intel Xeon-E 2136 - 6c/12t - 3.3 GHz/4.5 GHz
RAM: 64 GB ECC 2666 MHz
Data disks: 2×4 TB HDD SATA
OS: Ubuntu Server 22.04 LTS "Jammy Jellyfish"
Swap: 20Gb
--
The issue is: the set-up masternodes keep going missing randomly after 3-4 days of being Enabled. .. and it didn't seem to be the case when the server has 100 masternodes on it.
--
I have to admit that the 64 GB ram limit was met at around 100-120 masternodes. .. and I kept pushing
--
ok, let me open the server and check processor, swap and memory status:
Code:
htop
The visually displayed information is quite clear: there are lots of processor resources left // and both RAM and SWAP are full/overloaded.
---------------------------
So, I have this idea on installing Nginx and see will it reduce the usage of RAM.
The theory of potential benefits of using Nginx with a masternode server:
[list type=decimal]
[*]Load balancing: Nginx can be used to distribute incoming traffic across multiple $Maria masternodes, which can help to improve the overall performance of the network.
[*]Caching: Nginx can cache frequently accessed content, such as $Maria block data or API responses, reducing the number of requests that need to be processed by the node.
[*]Improved stability: Nginx can act as a reverse proxy for the $Maria masternode software, which can help to isolate the software from potential security vulnerabilities or system crashes.
[*]Improved security: Nginx includes several security features, such as rate limiting and SSL/TLS encryption, which can help to protect the $Maria masternode software from potential attacks.
[/list]