You do not say whether the system which works ok has 4 processors or not. This does more sound like a software bug with the program which only occurs under specific circumstances. Most out of memory conditions of the malloc/calloc are caused by software bugs. And when you start getting into multiple processor configurations poor software design, with regards to memory usage, will have bugs magnified.
On Sep 15, 10:27 am, RBlaise <[email protected]> wrote: > Hello, > I am running a software mascot in a system. Which has 1tera bytes of > hard drive and 8 gb ram with 4 processors. I am getting a error for a > couple of conditions. It gives me an error"out of memory --(malloc/ > calloc/new)".. But I could run the same software perfectly in a system > with 2 gb ram 1 processor and 59 gb hard drive. > > How can a software run perfectly fine in a system with 2 gb ram and > have memory issues with 8 gb ram.. Do I have to have more ram based on > the processors and hard drive memory. I was trying to make it work for > past 2 weeks and I am running out of options. > > I could run the software with different set's of conditions and it > gives me results.Please help me if you have any idea's.. > Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Computer Tech Support" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/computer-tech-support?hl=en -~----------~----~----~----~------~----~------~--~---
