Ver Fonte

Worker threads with 8MB stack

Brian Fiete há 1 ano atrás
pai
commit
22b0aba954
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      IDE/src/IDEApp.bf

+ 2 - 0
IDE/src/IDEApp.bf

@@ -575,6 +575,8 @@ namespace IDE
 
 
         public this()
         public this()
         {
         {
+			ThreadPool.MaxStackSize = 8*1024*1024;
+
             sApp = this;
             sApp = this;
 			gApp = this;
 			gApp = this;
 			mMainThread = Thread.CurrentThread;
 			mMainThread = Thread.CurrentThread;