- 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.
- PPT,要你好看
- 三菱FX3U/5U PLC從入門到精通
- Hands-On Data Science with SQL Server 2017
- 微型計算機控制技術(shù)
- Windows內(nèi)核原理與實現(xiàn)
- 新手學電腦快速入門
- PostgreSQL 10 Administration Cookbook
- Red Hat Linux 9實務(wù)自學手冊
- 網(wǎng)站前臺設(shè)計綜合實訓
- Visual FoxPro程序設(shè)計
- 計算機組網(wǎng)技術(shù)
- SMS 2003部署與操作深入指南
- ZigBee無線通信技術(shù)應用開發(fā)
- 重估:人工智能與賦能社會
- Mastering Ansible(Second Edition)