HttpDegradationModule
(Difference between revisions)
(→Synopsis) |
(→degradation) |
||
| Line 22: | Line 22: | ||
== degradation == | == degradation == | ||
| − | '''syntax:''' ''degradation mem_used'' | + | '''syntax:''' ''degradation sbrk=mem_used'' |
'''default:''' ''none'' | '''default:''' ''none'' | ||
| − | '''context:''' ''http | + | '''context:''' ''http'' |
== degrade == | == degrade == | ||
Latest revision as of 18:05, 30 April 2012
Contents |
[edit] Synopsis
This module allow to return 204 or 444 code for some locations on low memory condition:
Currently it can be used if sbrk(0) syscall reports real memory volume allocated by a proccess.
It does not work for Linux and FreeBSD 7.0+ where malloc() may use mmap(). It can be used on FreeBSD before 7.0 and on 7.0+ if MALLOC_OPTIONS=Dm.
[edit] Directives
[edit] degradation
syntax: degradation sbrk=mem_used
default: none
context: http
[edit] degrade
syntax: degrade error_code
default: none
context: location










