It is just trying to allocate a shared memory segment of 211 MB in size. On Linux where ISM is not supported (macro HAVE_SHM_SHARE_MMU defined to 0), filebench does not even try to request ISM. You can see the code in ipc_ismcreate() in filebench/ipc.c
So may be it is your shell's limit or the hard limit in the system?? Rayson On 3/29/08, Allan Tzeng <[EMAIL PROTECTED]> wrote: > I did filebench1.1.0 filemacro workload runs on Ubuntu 7.10. > Warning message regarding ISM shows up for a few "personality". > > "Failed to create 221249536 bytes of ISM shared memory on line 135" > > Since ISM is a Solaris only feature I am wondering if this failure to > allocate ISM renders the run results useless or it simply defaults to sharing > physical pages but not the page table structures? > > Help is much appreciated! > > Allan Tzeng > > > This message posted from opensolaris.org > _______________________________________________ > perf-discuss mailing list > perf-discuss@opensolaris.org > _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org