Skip to content
  • 首页
  • PHP源码
  • html5网页模板
  • js特效
  • Window软件
  • Mac软件
  • 服务器
  • 其他
Search
源码巴士
  • Sample Page

mac Too many open files in system

为什么80%的码农都做不了架构师?>>>  hot3.png

##查看限制

launchctl limit maxfiles

结果

maxfiles    256            unlimited

##增大限制

vim /etc/sysctl.conf
kern.maxfiles=65536
kern.maxfilesperproc=65536

##docs

  • is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1
  • too-much-open-files-exception-under-unlimited-system

转载于:https://my.oschina.net/go4it/blog/754654

文章导航
←jvm内存分区
1、【STM32】学习初探(方法及准备)→

Copyright © 2022 源码巴士  鲁ICP备19024253号-1