Skip to content

Instantly share code, notes, and snippets.

View JacobASeverson's full-sized avatar

Jacob Severson JacobASeverson

  • Favor
  • Austin, TX
View GitHub Profile

Ratpack Production Tunings

# cat /etc/security/limits.conf

*         hard    nofile      500000
*         soft    nofile      500000
root      hard    nofile      500000
root      soft    nofile      500000