Skip to content

Instantly share code, notes, and snippets.

View pprkut's full-sized avatar

Heinz Wiesinger pprkut

View GitHub Profile
@janeczku
janeczku / sysctl.conf
Created November 15, 2015 16:43
Scaleway C1 sysctl network performance tweaks
#Performance Tweak
net.core.rmem_max=12582912
net.core.wmem_max=12582912
net.core.rmem_default=87380
net.core.wmem_default=87380
net.ipv4.tcp_mem='12582912 12582912 12582912'
net.ipv4.tcp_rmem= 10240 87380 12582912
net.ipv4.tcp_wmem= 10240 87380 12582912
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
@esamson
esamson / .gitignore
Last active April 28, 2019 14:56
systemd service file for sonatype nexus. Put this in `$HOME/.config/systemd/user/nexus.service`. Launch with `systemctl --user start nexus`.
default.target.wants/
nexus