From 58eb3931f733700923f3cdb5207119b02d1e034b Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 13 Sep 2013 11:21:47 +0200 Subject: [PATCH] [IMP] account_export_csv - set 2GB complete value to better comment --- account_export_csv/wizard/account_export_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_export_csv/wizard/account_export_csv.py b/account_export_csv/wizard/account_export_csv.py index 0db9f679..83955212 100644 --- a/account_export_csv/wizard/account_export_csv.py +++ b/account_export_csv/wizard/account_export_csv.py @@ -237,7 +237,7 @@ class AccountCSVExport(orm.TransientModel): if it has been generated. To be able to export bigger volume of data, it is advised to set - limit_memory_hard to (2 GB) to generate the file and let + limit_memory_hard to 2097152000 (2 GB) to generate the file and let OpenERP load it in the wizard when trying to download it. Tested with up to a generation of 700k entry lines