Re: cx_Oracle - Django ORM - Reference Count Increase

2014-12-29 Thread Guddu
Thanks MichielThat was the problem indeed. I had Debug=True. Changing it to False solved the issue for me. Regards, Guddu On Saturday, 27 December 2014 19:16:02 UTC-3, Michiel Overtoom wrote: > > > On Dec 27, 2014, at 22:23, Anurag Chourasia wrote: > > > I have a Long Running Python Process

Re: cx_Oracle - Django ORM - Reference Count Increase

2014-12-27 Thread Michiel Overtoom
On Dec 27, 2014, at 22:23, Anurag Chourasia wrote: > I have a Long Running Python Process that uses Django ORM against Oracle > database. > The size of the process keeps on increasing steadily. Are you running in Debug mode? http://stackoverflow.com/questions/1339293/python-memory-leak-debugg