aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-02-20 22:28:09 +0000
committerPeter Palfrader <peter@palfrader.org>2008-02-20 22:28:09 +0000
commit644452a62fde5fec66dab56c4f47204f42b57bac (patch)
treeedd45cffb77bd2bf1396303852826e8fab1bacac /debian/changelog
parent384a8ab777999c984509ad57d9d8ae859a0ed5c9 (diff)
downloadtor-644452a62fde5fec66dab56c4f47204f42b57bac.tar.gz
tor-644452a62fde5fec66dab56c4f47204f42b57bac.zip
Change the default for MAX_FILEDESCRIPTORS in our init script to depend on the
number of system-wide available file descriptors: /proc/sys/fs/file-max is bigger than 100k, set ulimit -n to 32k, if it's smaller than 20k set it to 1024. Big servers at the moment regularly use more than 10k FDs, so our old default of 8k no longer is sufficient. On the other hand we don't want lower end systems to run out of FDs on Tor's account. svn:r13625
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d210a897c8..397e87392f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+tor (0.2.0.19-alpha+svn-1) unreleased; urgency=low
+
+ * Change the default for MAX_FILEDESCRIPTORS in our init script to depend
+ on the number of system-wide available file descriptors:
+ /proc/sys/fs/file-max is bigger than 100k, set ulimit -n to 32k, if it's
+ smaller than 20k set it to 1024. Big servers at the moment regularly use
+ more than 10k FDs, so our old default of 8k no longer is sufficient. On
+ the other hand we don't want lower end systems to run out of FDs on Tor's
+ account.
+
+ -- Peter Palfrader <weasel@debian.org> Wed, 20 Feb 2008 23:27:35 +0100
+
tor (0.2.0.19-alpha-1) experimental; urgency=low
* New upstream version.