- 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.
- Java EE 6 企業級應用開發教程
- Java 開發從入門到精通(第2版)
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Interactive Applications Using Matplotlib
- 精通網絡視頻核心開發技術
- 嚴密系統設計:方法、趨勢與挑戰
- HTML5+CSS3網站設計基礎教程
- Node.js Design Patterns
- Hands-On Full Stack Development with Go
- Building Wireless Sensor Networks Using Arduino
- Java程序設計案例教程
- JavaScript腳本特效編程給力起飛
- 編寫高質量代碼:改善Objective-C程序的61個建議
- 30天學通C#項目案例開發