Skip to content

Instantly share code, notes, and snippets.

View parhamr's full-sized avatar

Reid Parham parhamr

View GitHub Profile
@parhamr
parhamr / sysctl.conf
Last active August 29, 2015 14:05 — forked from colby/-
Boilerplate Linux Kernel tweaks for a webserver
fs.file-max=131072
kernel.shmall=32768
kernel.shmmax=536870912
net.core.netdev_max_backlog=4096
net.core.optmem_max=25165824
net.core.rmem_default=25165824
net.core.rmem_max=25165824
net.core.somaxconn=4096
net.core.wmem_default=65536
net.core.wmem_max=25165824
@parhamr
parhamr / mariadb-10.0.10-global-status.md
Last active August 29, 2015 14:01
MySQL statistics for PHP upgrade research

MariaDB 10.0.10 global statistics

This test server has been running for 24.7 days as the data store for load testing Magento 1.13.1 EE against various PHP versions.

Minutely averages

  • 5042 SELECTs
  • 2301 INSERTs
  • 176 COMMITs
  • 253 UPDATEs