File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,9 @@ limitations under the License.
181
181
<h2 >Message Store and Resource Management</h2 >
182
182
183
183
<ul >
184
+ <li >
185
+ <a href =" memory-use.html" >Memory Usage</a >
186
+ </li >
184
187
<li >
185
188
<a href =" memory.html" >Memory Management</a >
186
189
</li >
@@ -202,9 +205,6 @@ limitations under the License.
202
205
<li >
203
206
<a href =" maxlength.html" >Queue Length Limits</a >
204
207
</li >
205
- <li >
206
- <a href =" queue-memory.html" >Queue Memory</a >
207
- </li >
208
208
<li >
209
209
<a href =" lazy-queues.html" >Lazy Queues</a >
210
210
</li >
Original file line number Diff line number Diff line change @@ -248,6 +248,9 @@ limitations under the License.
248
248
Message Store and Resource Management:
249
249
250
250
<ul >
251
+ <li >
252
+ <a href =" memory-use.html" >Memory Usage</a >
253
+ </li >
251
254
<li >
252
255
<a href =" memory.html" >Memory Management</a >
253
256
</li >
@@ -269,9 +272,6 @@ limitations under the License.
269
272
<li >
270
273
<a href =" maxlength.html" >Queue Length Limits</a >
271
274
</li >
272
- <li >
273
- <a href =" queue-memory.html" >Queue Memory</a >
274
- </li >
275
275
<li >
276
276
<a href =" lazy-queues.html" >Lazy Queues</a >
277
277
</li >
Original file line number Diff line number Diff line change @@ -115,9 +115,7 @@ limitations under the License.
115
115
<x : page url =" /networking.html" text =" Networking" />
116
116
<x : page url =" /memory-use.html" text =" Memory Use" >
117
117
<x : related url =" /lazy-queues.html" />
118
- <x : related url =" /queue-memory.html" />
119
118
</x : page >
120
- <x : page url =" /queue-memory.html" text =" Queue memory" />
121
119
<x : page url =" /lazy-queues.html" text =" Lazy Queues" />
122
120
<x : page url =" /event-exchange.html" text =" Internal Event Exchange" />
123
121
<x : page url =" /firehose.html" text =" Firehose (Message Tracing)" />
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ or when a certain amount of time passes (fraction of a second).
195
195
[ Lazy queues] ( /lazy-queues.html ) page messages out to disk more aggressively
196
196
regardless of their persistence property.
197
197
198
- See [ Memory Usage] ( /memory-use.html ) , [ Alarms] ( /alarms.html ) , [ Queue memory ] ( /queue-memory.html )
198
+ See [ Memory Usage] ( /memory-use.html ) , [ Alarms] ( /alarms.html )
199
199
[ Memory Alarms] ( http://localhost:8191/memory.html ) , [ Free Disk Space Alarms] ( /disk-alarms.html ) ,
200
200
[ Production Checklist] ( /production-checklist.html ) , and [ Message Store Configuration] ( /persistence-conf.html )
201
201
guide for details.
You can’t perform that action at this time.
0 commit comments