terrywashington
Technical User
One of our developers is having problems creating large files on our system running AIX 5.2. Here is the error message that is received.
File /qatest/cmf/large.db too large
This is a JFS and "large file enabled" is set to true. I recently changed the fsize value in /etc/security/limits to -1 as seen below thinking that this would allow all users to create large files. What else needs to be done to allow the creation of large files.
default:
fsize = -1
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 2000
File /qatest/cmf/large.db too large
This is a JFS and "large file enabled" is set to true. I recently changed the fsize value in /etc/security/limits to -1 as seen below thinking that this would allow all users to create large files. What else needs to be done to allow the creation of large files.
default:
fsize = -1
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 2000