windows OS, ERR: not enough memory
Posted: Mon Nov 07, 2011 11:34 am
Hi to everybody,
I am newbie about newlisp, but I tryed it in OSX Lion. The software is very simple, I load a large file 1,29GB and after I sort it. In OSX it works, but when I tryed it in windows 7 OS 64 bit, I have this error during file load operation:
ERR: not enough memory
I suppose there is a memory configuration, but I do not find it. The source code is very simple and it is:
(println "Lettura: " (time (set 'data (parse (read-file "NoteTrim.txt") "\n" 0))) " ms")
(println "Sort: " (time (sort data)) " ms")
(exit)
Walter
I am newbie about newlisp, but I tryed it in OSX Lion. The software is very simple, I load a large file 1,29GB and after I sort it. In OSX it works, but when I tryed it in windows 7 OS 64 bit, I have this error during file load operation:
ERR: not enough memory
I suppose there is a memory configuration, but I do not find it. The source code is very simple and it is:
(println "Lettura: " (time (set 'data (parse (read-file "NoteTrim.txt") "\n" 0))) " ms")
(println "Sort: " (time (sort data)) " ms")
(exit)
Walter