Forum Overview
::
Site Comments
::
You might notice that the site is now running 500x faster than before
[quote name="Entropy Stew"]This is because I found the source of the inclusion bug, the DB error bug, and probably others as well. Lets get a replay here: # /usr/local/sbin/lsof | wc -l 2061 // 2061 open file handles. I had SB set the apache max to 5000, so this shouldn't be a problem. WTF? // googling... # sysctl kern.maxfiles 1772 // FUCK! # sysctl -w kern.maxfiles=10000 kern.maxfiles: 1772 -> 10000 # sysctl kern.maxfiles kern.maxfiles = 10000 // hmmm.... # sysctl -w kern.maxfiles=20000 kern.maxfiles: 10000 -> 20000 # /usr/local/sbin/lsof | wc -l 2836 // oh yeah IF YOU SEE ANY MORE FUCKING INCLUDE PROBLEMS, CONTACT ME, AND I WILL FUCKING KILL THEO. -/ES/-[/quote]