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
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