[PonyORM-list] Pony's Cache Size Limit?

Matthew Bell matthewrobertbell at gmail.com
Thu Nov 6 12:43:31 UTC 2014


Hi,

Does Pony's in-memory cache have a size limit? I have a function which does
a lot of queries within one transaction, dereferencing > 99% of the pony
objects, but the memory used by the process grows and grows and the
function goes through its loops.

Psuedo code:

results = []
for i in range(5):
  results.append(some_function_which_queries_lots(i))

Thanks!

-- 
Regards,

Matthew Bell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </ponyorm-list/attachments/20141106/7b8521b4/attachment.html>


More information about the ponyorm-list mailing list