Actions
Feature #1301
openShrink table size during memory stress
Status:
New
Priority:
Low
Assignee:
-
Category:
Tables
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Watch for nfd
process memory usage. When memory usage is higher than a configurable threshold, shrink table size to avoid crash.
- shrink ContentStore
- delete/aggregate Measurements entries
- stop accepting new PIT entries (drop Interests)
Updated by Junxiao Shi over 10 years ago
Limiting memory usage is a useful feature for deployment in OpenVZ container.
NFD in my box is crashing every day due to memory exhaustion.
Updated by Junxiao Shi over 10 years ago
- Target version deleted (
v0.2)
20140517 conference call decides this task is too complex to deliver in v0.2.
The immediate problem can be solved with Task #1623, which is a subset of this task.
Updated by Junxiao Shi over 10 years ago
- Related to Task #1623: Make ContentStore size configurable added
Updated by Junxiao Shi over 7 years ago
- Has duplicate Feature #4070: Replacement policies for PIT (Pending Interest Table) added
Updated by Junxiao Shi over 7 years ago
- Tracker changed from Task to Feature
- Assignee deleted (
Minsheng Zhang)
Updated by Junxiao Shi over 7 years ago
On the Readiness of NDN for a Secure Deployment: The Case of Pending Interest Table has a benchmark on how many PIT entries would cause NFD 0.4.0 to crash. Their findings indicate that, using names with 256 name components, NFD uses up 8GB of memory with about 2200 PIT entries.
Updated by Davide Pesavento almost 7 years ago
- Related to Bug #4499: Unbounded queuing in StreamTransport added
Updated by Davide Pesavento almost 7 years ago
- Priority changed from Normal to Low
Updated by Junxiao Shi almost 5 years ago
- Is duplicate of Feature #5060: Congestion Detection: Monitor size of PIT vs. available memory added
Actions