免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1394 | 回复: 4
打印 上一主题 下一主题

[SCO UNIX] 请教一个UNIX系统核心参数的问题 [复制链接]

fanl 该用户已被删除
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-07-18 10:50 |只看该作者 |倒序浏览
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
2 [报告]
发表于 2005-07-18 11:05 |只看该作者

请教一个UNIX系统核心参数的问题

这个可能是你的应用程序有问题,或是数据库的问题。与UNIX系统无关。

论坛徽章:
0
3 [报告]
发表于 2005-07-18 12:08 |只看该作者

请教一个UNIX系统核心参数的问题

前面我发了一个这样的帖子,搜索一下~

论坛徽章:
0
4 [报告]
发表于 2005-07-18 12:10 |只看该作者

请教一个UNIX系统核心参数的问题

Solution
This warning message indicates that the kernel table used for holding the program's arguments, environment (and so on) when an exec(S) system call is made, is not large enough to store all of this necessary data.
By default, this 'exec data' table is set to 100K, in other words, 25 pages of 4K. This table can be increased by locating and modifying this line in the file /etc/conf/pack.d/kernel/space.c:


...
/* maximum size of execargs. */
unsigned int maxexecargs = 100*1024;
...


Consider increasing this kernel parameter to a reasonably large value, for example, 150*1024.
After making these changes the kernel will need to be relinked and rebooted for the changes to take effect.

论坛徽章:
0
5 [报告]
发表于 2005-07-18 13:01 |只看该作者

请教一个UNIX系统核心参数的问题

参考楼上的解答,修改MAXEXECARGS参数
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP