ChinaUnix.net
相关文章推荐:

unix ulimit u 3686 shulimitA specified flaq is not valid

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)

相关讨论

最近用到共享内存啥的,但是aix上总是说已经占用,但是用ipcs看,就返回错误。 奶奶的,我查,/unix是个链接啊,好看看里面有啥,嗯,怎么总是新建啊,不对啊, 在查,链接名字写错了,明明应该是/usr/lib/boot/unix_64嘛,谁写成/user/lib/boot/unix_mp了, 没天理,不但名字错了,用的内核也错了。俺改,呵呵,终于可以了,不错啊。 看到还可能是文件没有,要到光盘上装。步骤如下啊: First determine what level the kernel is...

by zhangych - AIX文档中心 - 2007-06-19 13:57:27 阅读(960) 回复(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)

环境: CentOS 5 + BASH 每次用export时总会看到后面一个提示: not a valid identifier ,但export后的PATH可以正常使用. 何故? 如下: [root@lovexia shell]# echo $PATH /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/local/ossec/bin [root@lovexia shell]# PATH=$PATH:/usr/local/mysql/bin [root@lovexia shell]# echo $PATH /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bi...

by xwmhmily - Shell - 2012-03-19 08:22:42 阅读(17319) 回复(6)

Here are examples of the constructors and the valid options available for DB_HASH, DB_BTREE and DB_RECNO respectively. $a = new DB_File::HASHINFO ; $a->{'bsize'} ; $a->{'cachesize'} ; $a->{'ffactor'}; $a->{'hash'} ; $a->{'lorder'} ; $a->{'nelem'} ; $b = new DB_File::BTREEINFO ; $b->{'flags'} ; $b->{'cachesize'} ; $b->{'maxkeypage'} ; $b...

by chenyan1206 - Perl - 2007-06-25 16:36:56 阅读(1036) 回复(0)

输入STRDBG 在命令行 出现COMMAND STRDBG NOT valid IN THIS MODE 请问是什么意思?//

by allatony - AS400 - 2007-01-10 21:09:25 阅读(1390) 回复(2)

这是个什么错呀,虽然也可以网络PING 通,可是不能使用ftp了呀?

by yanchao - 其他UNIX - 2003-05-13 12:24:34 阅读(414) 回复(1)