Bug#657799: piuparts-report creates one gs process per section

2013-02-21 Thread Andreas Beckmann
On 2012-01-28 22:47, I wrote: > This is probably some incorrect usage of python-rpy. like missing r.dev_off() once a plot is finished > So it opens/forks per section but the cleanup is only done in the very end. seems to work, lets see how memory consumption looks like tomorrow ... Andreas --

Bug#657799: [Piuparts-devel] Bug#657799: piuparts-report creates one gs process per section

2013-02-21 Thread Holger Levsen
On Donnerstag, 21. Februar 2013, Andreas Beckmann wrote: > And having the rpy jobs only finish at the end is probably also a cause > for the vast memory usage of piuparts-report, at the end it currently > takes nearly 6 GB ... ouch. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.deb

Bug#657799: [Piuparts-devel] Bug#657799: piuparts-report creates one gs process per section

2013-02-21 Thread Dave Steele
On Thu, Feb 21, 2013 at 5:16 AM, Andreas Beckmann wrote: > > It probably causes an issue with open file descriptors: only plots for > the first 62 sections are generated, thereafter rpy fails: > I recall other fd's failing to be closed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#657799: piuparts-report creates one gs process per section

2013-02-21 Thread Andreas Beckmann
On 2013-02-21 12:12, Holger Levsen wrote: >> It probably causes an issue with open file descriptors: only plots for >> the first 62 sections are generated, thereafter rpy fails: > > we dont have that many sections do we? I do. And I'm missing one quarter of the plots :-( > (And even if we had, I

Bug#657799: [Piuparts-devel] Bug#657799: piuparts-report creates one gs process per section

2013-02-21 Thread Holger Levsen
severity 657799 normal thanks Hi, On Donnerstag, 21. Februar 2013, Andreas Beckmann wrote: > Control: severity -1 important [...] > It probably causes an issue with open file descriptors: only plots for > the first 62 sections are generated, thereafter rpy fails: we dont have that many sections

Bug#657799: piuparts-report creates one gs process per section

2013-02-21 Thread Andreas Beckmann
Control: severity -1 important On 2012-01-28 22:47, Andreas Beckmann wrote: > This is probably some incorrect usage of python-rpy. > Having one process is not a problem, but these processes > stay around until piuparts-report has finished and only > at this point the charts are actually generated.

Bug#657799: piuparts-report creates one gs process per section

2012-01-28 Thread Andreas Beckmann
Package: piuparts Version: 0.43 Severity: normal This is probably some incorrect usage of python-rpy. Having one process is not a problem, but these processes stay around until piuparts-report has finished and only at this point the charts are actually generated. So it opens/forks per section but