data: optimize memory of sqlite database
* use sqlite "VACUUM" after analysis to reduce memory size * only add filename to name of local symbol
This commit is contained in:
@@ -16,7 +16,6 @@ class TaskParseWrapper
|
||||
: public Task
|
||||
{
|
||||
public:
|
||||
|
||||
TaskParseWrapper(
|
||||
std::shared_ptr<Task> child,
|
||||
PersistentStorage* storage,
|
||||
|
||||
Reference in New Issue
Block a user