Update of /src/master/dx/src/exec/libdx
In directory opendx.watson.ibm.com:/tmp/cvs-serv87312

Modified Files:
        memory.c 
Log Message:
A fix to get the default memory size computation working on SGI n32 again.

Among other things, the last patch batch taught dxexec how to identify the
correct physmem size on SGI systems (previously it could only sense 2GB max).

Now we blind it to see only 2GB as before unless we're compiling in large
arena support.  n32 dxexecs can only grab about 1.5GB of shared memory, and
the executive's formula for computing the default shared memory size
computes a reasonable number for physmem <= 2GB (but not e.g. for 6GB).

Reply via email to