Search the Community
Showing results for tags 'out of memory'.
-
I used the tool :https://github.com/BabylonJS/Babylon.js/tree/master/Tools/MakeIncremental. For the cut up of the babylon file has 226mb, the working environment win7 64; memory size: 16g; visual studio 2013; I monitor the changes in memory, when the program takes up nearly 2g when stopped. I have added app.config: <runtime> <GcAllowVeryLargeObjects enabled = "true" /> </ Runtime>; But still not, how do I do. Thank you! The following is an error message: Snap to System.OutOfMemoryException HResult = -2147024882 Message = throws an exception of type "System.OutOfMemoryException". Source = mscorlib StackTrace: In System.String.CtorCharArrayStartLength (Char [] value, Int32 startIndex, Int32 length) In Newtonsoft.Json.Utilities.StringReference.ToString () In Newtonsoft.Json.JsonTextReader.ParseNumber () In Newtonsoft.Json.JsonTextReader.ParseValue () In Newtonsoft.Json.JsonTextReader.ReadInternal () In Newtonsoft.Json.JsonTextReader.Read () In Newtonsoft.Json.Linq.JContainer.ReadContentFrom (JsonReader r) In Newtonsoft.Json.Linq.JContainer.ReadTokenFrom (JsonReader reader) In Newtonsoft.Json.Linq.JObject.Load (JsonReader reader) In the MakeIncremental.Program.ProcessSourceFile (String input) location c: \ www \ babylonjsExploer \ Babylon.js-master \ Tools \ MakeIncremental \ Program.cs: Line number 236 InnerException: what should i do?,thank you!
- 2 replies
-
- tools
- makeincremental
-
(and 1 more)
Tagged with: