Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
With my debug kernel (3.10.0-1062.9.1.el7.x86_64.debug) and v2_14_57-74-g5cde554f7f,
struct brw_stats is now 47KB and the ldiskfs struct osd_device 50KB.
In osd_device_alloc() we allocate the device using OBD_ALLOC_PTR() so this is an order 4 kmalloc which OOM pretty easily.
Attachments
Issue Links
- is related to
-
LU-13309 performance optimizations for brw
- Resolved