- 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.
- ExtGWT Rich Internet Application Cookbook
- Visual Basic .NET程序設計(第3版)
- Getting Started with React
- Backbone.js Blueprints
- 差分進化算法及其高維多目標優化應用
- 精通Python設計模式(第2版)
- PHP編程基礎與實例教程
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 微課學人工智能Python編程
- 監控的藝術:云原生時代的監控框架
- Oracle Database XE 11gR2 Jump Start Guide
- 3D Printing Designs:The Sun Puzzle
- Java RESTful Web Service實戰
- TypeScript全棧開發
- JavaScript Unit Testing