| *** andreypopp has quit IRC | 00:24 | |
| *** teix has quit IRC | 00:37 | |
| *** Deathspawn has quit IRC | 00:42 | |
| *** Deathspawn has joined #zope | 00:45 | |
| *** TomBlockley has joined #zope | 00:58 | |
| *** m8 has quit IRC | 01:08 | |
| *** sp0cksbeard has quit IRC | 01:20 | |
| *** supton has quit IRC | 01:23 | |
| *** TomBlockley has quit IRC | 01:28 | |
| *** J1m has quit IRC | 01:31 | |
| *** davetoo has joined #zope | 01:36 | |
| *** davetoo has left #zope | 01:36 | |
| *** alexpilz has quit IRC | 01:41 | |
| *** _mup_ has quit IRC | 03:00 | |
| *** _mup_ has joined #zope | 03:00 | |
| *** alga has quit IRC | 03:56 | |
| *** Spanktar is now known as DrSpanktar | 04:03 | |
| *** DrSpanktar is now known as Spanktar | 04:05 | |
| *** tiwula has quit IRC | 04:14 | |
| *** tiwula has joined #zope | 04:38 | |
| *** tiwula has quit IRC | 04:40 | |
| *** thetet has quit IRC | 04:49 | |
| *** daMaestro has quit IRC | 04:49 | |
| *** thetet has joined #zope | 05:03 | |
| *** mr_jolly has quit IRC | 05:06 | |
| *** thetet has quit IRC | 05:23 | |
| *** davetoo has joined #zope | 05:39 | |
| *** davetoo has left #zope | 05:40 | |
| *** Spanktar has quit IRC | 06:39 | |
| *** mr_jolly has joined #zope | 07:07 | |
| *** mr_jolly has quit IRC | 07:14 | |
| *** andreypopp has joined #zope | 08:00 | |
| *** sweh has joined #zope | 08:21 | |
| *** agroszer has joined #zope | 08:44 | |
| *** __mac__ has joined #zope | 08:56 | |
| *** zagy has joined #zope | 08:59 | |
| *** tisto has joined #zope | 09:02 | |
| *** __mac__ has quit IRC | 09:13 | |
| *** __mac__ has joined #zope | 09:13 | |
| *** andreypopp has quit IRC | 09:36 | |
| *** J1m has joined #zope | 09:43 | |
| *** kiorky has quit IRC | 09:48 | |
| *** kiorky has joined #zope | 09:49 | |
| *** J1m has quit IRC | 09:49 | |
| *** mr_jolly has joined #zope | 09:58 | |
| *** giacomos has joined #zope | 10:01 | |
| *** giacomos has quit IRC | 10:01 | |
| *** giacomos has joined #zope | 10:02 | |
| *** ccomb has joined #zope | 10:06 | |
| *** giacomos1 has joined #zope | 10:06 | |
| *** giacomos has quit IRC | 10:06 | |
| *** menesis has joined #zope | 10:26 | |
| *** giacomos1 has quit IRC | 10:30 | |
| *** giacomos has joined #zope | 10:31 | |
| *** ahinki has joined #zope | 10:32 | |
| *** ahinki has quit IRC | 10:32 | |
| *** andreypopp has joined #zope | 11:01 | |
| *** fRiSi has joined #zope | 11:05 | |
| *** avoinea has joined #zope | 11:11 | |
| *** goschtl has joined #zope | 11:24 | |
| *** do3cc has joined #zope | 11:43 | |
| *** TomBlockley has joined #zope | 11:51 | |
| *** TomBlockley has quit IRC | 11:51 | |
| *** TomBlockley has joined #zope | 11:51 | |
| *** thetet has joined #zope | 11:56 | |
| *** MrTango has joined #zope | 12:00 | |
| *** tisto has quit IRC | 12:00 | |
| *** tisto has joined #zope | 12:08 | |
| *** fRiSi has quit IRC | 12:12 | |
| *** alga has joined #zope | 12:28 | |
| *** yvl has quit IRC | 12:33 | |
| *** alexpilz has joined #zope | 12:35 | |
| *** sunew has joined #zope | 12:41 | |
| *** teix has joined #zope | 12:48 | |
| *** thetet has quit IRC | 13:01 | |
| *** juh has joined #zope | 13:15 | |
| *** thetet has joined #zope | 13:25 | |
| *** giacomos has quit IRC | 13:47 | |
| *** J1m has joined #zope | 13:52 | |
| *** giacomos has joined #zope | 13:53 | |
| *** menesis has quit IRC | 14:19 | |
| *** goschtl has quit IRC | 14:22 | |
| *** fredvd has joined #zope | 14:25 | |
| *** tisto is now known as tisto|away | 14:25 | |
| *** jrh0090 has joined #zope | 14:38 | |
| *** J1m has quit IRC | 14:42 | |
| jrh0090 | Does anyone know the best way to force garbage collection for long running ZODB transactions? | 15:01 |
|---|---|---|
| giacomos | jrh0090: you could try to commit subtransaction | 15:05 |
| jrh0090 | I am only reading the data, not commiting it. Will aborting the transaction force garbage collection? | 15:10 |
| jrh0090 | The problem is I am iterating through a lot of objects and the cache size keeps growing | 15:11 |
| betabug | there is something to explicitly tell it to gc, but don't remember if it wants a subtransaction | 15:11 |
| *** menesis has joined #zope | 15:12 | |
| *** goschtl has joined #zope | 15:12 | |
| jrh0090 | I tried grabbing the connection and calling incrgc() on the cache explicitly but that lead to unghostified errors from the cPersistence layer | 15:14 |
| *** thetet has quit IRC | 15:15 | |
| betabug | jrh0090: self._p_jar.cacheGC | 15:16 |
| betabug | found in some old code of mine | 15:16 |
| jrh0090 | cool I will look into it, thanks | 15:17 |
| betabug | good luck :-) | 15:17 |
| jrh0090 | Just curious, what is a ghost object ? | 15:18 |
| betabug | no idea myself | 15:19 |
| *** thetet has joined #zope | 15:29 | |
| *** eperez has joined #zope | 15:39 | |
| *** agroszer has quit IRC | 15:45 | |
| *** agroszer has joined #zope | 15:48 | |
| *** eperez has quit IRC | 15:54 | |
| *** goschtl has quit IRC | 15:59 | |
| *** J1m has joined #zope | 16:08 | |
| *** sp0cksbeard has joined #zope | 16:18 | |
| *** tisto|away has quit IRC | 16:31 | |
| *** __mac__ has quit IRC | 16:52 | |
| *** thetet has quit IRC | 16:53 | |
| *** thetet has joined #zope | 16:53 | |
| *** daMaestro has joined #zope | 17:41 | |
| *** tisto has joined #zope | 17:48 | |
| *** tisto has quit IRC | 17:54 | |
| *** frapell has joined #zope | 18:03 | |
| *** sunew has quit IRC | 18:05 | |
| *** tisto has joined #zope | 18:05 | |
| *** zagy has quit IRC | 18:27 | |
| *** agroszer has quit IRC | 18:38 | |
| *** tiwula has joined #zope | 18:50 | |
| *** agroszer has joined #zope | 18:52 | |
| *** m8 has joined #zope | 18:53 | |
| *** fredvd has quit IRC | 18:57 | |
| *** tiwula has quit IRC | 18:57 | |
| *** tiwula has joined #zope | 18:58 | |
| *** supton has joined #zope | 19:09 | |
| *** giacomos has quit IRC | 19:09 | |
| *** supton has quit IRC | 19:09 | |
| *** supton has joined #zope | 19:09 | |
| *** tisto has quit IRC | 19:10 | |
| *** sweh has quit IRC | 19:14 | |
| *** tiwula has quit IRC | 19:23 | |
| *** tiwula has joined #zope | 19:24 | |
| *** Spanktar has joined #zope | 19:36 | |
| *** thetet has quit IRC | 19:41 | |
| *** andreypopp has quit IRC | 19:45 | |
| *** mitchell` is now known as mitchell`off | 19:49 | |
| *** menesis has quit IRC | 19:49 | |
| *** sweh has joined #zope | 20:19 | |
| *** sweh has quit IRC | 20:23 | |
| *** benji has quit IRC | 20:27 | |
| *** benji has joined #zope | 20:28 | |
| *** TresEquis has joined #zope | 20:29 | |
| *** avoinea has quit IRC | 20:30 | |
| *** agroszer has quit IRC | 20:39 | |
| *** jrh0090 has quit IRC | 20:40 | |
| *** menesis has joined #zope | 20:45 | |
| *** TomBlockley has quit IRC | 20:51 | |
| *** benji has quit IRC | 20:51 | |
| *** benji has joined #zope | 20:52 | |
| *** andreypopp has joined #zope | 21:05 | |
| *** mr_jolly has left #zope | 21:08 | |
| *** do3cc has quit IRC | 21:09 | |
| *** fredvd has joined #zope | 21:14 | |
| *** mr_jolly has joined #zope | 21:18 | |
| *** thetet has joined #zope | 21:24 | |
| *** TomBlockley has joined #zope | 21:41 | |
| *** andreypopp has quit IRC | 21:43 | |
| *** andreypopp has joined #zope | 21:44 | |
| *** TomBlockley has quit IRC | 21:46 | |
| *** MrTango has quit IRC | 22:15 | |
| *** foopat has joined #zope | 22:39 | |
| *** foopat has quit IRC | 22:46 | |
| _mup_ | Branch | 22:48 |
| _mup_ | Branch | 22:50 |
| *** teix has quit IRC | 22:51 | |
| *** ccomb has quit IRC | 22:59 | |
| *** andreypopp has quit IRC | 23:15 | |
| *** jrh0090 has joined #zope | 23:15 | |
| *** jrh0090 has left #zope | 23:15 | |
| *** andreypopp has joined #zope | 23:16 | |
| *** Spanktar is now known as spanky|lunch | 23:25 | |
| *** ajmitch_ is now known as ajmitch | 23:40 | |
| *** juh has quit IRC | 23:44 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!