TimesTen-创建实例时提示内存、文件系统无法分配

无论是在AIX环境下还是在Linux环境下,初始设置都是对用户的单个文件的大小是有限制的;当然,如果安装操作系统的工程师比较有经验,那么一般都会把这些参数调好,这样我们就没那么容易遇到内存、文件系统无法分配的问题,但是我们还是有必要知道这些的,不然哪天遇到一个新手安装的操作系统会很折腾的。
这次在做电网的一个项目的时候就遇到在AIX6.1报错信息:
$ ttisql GXDW
Copyright (c) 1996-2011, Oracle.  All rights reserved.
Type ? or "help" for help, type "exit" to quit ttIsql.

connect "DSN=GXDW";
  771: Cannot write log reserve file /ttlog/11g/GXDW/gxdwdata.res0.  OS-detected error: File too large
  778: Log write failed because filesystem is full
  802: Database permanent space exhausted
 6220: Permanent data partition free space insufficient to allocate 14856 bytes of memory
The command failed.
Done.

解决办法很简单,使用root修改下列参数,并退出session重新登录即可。
# cat /etc/security/limits
chuser fsize=-1 timesten
chuser stack=-1 timesten
chuser rss=-1 timesten
chuser core=-1 timesten
chuser data=-1 timesten

----------End----------------

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24930246/viewspace-1064765/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/24930246/viewspace-1064765/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值