CLIP mapping

New Message Reply Date view Thread view Subject view Author view

A. Ballard Andrews (ballard++at++sirius.ccd.bnl.gov)
Thu, 8 Jan 1998 21:25:51 -0500


Subject: Memory

hi Folks,

I have tried to do the usual thing to increase
memory allocation on my IR but to no avail:

   getrlimit(RLIMIT_DATA, &rlp);
      fprintf(stderr, "main(): data soft max: %u \n", rlp.rlim_cur);
      fprintf(stderr, "main(): data hard max: %u \n", rlp.rlim_max);
   rlp.rlim_cur = rlp.rlim_max;
   setrlimit(RLIMIT_DATA, &rlp);

  /* Virtual memory limits */
   getrlimit(RLIMIT_VMEM, &rlp);
      fprintf(stderr, "main(): vmem soft max: %u \n", rlp.rlim_cur);
      fprintf(stderr, "main(): vmem hard max: %u \n", rlp.rlim_max);
   rlp.rlim_cur = rlp.rlim_max;
   setrlimit(RLIMIT_VMEM, &rlp);

 but alas, all I get is:

main(): data soft max: 2147483647
main(): data hard max: 2147483647
main(): vmem soft max: 2147483647
main(): vmem hard max: 2147483647
main(): maximum memory 256344063

Why can't I increase the size of the arena?
(other than that I'm an idiot).
Do I have to get fancy (I let you guess
what this means in this context).

HELP !!!!!!!

Thanks,

Ballard Andrews

PS and for all who responded to the question about
wireframes, the problem was due to multiple CPU
on the IR and not the RE2 as several of you
realized...

=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
            Submissions: info-performer++at++sgi.com
        Admin. requests: info-performer-request++at++sgi.com


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:56:32 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.