1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #3436: reduce memory use of onedb upgrade (#4452)

This commit is contained in:
Christian González 2020-03-31 15:31:40 +02:00 committed by GitHub
parent 4356a9baf1
commit 39c58e41da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,10 +38,15 @@ module Migrator
def up
feature_2944
GC.start
bug_2687 # MUST be run before 2489, which generates short body
GC.start
feature_2253
GC.start
feature_2489_2671
GC.start
feature_826
GC.start
feature_2966
true
end