ccah-500 第7题 swap Hadoop daemon data from RAM to disk

7. You want to node to only swap Hadoop daemon data from RAM to disk when absolutely necessary. What should you do? 

A. Delete the /dev/vmswap file on the node 

B. Delete the /etc/swap file on the node 

C. Set the ram.swap parameter to 0 in core-site.xml 

D. Set vm.swappiness=0 in /etc/sysctl.conf

E. Delete the /swapfile file on the node 


Answer: D 

 

reference

http://www.aiotestking.com/cloudera/what-should-you-do-2/

Improving Performance
This section summarizes some recent code improvements and configuration best practices.

Setting the vm.swappiness Linux Kernel Parameter
vm.swappiness is a Linux Kernel Parameter that controls how aggressively memory pages are swapped to disk. It can be set to a value between 0-100; the higher the value, the more aggressive the kernel is in seeking out inactive memory pages and swapping them to disk.

You can see what value vm.swappiness is currently set to by looking at /proc/sys/vm; for example:

cat /proc/sys/vm/swappiness
On most systems, it is set to 60 by default. This is not suitable for Hadoop clusters nodes, because it can cause processes to get swapped out even when there is free memory available. This can affect stability and performance, and may cause problems such as lengthy garbage collection pauses for important system daemons. Cloudera recommends that you set this parameter to 0; for example:

# sysctl -w vm.swappiness=0


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值