We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ad508 commit de16d6eCopy full SHA for de16d6e
tools/testing/selftests/cgroup/test_kmem.c
@@ -19,12 +19,12 @@
19
20
21
/*
22
- * Memory cgroup charging is performed using percpu batches 32 pages
+ * Memory cgroup charging is performed using percpu batches 64 pages
23
* big (look at MEMCG_CHARGE_BATCH), whereas memory.stat is exact. So
24
* the maximum discrepancy between charge and vmstat entries is number
25
- * of cpus multiplied by 32 pages.
+ * of cpus multiplied by 64 pages.
26
*/
27
-#define MAX_VMSTAT_ERROR (4096 * 32 * get_nprocs())
+#define MAX_VMSTAT_ERROR (4096 * 64 * get_nprocs())
28
29
30
static int alloc_dcache(const char *cgroup, void *arg)
0 commit comments