由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: how to track page faults when alloca
相关主题
segmentation fault when using "script"Ask help about swap space ( Urgent )
how to track page faults when allocationRe: [转载] HELP:如何产生(0..N-1)共N个"各不相同"的随机数?要求算法最快
奇怪的swap,一部分不见了[转载] cxterm
memory in top ?lp service produce segmentation fault
FreeBSD memory limit?Abort(coredump) ??????????????
help for g77[转载] UNIX下的strtok
interview questionShell Script Question
Am I in trouble?alloc memory in UNIX
相关话题的讨论汇总
话题: my话题: memory话题: alloca话题: parray话题: ptmp
进入Unix版参与讨论
1 (共1页)
g****t
发帖数: 39
1
Thank you for your reply. For my Linux box, the physical memory is > 600M, the
swap is > 1 G.
I also did a simple test on IBM SP2 node, which has > 60 G memory. However, my
program stops after allocating about 250M memory.
Anything wrong? My program is a super simple one, with "new" in a loop. the
skeleton is as follows:
1. int *pArray[10000];
2. for(i; loop for 10000 or no more memory) pTmp = new int[1mega]; pArray[i] =
pTmp;
My motivation is to find out the upper bound of supportable memory us
w**n
发帖数: 88
2
I think I should back off from my previous post, if you are testing on a
single program, the swap should not count.
I don't know SP2 is that a cluster or a single super computer? I mean 60G
distributed mem does not make a case for a single process.
The limit of heap mem usage is specific to hardware and OS, for 32 bit
intel linux , is likely to be 2 to 3 G.

【在 g****t 的大作中提到】
: Thank you for your reply. For my Linux box, the physical memory is > 600M, the
: swap is > 1 G.
: I also did a simple test on IBM SP2 node, which has > 60 G memory. However, my
: program stops after allocating about 250M memory.
: Anything wrong? My program is a super simple one, with "new" in a loop. the
: skeleton is as follows:
: 1. int *pArray[10000];
: 2. for(i; loop for 10000 or no more memory) pTmp = new int[1mega]; pArray[i] =
: pTmp;
: My motivation is to find out the upper bound of supportable memory us

1 (共1页)
进入Unix版参与讨论
相关主题
alloc memory in UNIXFreeBSD memory limit?
[转载] Byte Swap Needed?help for g77
who knows how to view the core file?interview question
adding more swap space command...Am I in trouble?
segmentation fault when using "script"Ask help about swap space ( Urgent )
how to track page faults when allocationRe: [转载] HELP:如何产生(0..N-1)共N个"各不相同"的随机数?要求算法最快
奇怪的swap,一部分不见了[转载] cxterm
memory in top ?lp service produce segmentation fault
相关话题的讨论汇总
话题: my话题: memory话题: alloca话题: parray话题: ptmp