Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about memory management

Status
Not open for further replies.

rickwan

Technical User
Feb 21, 2002
3
CN
I made a big C++ program,and must use "-maxsize 2000000" to compile it. When it runs,it will grab aboout 350MB memory, but when I use dbx to debug it,the system will report "dbx:fatal error,no space" or coredump directly.
I know there must be 800MB+ memory space to debug it with data,but I have 8GB memory and 4GB swap space.
How can I resolve it?
Thanks for your help in advance

rickman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top