当前位置:网站首页>Spark on yarn资源优化思路笔记
Spark on yarn资源优化思路笔记
2022-07-03 03:01:00 【Andromeda】

yarn.nodemanager.resource.memory-mb
//每个NodeManager可以供yarn调度(分配给container)的物理内存,单位MB
yarn.nodemanager.resource.cpu-vcores
//每个NodeManager可以供yarn调度(分配给container)的vcore个数
yarn.scheduler.maximum-allocation-mb
//每个container能够申请到的最大内存
yarn.scheduler.minimum-allocation-mb
//每个container能够申请到的最小内存,如果设置的值比该值小,默认就是该值
yarn.scheduler.increment-allocation-mb
//container内存不够用时一次性加多少内存 单位MB。默认512M
yarn.scheduler.minimum-allocation-vcores
//每个container能够申请到的最小vcore个数,如果设置的值比该值小,默认就是该值
yarn.scheduler.maximum-allocation-vcores
//每个container能够申请到的最大vcore个数。
yarn.nodemanager.pmem-check-enabled
//是否对contanier实施物理内存限制,会通过一个线程去监控container内存使用情况,超过了container的内存限制以后,就会被kill掉。
yarn.nodemanager.vmem-check-enabled
//是否对container实施虚拟内存限制
边栏推荐
- C语言中左值和右值的区别
- Wechat - developed by wechat official account Net core access
- Update and return document in mongodb - update and return document in mongodb
- 从输入URL到页面展示这中间发生了什么?
- 基于can总线的A2L文件解析(2)
- Add some hard dishes to the interview: how to improve throughput and timeliness in delayed task scenarios!
- tensorflow转pytorch笔记;tf.gather_nd(x,y)转pytorch
- SqlServer行转列PIVOT
- MySql实战45讲【事务隔离】
- Global and Chinese ammonium dimolybdate market in-depth analysis and prospect risk prediction report 2022 Edition
猜你喜欢

Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)

Kubernetes family container housekeeper pod online Q & A?

I2C subsystem (I): I2C spec

The Linux server needs to install the agent software EPS (agent) database

TCP 三次握手和四次挥手机制,TCP为什么要三次握手和四次挥手,TCP 连接建立失败处理机制

Kubernetes cluster log and efk architecture log scheme

Left connection, inner connection

Opengauss database development and debugging tool guide

I2C 子系统(一):I2C spec

MySql实战45讲【索引】
随机推荐
后管中编辑与预览获取表单的值写法
L'index des paramètres d'erreur est sorti de la plage pour les requêtes floues (1 > Nombre de paramètres, qui est 0)
分布式事务
sql server数据库添加 mdf数据库文件,遇到的报错
C#通用接口调用
MySql实战45讲【行锁】
模糊查詢時報錯Parameter index out of range (1 > number of parameters, which is 0)
MySql实战45讲【全局锁和表锁】
Notifydatasetchanged not applicable to recyclerview - notifydatasetchanged not working on recyclerview
力扣------网格中的最小路径代价
I2C subsystem (I): I2C spec
Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)
从C到Capable-----利用指针作为函数参数求字符串是否为回文字符
Deep learning: multi-layer perceptron and XOR problem (pytoch Implementation)
Your family must be very poor if you fight like this!
MySql实战45讲【索引】
Source code analysis | resource loading resources
Variable declarations following if statements
[leectode 2022.2.15] lucky numbers in the matrix
docker安装mysql