当前位置:网站首页>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实施虚拟内存限制
边栏推荐
- Do you really understand relays?
- Process the dataset and use labelencoder to convert all IDs to start from 0
- Force freeing memory in PHP
- As a leader, how to control the code version and demand development when the epidemic comes| Community essay solicitation
- How to select the minimum and maximum values of columns in the data table- How to select min and max values of a column in a datatable?
- I2C subsystem (II): I3C spec
- 迅雷chrome扩展插件造成服务器返回的数据js解析页面数据异常
- 左值右指解释的比较好的
- Joking about Domain Driven Design (III) -- Dilemma
- Reset or clear NET MemoryStream - Reset or Clear . NET MemoryStream
猜你喜欢

Matlab tips (24) RBF, GRNN, PNN neural network

Today, it's time to copy the bottom!

Kubernetes family container housekeeper pod online Q & A?
![[principles of multithreading and high concurrency: 1_cpu multi-level cache model]](/img/c7/6b5ab4ff7379bfccff7cdbb358ff8f.jpg)
[principles of multithreading and high concurrency: 1_cpu multi-level cache model]

用docker 连接mysql的过程

Segmentation fault occurs during VFORK execution

Deep learning: multi-layer perceptron and XOR problem (pytoch Implementation)

左连接,内连接

Super easy to use logzero

Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)
随机推荐
Segmentation fault occurs during VFORK execution
I2C subsystem (II): I3C spec
docker安装redis
Creation and destruction of function stack frame
SQL server queries the table structure of the specified table
Use of check boxes: select all, deselect all, and select some
What is the way out for children from poor families?
[shutter] monitor the transparency gradient of the scrolling action control component (remove the blank of the top status bar | frame layout component | transparency component | monitor the scrolling
敏捷认证(Professional Scrum Master)模拟练习题
Check log4j problems using stain analysis
Global and Chinese ammonium dimolybdate market in-depth analysis and prospect risk prediction report 2022 Edition
Random shuffle note
I2C 子系统(一):I2C spec
你真的懂继电器吗?
Joking about Domain Driven Design (III) -- Dilemma
Matlab tips (24) RBF, GRNN, PNN neural network
Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)
C语言中左值和右值的区别
How to implement append in tensor
How to select the minimum and maximum values of columns in the data table- How to select min and max values of a column in a datatable?