"Limit_Huge" setting?

Viewed 0

I recently received this error from our FIlesight server:"An internal database limit has been hit which might affect monitoring or reports. This limit can be increased by changing the Limit_Huge setting. You can look in that same file for DB_LIMIT for additional hints." Where can I find this setting? Thanks.

2 Answers

That is a registry setting. Look in HKEY_ LOCAL_ MACHINEsoftwarePAFileSight. You'll see a value for Limit_Huge. Those settings are generally meant to keep from blowing up memory, and if you hit a limit you might want to look at what is being done. For example, in this case I think you were about to get a report with 5 million rows.

Got it, thank you for the help!

Related