Thursday, January 22, 2009

Cannot copy more than 1 Gb file in AIX

You have to change your limits

1. Open /etc/security/limits and assign to your username thw following:
oracle:
fsize = -1
core = -1
cpu = -1
data = -1
rss = -1
stack = -1
nofiles = -1

No comments: