`
Mysun
  • 浏览: 273147 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Change Mac OS X user Limits

 
阅读更多
如何修改max os x关于用户的配额限制,主要是进程数和文件句柄数。
I always had a process limitation problem on OSX. You may encounter this when you open too much applications. In my case, using iTerm, I easyily open far too much shells to servers I have to deal with.
You will then get a « login: fork: Resource temporarily unavailable » error message. When trying to start a new application, you will barely see the icon in the dock, then it will disapear. Now you’re in Troubble !
Hopefully, as OS X is a UNIX system, you have a solution. The only bad side is that you will have to reboot.
If you are running Leopard (10.5.x), using the first trick will lead you to the Windows Server not running… Pretty anoying. Use SSH and put back the Windowserver in its place. This is what I did, with the help of the blog at http://ruminate.net/pdm :
Sudo -s to get a root shell. Then create the two files like :
引用
/etc/launchd.conf

cat /etc/launchd.conf

limit maxproc 512 2048
limit maxfiles 512 unlimited

引用
/etc/sysctl.conf

cat /etc/sysctl.conf

# Turn up maxproc
kern.maxproc=2048

# Turn up the maxproc per user
kern.maxprocperuid=1024

# Remove core files
kern.coredump=0

After a reboot, your max user process will be raised to 512 :
ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) 6144
file size               (blocks, -f) unlimited
max locked memory       (kbytes, -l) unlimited
max memory size         (kbytes, -m) unlimited
open files                      (-n) 512
pipe size            (512 bytes, -p) 1
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 512
virtual memory          (kbytes, -v) unlimited
分享到:
评论

相关推荐

    C语言头文件 LIMITS.H

    C语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS.HC语言头文件 LIMITS....

    fix_x_limits:对所有轴强制使用相同的 XLim-matlab开发

    fix_x_limits 将当前图形中的所有轴固定到找到的最大跨度fix_x_limits(h) 修复 h 中所有轴对象或 h 下所有轴的 XLim 属性,如果图形处理到所有轴中找到的最大跨度fix_x_limits(h,limits) 修复所有给定的限制:[minx ...

    Calculus_Cheat_Sheet_Limits_Reduced

    4. **除法运算**:若 \(\lim\limits_{x \to a} f(x) = L_1\) 和 \(\lim\limits_{x \to a} g(x) = L_2\) 存在且 \(L_2 \neq 0\),则 \(\lim\limits_{x \to a} \frac{f(x)}{g(x)} = \frac{L_1}{L_2}\)。 5. **幂运算**...

    Precalculus with Limits

    正弦函数f(x)=sin(x)和余弦函数f(x)=cos(x)的定义域是所有实数,值域是[-1,1]。图像呈现周期性波动,正弦函数以2π为周期,余弦函数也以2π为周期。正弦函数的零点在每个整数倍的π上,余弦函数在每个整数倍的π/2上...

    PyPI 官网下载 | django-limits-0.0.4.tar.gz

    《PyPI官网下载 | django-limits-0.0.4.tar.gz:限制与管理Django应用的资源消耗》 在Python的世界里,Django作为一款强大的Web框架,为开发者提供了丰富的功能和高效的开发体验。然而,随着应用规模的扩大,如何...

    ].Zero-G.Outer.Limits.KeyGen

    [Zero-G.OUTER.LIMITS.音景效果盘].Zero-G.Outer.Limits.KeyGen

    Python库 | limits-1.0.4-py2.7.egg

    资源分类:Python库 所属语言:Python 使用前提:需要解压 资源全名:limits-1.0.4-py2.7.egg 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Limits to Parallel Computation

    #### 标题:"Limits to Parallel Computation" 该标题暗示着本书探讨的是并行计算的局限性,特别是从复杂性理论的角度出发,研究在多项式时间内可解问题(P类问题)中的那些难以并行化的问题。这与P完全性理论紧密...

    CAD用命令limits参考.pdf

    CAD 命令 limits 参考 本文档对 CAD 软件中的 limits 命令进行了详细的介绍和解释。limits 命令是 CAD 软件中的一条基本命令,用于创建三维阵列、创建三维面、在三维空间中创建由直线段组成的多段线等。 limits ...

    Large networks and graph limits

    本书标题《Large networks and graph limits》以及描述中指出了其重点在于网络理论的深入探讨,特别是网络的极限状态。它被描述为一本关于网络理论的好书,这表明书中应该涉及了网络理论的核心内容与深度分析。标签...

    iOS 6 Programming Pushing the Limits

    标题《iOS 6 Programming Pushing the Limits》明确指出了书籍的内容定位——旨在推动读者对Apple iPhone、iPad和iPod Touch应用程序开发的技能极限。作者是Rob Napier和Mugunth Kumar,由John Wiley & Sons, Ltd....

    iOS7 Programming Pushing the Limits

    ### iOS7 Programming Pushing the Limits #### 精品iOS开发书籍:内容深入与高端进阶 本书《iOS7 Programming Pushing the Limits》是一本专为iOS开发者设计的专业书籍,旨在帮助开发者掌握iOS7下的高级编程技巧...

    源码解读Linux的limits.conf文件

    本文不一定适合比较老版本的Linux,如果只关心使用,请直接看“总结”,本文主要针对CentOS,其它Linux发行版本类似,但细节可能有出入,比如重启服务可能不是用systemctl,而是service等。

    Matlab Tutorial - 58 - Taking Limits in Calculus.zip

    本教程的视频文件"Matlab Tutorial - 58 - Taking Limits in Calculus.mp4"配合英文字幕文件"Matlab Tutorial - 58 - Taking Limits in Calculus - 英语 (自动生成) 中文(简体)(双语).srt",将详细演示上述操作...

    XenServer-6.5.0-configuration_limits

    Citrix XenServer是Xen虚拟化软件的商业版本,其6.5.0版本的配置限制对于虚拟机的部署和规划至关重要。本文将围绕XenServer-6.5.0的配置限制,包括虚拟机配置限制、主机限制和资源池限制等核心知识点进行详细阐释。...

    全面认识Android OS.ppt

    本PPT文档带你全面认识安卓系统 Contents 一、Android架构层次介绍 Java Framework重要模块介绍 ...What limits App's imagination Win together 四、Summary What we learn Technology Trends

    iOS.5.Programming.Pushing.the.Limits.Developing

    iOS.5.Programming.Pushing.the.Limits.Developing.Extraordinary.Mobile.Apps.for.Apple.iPhone.iPad.and.iPod.Touch.Wiley

    《iOS 7 Programming Pushing the Limits》2014.04新书 英文版

    解压后获得文件:《iOS 7 Programming Pushing the Limits》.pdf 全高清文字版非图片扫描版,完整!! 其中的一些目录: Part I What’s New? C h a p t e r 1 The Brand New Stuff The New UI …… Enhancements to...

    Ultra-wideband Positioning Systems Theoretical limits,Ranging Algorithms and Protocals

    2008年出版的介绍超宽带定位的好书,可供从事该领域的研究生、博士生和工作人员参考。

Global site tag (gtag.js) - Google Analytics