Yes, if you dig down older mails, you will see I reported that as a Ubuntu kernel bug (not sure about other Linux flavors) ..
vm.min_free_kbytes is the way to work around that.. From: ceph-users [mailto:ceph-users-bounces@xxxxxxxxxxxxxx]
On Behalf Of Tuomas Juntunen Hi Thanks, we were able to resolve the problem by disabling swap completely, no need for it anyway. Also memory was fragmenting since all memory was used for caching Running “perf top” we saw that freeing blocks of memory took all the cpu power Samples: 4M of event 'cycles', Event count (approx.): 965471653281
71.95% [kernel] [k] isolate_freepages_block
10.37% [kernel] [k] __reset_isolation_suitable
Now by forcing systems to have 10GB of free memory all the time, the problem was solved. We added
vm.min_free_kbytes = 10000000 to /etc/sysctl.conf Don’t know why this happens, is this a “problem” of the kernel version we are running or something else. (Ubuntu 14.04 3.13.0-32-generic) Br, Tuomas From: Константин Сахинов [mailto:sakhinov@xxxxxxxxx]
Hi! One time I faced such a behavior of my home cluster. At the time my OSDs go down I noticed that node is using swap despite of sufficient memory. Tuning /proc/sys/vm/swappiness to 0 helped to solve the problem. пт, 7 авг. 2015 г. в 20:41, Tuomas Juntunen <tuomas.juntunen@xxxxxxxxxxxxxxx>:
PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies). |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com