!5108 [MS][LITE][Develop]make allocator max size 2G

Merge pull request !5108 from ling/bug
This commit is contained in:
mindspore-ci-bot 2020-08-25 17:09:15 +08:00 committed by Gitee
commit 8f3fcb580a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class DefaultAllocator : public Allocator {
bool lockFlag = false;
};
#define MAX_MALLOC_SIZE 500 * 1024 * 1024
#define MAX_MALLOC_SIZE (2000 * 1024 * 1024)
} // namespace mindspore::lite