当前位置:网站首页>Spark on yarn resource optimization ideas notes
Spark on yarn resource optimization ideas notes
2022-07-03 03:06:00 【Andromeda】

yarn.nodemanager.resource.memory-mb
// Every NodeManager You can supply yarn Dispatch ( Assigned to container) Physical memory , Company MB
yarn.nodemanager.resource.cpu-vcores
// Every NodeManager You can supply yarn Dispatch ( Assigned to container) Of vcore Number
yarn.scheduler.maximum-allocation-mb
// Every container The maximum memory that can be applied
yarn.scheduler.minimum-allocation-mb
// Every container The minimum memory that can be applied , If the value set is smaller than this value , Default is the value
yarn.scheduler.increment-allocation-mb
//container How much memory is added at a time when the memory is not enough Company MB. Default 512M
yarn.scheduler.minimum-allocation-vcores
// Every container The smallest you can apply for vcore Number , If the value set is smaller than this value , Default is the value
yarn.scheduler.maximum-allocation-vcores
// Every container The biggest... You can apply for vcore Number .
yarn.nodemanager.pmem-check-enabled
// Whether the contanier Implement physical memory limits , It will be monitored through a thread container Memory usage , More than the container After the memory limit of , Will be kill fall .
yarn.nodemanager.vmem-check-enabled
// Whether the container Implement virtual memory limits
边栏推荐
- Two dimensional format array format index subscript continuity problem leads to return JSON format problem
- What does it mean when lambda is not entered?
- Anhui University | small target tracking: large-scale data sets and baselines
- MySQL Real combat 45 [SQL query and Update Execution Process]
- ComponentScan和ComponentScans的区别
- Thunderbolt Chrome extension caused the data returned by the server JS parsing page data exception
- How do you adjust the scope of activerecord Association in rails 3- How do you scope ActiveRecord associations in Rails 3?
- Agile certification (professional scrum Master) simulation exercises
- C language beginner level - pointer explanation - paoding jieniu chapter
- Use of check boxes: select all, deselect all, and select some
猜你喜欢
![[flutter] example of asynchronous programming code between future and futurebuilder (futurebuilder constructor setting | handling flutter Chinese garbled | complete code example)](/img/04/88ce45d370a2e6052c2fce558aa531.jpg)
[flutter] example of asynchronous programming code between future and futurebuilder (futurebuilder constructor setting | handling flutter Chinese garbled | complete code example)

C language beginner level - pointer explanation - paoding jieniu chapter
![[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](/img/c3/b9a614001f80345a5c1cb3c68ab27c.jpg)
[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

Practice of traffic recording and playback in vivo
![ASP. Net core 6 framework unveiling example demonstration [02]: application development based on routing, MVC and grpc](/img/cb/145937a27ef08050a370d5a255215a.jpg)
ASP. Net core 6 framework unveiling example demonstration [02]: application development based on routing, MVC and grpc

SqlServer行转列PIVOT

I2C 子系統(四):I2C debug

Yiwen takes you to know ZigBee

Creation and destruction of function stack frame

vfork执行时出现Segmentation fault
随机推荐
I2C subsystem (IV): I2C debug
Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)
Your family must be very poor if you fight like this!
sql server 查詢指定錶的錶結構
45 lectures on MySQL [index]
Force deduction ----- the minimum path cost in the grid
I2C 子系統(四):I2C debug
Do you really understand relays?
I2C 子系统(二):I3C spec
Can netstat still play like this?
MySql实战45讲【事务隔离】
Cancer biopsy instruments and kits - market status and future development trends
Kubernetes family container housekeeper pod online Q & A?
ComponentScan和ComponentScans的区别
Getting started | jetpack hilt dependency injection framework
Cron表达式介绍
左连接,内连接
[C语言]给账号密码进行MD5加密
The core idea of performance optimization, dry goods sharing
从C到Capable-----利用指针作为函数参数求字符串是否为回文字符