(Illustration by Gaich Muramatsu)
On Thu, 26 Sep 2002, Jan Harkes wrote: > > dsparm=1073741824 > > heapsize=0x3FF00000 > > rvmstart=0x50000000 > > staticsize=0x100000 > > nlists=80 > > chunk=32 > But looking at your other numbers, heapsize = 0x3ff0 and static size is > 0x10, which adds up to exactly dsparm (0x4000). But RVM needs at least > one page for the header, and RDS needs one page for the list heads of > the allocation chains. > > So you could reduce heapsize (or static size) a bit and things should > fit. 0x3fefd000 should already leave 2 pages free, but maybe 0x3fef0000 > is safer, and only wastes about 50KB. I took 0x3fef0000 and voila it worked! Thanks Jan! Chris, it may be the same error that plagued you in June? Regards, -- IvanReceived on 2002-09-27 07:05:01