Skip to content

Commit

Permalink
change fq_codel from 4kb to 16kb
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandrad committed May 13, 2024
1 parent 4210726 commit b2076d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/generic/hack-6.1/660-fq_codel_defaults.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
+#ifdef CONFIG_X86_64
q->memory_limit = 32 << 20; /* 32 MBytes */
+#else
+ q->memory_limit = 4 << 20; /* 4 MBytes */
+ q->memory_limit = 16 << 20; /* 4 MBytes */
+#endif
q->drop_batch_size = 64;
q->quantum = psched_mtu(qdisc_dev(sch));
Expand Down

0 comments on commit b2076d3

Please sign in to comment.