diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-10-23 12:42:52 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-10-23 12:42:52 +0100 |
| commit | d176bf38ed1423b1bf47debdf723439f42737a90 (patch) | |
| tree | ef198aad4ae78468773e860886df6aa05c2d5d02 /docs | |
| parent | b1be2e0c6555190cc4830939927b2c7e20172bb0 (diff) | |
| download | rabbitmq-server-git-d176bf38ed1423b1bf47debdf723439f42737a90.tar.gz | |
Use same disk free limit in sample config
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 00aef8d954..91402649e1 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -169,7 +169,7 @@ %% lower bound, a disk alarm will be set - see the documentation %% listed above for more details. %% - %% {disk_free_limit, 1000000000}, + %% {disk_free_limit, 50000000}, %% Alternatively, we can set a limit relative to total available RAM. %% |
