Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

MemoryError when trying to print the Dynamic General Ledget report - 5,700,000 journal items

Odebírat

Get notified when there's activity on this post

This question has been flagged
developmentperformanceaccountingdebugerrorErrorTraceback
1 Odpovědět
340 Zobrazení
Avatar
rc_codes

I get this error when trying to print the Dynamic General Ledger report. After loading for some time, it displays a “Memory Error” on the server, although it loads successfully on the local system. How can we fix this memory issue? (The server contains about 5,700,000 journal items.)

0
Avatar
Zrušit
Christoph Farnleitner

Self hosted or hosted by Odoo? Version of Odoo? In general, there are options in the conf file to set allowed resources.

rc_codes
Autor

Odoo version 16, self hosted

Ray Carnes (ray)

"MemoryError" is not a question. A question is a substantial phrase that ends with "?"

We get close to 1,000 posts a month and not everyone will open a post to find out what your question is.

I have edited your post to make the title a question.

In the future, please consider (1) using a Question that makes it clear what you ask without requiring people to open your post and (2) adding Tags. This will often increase the chances people will respond and also make everything clearer for others who may come along later searching for the same thing.

Failing that, you can paste your future posts into an AI Chatbot and ask it to "please generate a question of no more than 16 words that summarizes what I am asking" and use that as your question.

See also https://www.odoo.com/forum/help-1/meta-why-do-some-questions-get-answers-and-others-do-not-25620

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Nejlepší odpověď

Hi,

The “Memory Error” occurs because the Dynamic General Ledger report tries to load all 5.7 million journal items into memory at once. While this may work on a local system with fewer records or more available RAM, the production server likely runs out of memory during processing. This is common when databases grow large and Odoo attempts to compute totals, filters, or PDF exports in memory instead of streaming results.

To fix this, start by optimizing your server resources — increase available RAM and, if possible, enable swap space to prevent crashes. Next, limit the data volume being processed at once: filter the report by smaller date ranges, journals, or accounts to reduce the load. You can also disable “load all entries” options if available in the report filters.

For a long-term solution, consider enabling PostgreSQL optimization (e.g., increasing work_mem and shared_buffers), and make sure your database has proper indexes on key fields like move_id, date, and account_id. If you are using Odoo Enterprise, you can schedule background reports or use spreadsheet-style reports to handle large data sets more efficiently.

In summary, this issue is caused by insufficient memory for such a large dataset. Filtering report ranges, improving server memory, and tuning PostgreSQL performance are the most effective ways to resolve it.


Hope it helps

0
Avatar
Zrušit
rc_codes
Autor

These are my current server resources:

nproc
8

free -h
total used free shared buff/cache available
Mem: 15Gi 1.2Gi 3.6Gi 162Mi 10Gi 13Gi
Swap: 0B 0B 0B

i have tried the swap, it removed the error and kept loading for a long time but did not give any results.

Codesphere Tech

Not seen the swap memory in your details.. you removed it?

Codesphere Tech

Have you update the below parameter in odoo.conf?
workers = 8
limit_memory_soft = 2684354560
limit_memory_hard = 3221225472
limit_request = 8192
limit_time_cpu = 1200
limit_time_real = 2400
max_cron_threads = 1

And also try this:https://pgtune.leopard.in.ua/

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
how to put fields under a single condition in form view (odoo version 17)
development accounting debug attrs
Avatar
Avatar
Avatar
2
čvn 25
3440
Hide invoice header and footer in odoo v17 Enterprise
development configuration accounting debug
Avatar
Avatar
1
čvn 25
1555
How to archive records in a model ? Vyřešeno
development setup accounting debug
Avatar
1
led 25
2587
Help with Subscription Webhooks
webclient javascript development accounting debug
Avatar
Avatar
1
říj 25
754
((@!@Humano en vivo))¿Cómo puedo hablar con una persona real en Copa? C*O*P*A
opportunities configuration performance accounting debug chrome
Avatar
0
lis 25
12
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now