LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   performance RHEL3 (https://www.linuxquestions.org/questions/linux-enterprise-47/performance-rhel3-307736/)

tug83 03-30-2005 06:49 AM

performance RHEL3
 
Hi!
I have a customer who has this following out of memory problem:


Reproduction steps:


clear
var=1:1:10000000;
for i=1:100
disp 'Iteration:';
disp i;
temp(:,i)=var;
end


Whats wrong:
This piece of code is to show that the expected "Out of Memory" error is happening much earlier on a new Linux server running Scientific-Linux (really RedHat EL3) than on the old RedHat7.3 server that has twice less memory and swap.

We do not understand why. I have reviewed all memory parameters.

Error Messages: Out of Memory


Thanks for your help!

stevie_velvet 04-08-2005 12:18 AM

maybe you could move this message to one of the devlopment threads if there is one..if so the client SPEC might infuse a answer


All times are GMT -5. The time now is 04:17 PM.