-- # dbx -k /vmunix /dev/mem dbx version 3.11.8 Type 'help' for help. thread 0xfffffc00ec778000 stopped at [thread_block:1934 ,0xfffffc000047aa58] Source not available warning: Files compiled -g3: parameter values probably wrong (dbx) -- Q: Can anyone explain what the warning message means? -- (dbx) p *(vm_granhint_stats *)&gh_stats_store struct { total_mappers = 389044 shared_mappers = 0 unshared_mappers = 389044 total_unmappers = 398327 shared_unmappers = 0 unshared_unmappers = 398327 unaligned_mappers = 0 access_violations = 0 unaligned_size_requests = 805 unaligned_attachers = 54 wired_bypass = 0 wired_returns = 0 } -- Q: Now according to the running kernel on this machine, the number of shared_mappes is zero, when for best performance it should be the same as total_mapers, and unshared_mappers should be 0. What effect (if any) is this having? The gh-chunks setting is: -- vm: gh-chunks=221 vm-page-lock-count=128 -- Any help/thoughts appreciated .. many thanks, guntherReceived on Tue Oct 06 1998 - 06:05:58 NZDT
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:38 NZDT