ChinaUnix.net
相关文章推荐:

hpux ulimit data

Nazgul@AIX> pg /etc/security/limits * * Sizes are in multiples of 512 byte blocks, CPU time is in seconds * * fsize - soft file size in blocks * core - soft core file size in blocks * cpu - soft per process CPU time limit in seconds * data - soft data segment size in blocks * stack - soft stack segment size in blocks * rss - soft real memory usage in blocks * no...

by redegao - AIX文档中心 - 2007-02-27 18:49:10 阅读(677) 回复(0)

相关讨论

xomni等命令一用就"memory fault". bash-2.05b#xomni Strarting GUI... Please wait, this may take some time.... /opt/omni/bin/xomni[146: 2979 Memory fault(coredump)

by onion007 - 存储备份 - 2005-07-04 11:08:49 阅读(559) 回复(0)

如何 永久修改一个普通用户的 ulimit -n 10240

by qinyd - Solaris - 2009-11-16 11:24:57 阅读(1497) 回复(2)

再解压一个.tar.Z的文件的时候报这个错 A file cannot be larger than the value set by ulimit.

by heidou - AIX - 2007-12-24 09:37:46 阅读(2111) 回复(4)

操作系统为每个进程维护一个所打开文件的数组,进程能够打开的文件与此数组 的大小有关.此数组的大小由两个系统变量限制: rlim_fd_max , rlim_fd_cur, 这两个变量可以用limit或ulimit 命令察看和修改,要扩大rlim_fd_max需要 root权限,rlim_fd_cur不能超过rlim_fd_max. 编程时则有库函数 getrlimit 和 setrlimit 可以使用. 另外一种改法是在 /etc/system文件中修改. 如果是 调用stdio函数打开文件,则还有另外一种限制,32位内核...

by rabbitdan - Solaris - 2003-12-18 18:01:31 阅读(986) 回复(2)

:roll: 我在unixware 7.0.1下install oracle8.0.5,有些product提示無法安裝。退出oracle install時,其提示: result: your ulimit is not as high as 2113674. in order to install oracle ,you must either increase the ulimit of your system to 2113674 or use the osh program supplied by oracle. (我在設置.profile文件時候,其中有一項內容, ulimit=2113674) 知道是什麼原因嗎?

by th0806 - 其他UNIX - 2003-07-30 11:15:20 阅读(1503) 回复(9)

date 在pc 中的得到用 select sysdate into :tmpDate from dual; tmpDate char[20] 这样就ok

by myhuaer - Oracle - 2003-02-27 20:47:34 阅读(837) 回复(0)

一家公司欲觅一位高水平的HP 9000及相关系统的资深专家,有兴趣可联系 wall@vicomsys.com

by walls88 - HP-UX - 2003-07-07 08:50:49 阅读(819) 回复(6)

我在hp-ux11.0上的/usr/bin/下看到一个cc,我不知道是什么程序?是不是hp自带的c编译器?/usr/bin/ccs下也有!

by 423 - HP-UX - 2003-04-16 07:53:57 阅读(843) 回复(2)

hpux 11.11 非root用户下,执行 $ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) 1048576 stack(kbytes) 8192 memory(kbytes) unlimited coredump(blocks) 4194303 nofiles(descriptors) 10240 如果想要修改该用户环境下nofiles的值为20480,执行命令后报错 $ ulimit -n 20480 sh: ulimit: The specified value exceeds the user's allowable limit. 经测试,...

by woai210 - HP-UX - 2009-12-04 17:18:01 阅读(5209) 回复(1)

1.请问ulimit这个命令的作用范围是当前进程/shell,还是当前用户,抑或是整个系统中所有的进程啊? 2.ulimit -u <程序数目>  用户最多可开启的程序数目。 这里的程序是啥意思,是指子shell么? :mrgreen: 谢谢拉。

by ILoveMK - Shell - 2008-12-31 01:52:20 阅读(1318) 回复(9)