diff --git a/driver/others/memory.c b/driver/others/memory.c index 46623a52e..e0761d784 100644 --- a/driver/others/memory.c +++ b/driver/others/memory.c @@ -1365,7 +1365,8 @@ void CONSTRUCTOR gotoblas_init(void) { gotoblas_memory_init(); #endif -#if defined(OS_LINUX) +//#if defined(OS_LINUX) +#if 0 struct rlimit curlimit; if ( getrlimit(RLIMIT_STACK, &curlimit ) == 0 ) {