I've seen two messages about buffers in PA File Sight:

File I/O activity is heavy enough that the driver buffers are not large enough to keep up.

File I/O activity is heavy enough that the internal buffers are not large enough to keep up. Increase buffer sizes or perhaps watch less

asked 06 Aug '12, 11:54

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

edited 20 Aug '12, 10:31


There are three options to deal with this one:

  1. Ignore busy process(es). Note that this must be done in all monitors on that server (if all monitors ignore a process, it will be ignored at the driver level. If any monitor needs to see data from that process, then the driver needs to deliver it for further filtering). (Note that v4.2 has more information in the alert about busy process(es)

  2. Watch less file activity. In particular, if you don't need to know about file reads, don't watch them as most file activities are reads.

  3. Increase the number of buffers available. It's important to look at the error message to see if driver buffers or internal buffers need to be increased.

To increase driver buffers:

HKLM\SYSTEM\CurrentControlSet\servicesFileSightMF

MaxRecords is the value to change.

To increase internal buffers, go to:

HKLM\software\PAFileSight (or HKLM\software\Wow6432Node\PAFileSight)

FileSightMaxFileInfoMapSize is the value to change.

For either value, doubling would be a good initial start. The PA File Sight service needs to be restarted after making a change to either value.

link

answered 06 Aug '12, 11:59

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

edited 29 Apr '15, 09:22

Quinn's gravatar image

Quinn ♦♦
14.4k3925

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×19
×3

Asked: 06 Aug '12, 11:54

Seen: 7,924 times

Last updated: 29 Apr '15, 09:22