[MS][LITE][Develop]make allocator malloc 2G

This commit is contained in:
ling 2020-08-25 10:42:31 +08:00
parent 5b722a1037
commit 86acf34c0a
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