- Puppet 5 Essentials(Third Edition)
- Martin Alfke Felix Frank
- 155字
- 2021-07-02 18:22:26
Tuning puppetserver
The puppetserver is a great way to run the master service. It is simple to set up and maintain, and it also has great performance during the operation. Starting up can take a little while to initialize everything to that end.
There are only a few customizable settings that can impact performance. Seeing as puppetserver runs in the JVM, the most important tuning approach is to scale the heap. A small heap will increase the overhead for garbage collection. Therefore, you should use the -Xmx and -Xms Java options to allow the JVM to use large parts of your available memory for the aforementioned heap.
On Debian, these settings are found in /etc/default/puppetserver. It is sensible to pass the same value to both. A dynamic heap has little benefit because you cannot safely use any saved memory.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Internet of Things with Intel Galileo
- 21天學通C++(第6版)
- Learning Apache Kafka(Second Edition)
- Building a Quadcopter with Arduino
- Julia高性能科學計算(第2版)
- Python Data Science Cookbook
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- 交互式程序設計(第2版)
- 黑莓(BlackBerry)開發從入門到精通
- Modular Programming with JavaScript
- React and React Native
- Dart:Scalable Application Development
- Clojure編程樂趣