Actions
Bug #7365
openEMG consumes too much memory for quite small module sound/soc/codecs/snd-soc-wm5110.ko
Start date:
07/01/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
EMG needs ~1.1 GB! Likely there is some bug. The module has just ~2 thousand lines.
Updated by Evgeny Novikov over 8 years ago
- Priority changed from Urgent to High
Let's consider this in more details together with #7327.
Actually it turned out that the pointed module has thousands of callbacks (the most of which are represented by the same functions) coming after preprocessing as array initializers.
Updated by Ilja Zakharov about 8 years ago
Another one driver with the high memory consumption (1.2GB) is 'net/wireless/cfg80211.ko'. Currently EMG terminates because of too many generated instances but after turning off corresponding configuration property restriction the consumption takes place.
Actions