python version 2.4.3
os - linux fc-4
I have a program which creates a lot of hashes and not make optimum use of memory..
I ran this program on a machine with below memory
Mem: 9183196k total, 6580616k used, 2602580k free, 1684584k buffers
Swap: 19070968k total, 0k used, 19070968k free, 1502236k cached
I was monitoring memory usage by top command while my program was running.
The memory used was growing steadily and at 11.3% memory usage the program stopped abnormally with MemoryError
Can anyone help me and say the reason for memory error even when so much of memory was free.
Is there some limit on main memory per user?
Although no other user was using the system . .my process was the lone one running and using memory..
Please help.. I am shocked by this
os - linux fc-4
I have a program which creates a lot of hashes and not make optimum use of memory..
I ran this program on a machine with below memory
Mem: 9183196k total, 6580616k used, 2602580k free, 1684584k buffers
Swap: 19070968k total, 0k used, 19070968k free, 1502236k cached
I was monitoring memory usage by top command while my program was running.
The memory used was growing steadily and at 11.3% memory usage the program stopped abnormally with MemoryError
Can anyone help me and say the reason for memory error even when so much of memory was free.
Is there some limit on main memory per user?
Although no other user was using the system . .my process was the lone one running and using memory..
Please help.. I am shocked by this
Comment