Bug 80891
Summary: | Memory out or leak: page allocation failure | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Boris Vinogradov (no111u3) |
Component: | Other | Assignee: | other_other |
Status: | NEW --- | ||
Severity: | normal | CC: | szg00000 |
Priority: | P1 | ||
Hardware: | ARM | ||
OS: | Linux | ||
Kernel Version: | 3.15.x | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Boris Vinogradov
2014-07-22 11:51:50 UTC
After 1 hour on start memory using: beaglebone tr_ctrl # free -m total used free shared buffers cached Mem: 492 487 4 0 0 448 -/+ buffers/cache: 38 453 Swap: 0 0 0 Аfter 4 hour on start memory using (torren client stopped 3 hour's ago): beaglebone tr_ctrl # free -m total used free shared buffers cached Mem: 492 35 457 0 0 16 -/+ buffers/cache: 18 474 Swap: 0 0 0 This is true for 3.15.6 version of kernel. I'm using this config in /etc/sysctrl.conf: # minimal freed rams vm.min_free_kbytes = 65536 # transmission needed net.core.rmem_max = 4194304 net.core.wmem_max = 1048576 # slowed swapping vm.swappiness=80 # fixed caches vm.dirty_background_bytes=16777216 vm.dirty_bytes=50331648 And device stability uptime 1 day and 4 hours (with torrent client high activity). memory using: beaglebone ~ # free -m total used free shared buffers cached Mem: 492 381 111 0 1 320 -/+ buffers/cache: 59 432 Swap: 0 0 0 |