phyton memory management

2005-05-05 Thread Carlos Garcia



Hi all,
 
   I do have a problem with python and it 
is that it raise an outofmemory (i comment lines in Py.java to avoid 
system.exit, to debug),
i try to debug this issue with jprobe and realize 
that i get the exception even although the java heap is not in the limit, i can 
notice that
python need a memory  pick to parse the 
command line.
 
    The program is a command line 
that receive a string line that python parse and call some java classes ti 
execute the appropiate command, 
any idea?
 
Thansk,
== Carlos 
García    
Phone  : +34 91 714 8796 Lucent 
Technologies  e-mail : [EMAIL PROTECTED] Avenida de 
Bruselas , 8   -  28108 Alcobendas 
(Madrid)==
-- 
http://mail.python.org/mailman/listinfo/python-list

memory leak

2005-05-09 Thread Carlos Garcia



Hi All,
 
  I have a 
memory leak in an application that uses the Python.exec() method multiple times,
i can see in jprobe that 
instance of classes org.python.pycode._pyx* andorg.python.proxies.* 
dynamically created during an exec  are not cleaned by the 

garbage collector. 

 
    Any idea about what can i do? 
 
Thanks,
Carlos

== Carlos 
García    
Phone  : +34 91 714 8796 Lucent 
Technologies  e-mail : [EMAIL PROTECTED] Avenida de 
Bruselas , 8   -  28108 Alcobendas 
(Madrid)==
-- 
http://mail.python.org/mailman/listinfo/python-list