diff --git a/uppsrc/ide/idefile.cpp b/uppsrc/ide/idefile.cpp index b0bf53d1c..96ccd3588 100644 --- a/uppsrc/ide/idefile.cpp +++ b/uppsrc/ide/idefile.cpp @@ -561,7 +561,7 @@ void Ide::EditFile0(const String& path, byte charset, int spellcheck_comments, c view_file.Seek(0); int le = Null; #ifdef CPU_64 - const int64 max_size = (int64)4096*1024*1024; + const int64 max_size = (int64)16384*1024*1024; #else const int64 max_size = 768*1024*1024; #endif