Linux7更改檔案開啟數
/etc/systemd/system.conf
[root@bogon ~]# vi /etc/systemd/system.conf
[root@bogon ~]# cat /etc/systemd/system.conf
This file is part of systemd.
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
Entries in this file show the compile time defaults.
You can change settings by editing this file.
Defaults can be restored by simply deleting this file.
See systemd-system.conf(5) for details.
[Manager]
LogLevel=info
LogTarget=journal-or-kmsg
LogColor=yes
LogLocation=no
DumpCore=yes
CrashShell=no
ShowStatus=yes
CrashChVT=1
CPUAffinity=1 2
JoinControllers=cpu,cpuacct net_cls,net_prio
RuntimeWatchdogSec=0
ShutdownWatchdogSec=10min
CapabilityBoundingSet=
SystemCallArchitectures=
TimerSlackNSec=
DefaultTimerAccuracySec=1min
DefaultStandardOutput=journal
DefaultStandardError=inherit
DefaultTimeoutStartSec=90s
DefaultTimeoutStopSec=90s
DefaultRestartSec=100ms
DefaultStartLimitInterval=10s
DefaultStartLimitBurst=5
DefaultEnvironment=
DefaultCPUAccounting=no
DefaultBlockIOAccounting=no
DefaultMemoryAccounting=no
DefaultLimitCPU=
DefaultLimitFSIZE=
DefaultLimitDATA=
DefaultLimitSTACK=
DefaultLimitCORE=
DefaultLimitRSS=
DefaultLimitNOFILE=
DefaultLimitNOFILE=1024000 #這裡需要修改
DefaultLimitAS=
DefaultLimitNPROC=
DefaultLimitNPROC=1024000 #這裡也需要修改
DefaultLimitMEMLOCK=
DefaultLimitLOCKS=
DefaultLimitSIGPENDING=
DefaultLimitMSGQUEUE=
DefaultLimitNICE=
DefaultLimitRTPRIO=
DefaultLimitRTTIME=
[root@bogon ~]# ulimit -a #修改之後沒有重啟
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 3791
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024 #還是預設值1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 3791
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[root@bogon ~]# reboot
Connection to 192.168.1.107 closed by remote host.
Connection to 192.168.1.107 closed.
root@BP:~# ssh 192.168.1.107 #我使用的是金鑰登入,所以不用再輸入密碼
Last login: Mon Jun 26 15:38:21 2017 from 192.168.1.100
u[root@bogon ~]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 3791
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024000 #重啟後生效了
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 1024000
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
[root@bogon ~]#
作者:標配的小號
來源:CSDN
原文:https://blog.csdn.net/qq_34829953/article/details/73769973
版權宣告:本文為博主原創文章,轉載請附上博文連結!
相關文章
- 更改Mac檔案的預設開啟方式Mac
- 開啟檔案數限制
- 關於更改Resin啟動檔案
- linux系統檔案開啟數Linux
- 建立新的控制檔案,更改引數
- win10怎麼設定文字開啟方式_win10如何更改檔案開啟方式Win10
- linux7 開機自啟動oracleLinuxOracle
- Windows10系統怎麼更改html檔案預設開啟方式WindowsHTML
- Linux-CentOS 最大開啟檔案數和程式數LinuxCentOS
- [MySQLFAQ]系列–mysql如何計算開啟檔案數MySql
- 更改Oracle檔案位置Oracle
- ipynb檔案用什麼開啟 ipynb檔案怎麼開啟
- DBF檔案怎麼開啟?DBF檔案的開啟方法教程
- centos 設定程式最大可開啟的檔案數CentOS
- Linux中修改開啟檔案的數量限制Linux
- html檔案怎麼開啟(手機html檔案怎麼開啟)HTML
- 開啟壓縮檔案提示不能開啟此檔案怎麼辦
- 檔案開啟的格式
- 開啟.ziw格式檔案
- PHP之開啟檔案PHP
- java開啟PPT檔案Java
- 開啟 控制檔案自動備份下,引數檔案、控制檔案全部丟失恢復
- windows 更改檔案關聯Windows
- mpp檔案用什麼軟體開啟 如何開啟mpp格式檔案
- cat開啟檔案正常vim開啟檔案中文亂碼解決方法
- step檔案用什麼軟體開啟 step檔案怎麼開啟
- TC中開啟檔案和寫入檔案
- dmg檔案如何開啟win10_win10怎麼開啟dmg檔案Win10
- CHM檔案打不開,提示"不能開啟檔案:mk@.....
- Vagrant 開啟 smb 檔案共享
- VMware vmdk檔案開啟方法
- Xamarin Essentials教程開啟檔案
- .pdm檔案怎麼開啟
- redolog檔案更改路徑
- iconv更改檔案編碼
- MySQL:5.7.11 超過最大開啟檔案數crash原因解析MySql
- 更改RAC資料庫日誌檔案大小及數量 for ASM資料庫ASM
- 檔案描述符、開啟檔案表以及inode