Hans Balsam
2009-03-29 03:02:39 UTC
Dear all,
First of all, I'm a newbie here (and to Macs) - so maybe
I'm asking in the wrong forum. Just let me know if this
is the case.
I'm running a program called "Function" on a Mac computer.
For variable of small range the program is working fine.
But entering a larger range I'm facing memory problems.
To be concrete, I obtain the following messages (which I don't fully
understand as I'm usually not a mac user):
Function(21411) malloc: *** vm_allocate(size=1134858240) failed (error
code=3)
Function(21411) malloc: *** error: can't allocate region
Function(21411) malloc: *** set a breakpoint in szone_error to debug
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
Abort trap
So it looks like a memory issue.
Do you know how I can increase the memory to make the program
run?
Please let me know whether you need more information to give
me advise.
Thank-you!
First of all, I'm a newbie here (and to Macs) - so maybe
I'm asking in the wrong forum. Just let me know if this
is the case.
I'm running a program called "Function" on a Mac computer.
For variable of small range the program is working fine.
But entering a larger range I'm facing memory problems.
To be concrete, I obtain the following messages (which I don't fully
understand as I'm usually not a mac user):
Function(21411) malloc: *** vm_allocate(size=1134858240) failed (error
code=3)
Function(21411) malloc: *** error: can't allocate region
Function(21411) malloc: *** set a breakpoint in szone_error to debug
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
Abort trap
So it looks like a memory issue.
Do you know how I can increase the memory to make the program
run?
Please let me know whether you need more information to give
me advise.
Thank-you!