2015-12-02 22:23:22 +00:00
|
|
|
--- a/net/sched/sch_fq_codel.c
|
|
|
|
+++ b/net/sched/sch_fq_codel.c
|
2016-05-16 15:45:08 +00:00
|
|
|
@@ -459,7 +459,7 @@ static int fq_codel_init(struct Qdisc *s
|
2015-12-02 22:23:22 +00:00
|
|
|
|
2016-05-16 15:45:08 +00:00
|
|
|
sch->limit = 10*1024;
|
|
|
|
q->flows_cnt = 1024;
|
|
|
|
- q->memory_limit = 32 << 20; /* 32 MBytes */
|
|
|
|
+ q->memory_limit = 4 << 20; /* 4 MBytes */
|
2016-05-12 19:04:50 +00:00
|
|
|
q->drop_batch_size = 64;
|
2015-12-08 00:14:41 +00:00
|
|
|
q->quantum = psched_mtu(qdisc_dev(sch));
|
2015-12-02 22:23:22 +00:00
|
|
|
q->perturbation = prandom_u32();
|