The applications folks just moved a new program over to production and were getting this error:
prod server > ./statistics
exec(): 0509-036 Cannot load program ./statistics because of the following errors:
0509-026 System error: There is not enough memory available now.
The program works fine in development but not in production. Both boxes (development server & production server) are running a 32bit kernel and AIX 5.2.0.2
prod server > ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 2097152
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
prod server > lsps -s
Total Paging Space Percent Used
1856MB 44%
Any ideas would be greatly appreciated...
prod server > ./statistics
exec(): 0509-036 Cannot load program ./statistics because of the following errors:
0509-026 System error: There is not enough memory available now.
The program works fine in development but not in production. Both boxes (development server & production server) are running a 32bit kernel and AIX 5.2.0.2
prod server > ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 2097152
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) 2000
prod server > lsps -s
Total Paging Space Percent Used
1856MB 44%
Any ideas would be greatly appreciated...