![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File Size Limit | HaidoodFaulkauf | UNIX for Advanced & Expert Users | 2 | 07-25-2006 05:24 AM |
| File size limit exceeded | drshah | High Level Programming | 13 | 03-02-2006 11:11 PM |
| File size limit | frustrated1 | SUN Solaris | 3 | 07-17-2005 05:09 PM |
| SUN Solaris 9 - Is there a 2GB file size limit? | GMMike | SUN Solaris | 2 | 10-16-2004 03:50 AM |
| Limit size of the file | _hp_ | UNIX for Dummies Questions & Answers | 4 | 07-10-2002 10:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
file size limit
Can anybody help me?
How to increase file size limit in aix 5.2? I have already specified in /etc/security/limits file : default: fsize = -1 core = 2097151 cpu = -1 data = -1 rss = -1 stack = -1 nofiles = 2000 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
change the ulimit parameter
|
|
#3
|
||||
|
||||
|
chuser rss=<value> <username>
chuser fsize=<value> <username> chuser data=<value> <username> To change with no reboot required |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|