Re: NOTES_MAXSHAREDMEM
Ingo Boernig <[email protected]> Fri, 28 May 2004 14:54:02 +0200
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
Hi Alexander, [email protected] wrote: > > Dear all, > > in my both SLES8 Servers with 4gb ram i have following entry in the config > script of suse. Is this -12..... normal? > on my other 1gb ram machines i have 528.... > > 1gb machine --> NOTES_MAXSHAREDMEM="528492544" > This one is correct. > 4gb machine --> NOTES_MAXSHAREDMEM="-126808064" ??? No this is not correct. This should read: NOTES_MAXSHAREDMEM="2147483648" The value should be set initially on max(2GB, 0.5 * phys. RAM). Seems that bash has fooled me and my notebook didn't have >2GB RAM ;) HTH, Ingo > > Is this entry normal? On what criteria this entry is made..? > Thanks and regards, > Alex Hofer > >