[Zope] Large BTreeFolder2 batching/pagination

Andreas Jung lists at zopyx.com
Sun Nov 8 07:24:24 EST 2009


Am 08.11.09 13:17, schrieb Ken Ara:
> I take your suggestion to find a Catalog-based solution. I have set the subtransactions very low (100).
>
> But I have got the following error:
>
> Traceback (innermost last):
>   Module ZPublisher.Publish, line 119, in publish
>   Module ZPublisher.mapply, line 88, in mapply
>   Module ZPublisher.Publish, line 42, in call_object
>   Module Products.ZCatalog.ZCatalog, line 348, in manage_catalogFoundItems
>   Module Products.ZCatalog.ZCatalog, line 800, in ZopeFindAndApply
>   Module Products.ZCatalog.ZCatalog, line 559, in catalog_object
>   Module transaction._manager, line 110, in savepoint
>   Module transaction._transaction, line 312, in savepoint
>   Module transaction._transaction, line 309, in savepoint
>   Module transaction._transaction, line 737, in __init__
>   Module ZODB.Connection, line 1034, in savepoint
>   Module ZODB.Connection, line 543, in _commit
>   Module ZODB.Connection, line 571, in _store_objects
>   Module ZODB.Connection, line 1168, in store
> IOError: [Errno 28] No space left on device
>
> I am guessing that this process is using the /tmp directory which unfortunately was incorrectly sized at only 1.9Gb. Can someone confirm this? 
>
> Then either I must find a way to change the /tmp size, or is there a solution through Zope?
export TMPDIR= ...

-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20091108/0f6a65c5/attachment.vcf 


More information about the Zope mailing list