-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed the 'history.states' table from ScanCore along with the ass…
…ociated SQL procedure and trigger. This table was growing very rapidly and served no purpose important enough to justify the complexity it was inducing. * Updated DB->do_db_write() to check if an array of queries was >25k and, if so, split the array into 25k chunks to commit independently, thus reducing memory footprint. * Moved ScanCore's 'check_ram_usage()' function to 'ScanCore.pm' and made it a method. Then called it between each scan agent invocation as well as after committing each 25k chunk in DB->do_db_write(). * Disabled perl's deep recursion warnings. * Moved several 'update_db_X' functions to use log level 3. * Updated scan-ipmitool to uses a dedicated function call to convert a given ipmitool_value_ipmitool_uuid into the ipmitool_value_id. * Boosted ScanCore's default allowed RAM usage to 1 GiB. * Bumped the release version to tc5. Signed-off-by: Digimer <[email protected]>
- Loading branch information
Digimer
committed
Oct 19, 2016
1 parent
3b15f27
commit 8a6184b
Showing
13 changed files
with
416 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.