12 lines
389 B
Diff
12 lines
389 B
Diff
--- a/include/net/fq_impl.h
|
|
+++ b/include/net/fq_impl.h
|
|
@@ -356,7 +356,7 @@ static int fq_init(struct fq *fq, int fl
|
|
fq->flows_cnt = max_t(u32, flows_cnt, 1);
|
|
fq->quantum = 300;
|
|
fq->limit = 8192;
|
|
- fq->memory_limit = 16 << 20; /* 16 MBytes */
|
|
+ fq->memory_limit = 32 << 20; /* 32 MBytes */
|
|
|
|
fq->flows = kvcalloc(fq->flows_cnt, sizeof(fq->flows[0]), GFP_KERNEL);
|
|
if (!fq->flows)
|