Searched refs:limit (Results 1 – 9 of 9) sorted by relevance
17 :keywords: lighttpd, bandwidth limit, traffic shaping31 limit the throughput for each single connection to the given32 limit in kbyte/s34 default: 0 (no limit)37 limit the throughput for all connections to the given limit40 if you want to specify a limit for a special virtual server49 default: 0 (no limit)54 Keep in mind that a limit below 32kb/s might actually limit the traffic to 32kb/s. This
27 We currently limit to compression support to static files.52 The lower limit is set as small files tend to become larger by compressing due53 to the compression headers, the upper limit is set to work sensibly with105 There is a hard upper limit of 128Mbyte.107 Default: unlimited (== hard-limit of 128MByte)
131 As lighttpd is a single-threaded server, its main resource limit is the134 If you are running a high-traffic site you might want to increase this limit168 Increasing the ``server.max-fds`` limit will reduce the probability of this
152 :"max-procs": the upper limit of the processess to start
1005 …off_t limit = con->conf.global_kbytes_per_second * 1024 - *(con->conf.global_bytes_per_second_cnt_… local1006 if (limit <= 0) {1014 if (max_bytes > limit) max_bytes = limit;1019 off_t limit = con->conf.kbytes_per_second * 1024 - con->bytes_written_cur_second; local1020 if (limit <= 0) {1028 if (max_bytes > limit) max_bytes = limit;
446 const BYTE* const limit = bEnd - 16; in XXH32_endian_align() local471 while (p<=limit); in XXH32_endian_align()551 const BYTE* const limit = bEnd - 32; in XXH64_endian_align() local576 while (p<=limit); in XXH64_endian_align()
279 * Fix max-connection limit handling/100% cpu usage (fixes #1436)587 * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)641 * fixed server-traffic-limit if connection limit is not set
700 # limit of 2048, but all sed's we know have understand at least 4000.1392 # There is notably a 21 bits limit for the UID and the GID. In fact,
1690 # no limit to the length of command line arguments.1691 # Libtool will interpret -1 as no limit whatsoever