liangfu commented on a change in pull request #6334: URL: https://github.com/apache/incubator-tvm/pull/6334#discussion_r483936390
########## File path: apps/bundle_deploy/bundle.c ########## @@ -28,6 +29,11 @@ #include "backtrace.h" #endif +#define CRT_MEMORY_NUM_PAGES 16384 +#define CRT_MEMORY_PAGE_SIZE_LOG2 10 Review comment: consider making this as part of `crt_config.h` ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org