- Splunk 7.x Quick Start Guide
- James H. Baxter
- 167字
- 2021-06-10 19:04:58
ulimits
Splunk has some specific requirements regarding the maximum file size, number of open files, user processes, and data segment sizes on the Linux platform—known as ulimits—that you will want to verify. From a Terminal command, type these commands (as root) and verify that the numbers meet or exceed the values given:
ulimit -f unlimited
ulimit -n 64000
ulimit -u 16000
ulimit -d 1073741824 (or unlimited)
(Or just type ulimit -a and read from the list.)
If your settings don't meet or exceed those values, make the following changes (for RHEL 7 running the systemd service):
Edit the /etc/systemd/system.conf file, un-comment (if needed), and change the following settings:
[Manager]
DefaultLimitFSIZE=-1
DefaultLimitNOFILE=64000
DefaultLimitNPROC=16000
Save the file and restart, then verify the settings with the ulimit -a command. If you're running something other than RHEL 7, you will need to search the Splunk installation and troubleshooting documents and/or the web for ulimit instructions for your installation.
- 高效能辦公必修課:Word圖文處理
- 21小時學通AutoCAD
- Mastering Spark for Data Science
- 深度學習中的圖像分類與對抗技術
- Hadoop Real-World Solutions Cookbook(Second Edition)
- 數據庫系統原理及應用教程(第5版)
- INSTANT Drools Starter
- Machine Learning with the Elastic Stack
- Hadoop應用開發基礎
- Salesforce for Beginners
- 悟透AutoCAD 2009案例自學手冊
- Mastering Geospatial Analysis with Python
- 從零開始學JavaScript
- 經典Java EE企業應用實戰
- Data Analysis with R(Second Edition)