This file contains hidden or 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
| # | |
| # spec file for package bitcoin | |
| # | |
| # Copyright (c) 2024 SUSE LLC | |
| # Copyright (c) 2011-2014 P Rusnak <[email protected]> | |
| # | |
| # All modifications and additions to the file contributed by third parties | |
| # remain the property of their copyright owners, unless otherwise agreed | |
| # upon. The license for this file, and modifications and additions to the | |
| # file, is the same license as for the pristine package itself (unless the |
This file contains hidden or 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
| #### | |
| ## VIPNIX TUNING - System and Network Optimization for High Performance | |
| ## | |
| ## This file adjusts Linux kernel parameters to maximize performance on 10 Gbps networks, | |
| ## reduce packet retransmissions, and improve efficiency on high-load servers. | |
| ## Focused on local networks with low latency (1–5 ms), such as connections between Linux servers and macOS clients. | |
| ## Values are optimized to minimize packet loss, prioritize low latency, and maximize throughput. | |
| # Increases the maximum number of events that inotify can monitor simultaneously. | |
| # Useful for applications that monitor many files (e.g., file servers, backup tools). |
OlderNewer