From: hamish <ha...@ic...> - 2002-03-04 13:52:06
|
Pardonnez moi. <<En Win32.... <<In Win32... hamish wrote: > Dans la fiche <<jython.bat>> ce qui lance la JVM, il y a la texte <<java > "-Dpython.home=C:\jython20" -c ...>>. > Il est possible de mettre l'option -Xmx là. > > Marie Francoise Robeau wrote: > > > Lorsque je lance mon code en JAVA j'utilise l'option -Xmx : > > java -Xmx200m moncode. > > Si j'écris mon main en Jython et que je lance la commande > > jython < moncode.py, > > j'obtiens le message : > > Out of Memory. You might want to try the -mx option to increase heap > > size. > > Comment passer ce paramètre à Jython? > > > > _______________________________________________ > > Jython-users mailing list > > Jyt...@li... > > https://lists.sourceforge.net/lists/listinfo/jython-users > > . > > Quick translation : > When I run my code in Java, I use the -Xmx option: > java -Xmx200m mycode > If I write my main in Jython and when I run the command > jython < moncode.py > I get the messate > Out of Memory .... > How do I pass this parameter to Jython? > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users |