Commit 0c33af4
Make memory_limit_bytes available as optional bosh property
The code allows both a configurable % and byte limit for memory. Specifically the byte limit makes sense when you want
to run log-cache on a really large VM, colocated with other things, but you don't want it to take up too much
of the VM's memory.
This optional property will do nothing until set, at which point it will override the memory % limit, as documented.1 parent 3a4113e commit 0c33af4
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments