Regarding memory
-
hi all, how much heap memory allocated for a process? how much stack memory allocated for a process? if i have 512MB RAM and trying allocate 1GB of Heap memory what will happen?? please explain or give me links. Thanks in advance.
-
hi all, how much heap memory allocated for a process? how much stack memory allocated for a process? if i have 512MB RAM and trying allocate 1GB of Heap memory what will happen?? please explain or give me links. Thanks in advance.
Default heap size is 1mb,this can be changed using the /heap linker option.An application can directly use about 2gb of address space. Same for stack also,1mb is the default and can be changed using the /stack linker option
-
Default heap size is 1mb,this can be changed using the /heap linker option.An application can directly use about 2gb of address space. Same for stack also,1mb is the default and can be changed using the /stack linker option
but what will happen , if i have 512MB RAM and trying to allocate 1GB of heap memory? please give me the links or suggest any books? thank u.
-
but what will happen , if i have 512MB RAM and trying to allocate 1GB of heap memory? please give me the links or suggest any books? thank u.
-
Default heap size is 1mb,this can be changed using the /heap linker option.An application can directly use about 2gb of address space. Same for stack also,1mb is the default and can be changed using the /stack linker option