Add garbage collection call after MigrateROFST
This commit is contained in:
parent
0b48ec643e
commit
21a5b9a05d
@ -46,6 +46,7 @@ namespace DataLoader
|
|||||||
DeleteINFFiles(pth);
|
DeleteINFFiles(pth);
|
||||||
_OutTran = new OutsideTransition(cn);
|
_OutTran = new OutsideTransition(cn);
|
||||||
MigrateROFST(pth, docver);
|
MigrateROFST(pth, docver);
|
||||||
|
GC.Collect();
|
||||||
// Migrate library documents
|
// Migrate library documents
|
||||||
MigrateLibDocs(cn, pth);
|
MigrateLibDocs(cn, pth);
|
||||||
// Initialize Dictionaries
|
// Initialize Dictionaries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user