Skip to content

Instantly share code, notes, and snippets.

View coffnix's full-sized avatar

Raphael Bastos aka coffnix coffnix

View GitHub Profile
#
# 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
@coffnix
coffnix / 50-vipnix.conf
Created October 13, 2025 13:24
file /etc/sysctl.d/50-vipnix.conf
####
## 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).