Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

v13: Error: most likely hit a memory limit

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
reportmemoryOdoo13.0
1 Rispondi
5256 Visualizzazioni
Avatar
SmithJohn45

kindly help to overcome the situation, when user runs a report to extract for more than 4 Months it is throwing error as below: (replaced actual word with xxxxx intentionally)


ERROR xxxxx-purchase-approval-10635620 odoo.sh: Worker process (pid=229) was killed by signal 9 (most likely hit a memory limit, please check your custom modules memory usage.)


is it related to any configuration/setting? or physical memory of Server or Client machine?


please help how to resolve this issue.


regards

0
Avatar
Abbandona
SmithJohn45
Autore

any help please??

SmithJohn45
Autore

nobody yet faced this problem?

Avatar
Maciej Burzymowski
Risposta migliore

Hello John,

The error message you’re seeing indicates that the worker process of your Odoo instance was terminated due to a memory limit being exceeded. This can happen if your custom module or other processes within Odoo consume a significant amount of memory. Here are a few suggestions on how to resolve this issue:


Check Your Custom Modules: Review the code in your custom modules to see if there are any memory-intensive operations that could be optimized. This could include large database queries, complex computations, or large data structures.


Increase Worker Memory Limit: If your server has enough physical memory, you can increase the memory limit for Odoo worker processes. This can be done by adjusting the limit_memory_hard and limit_memory_soft parameters in your Odoo configuration file.


Add More Workers: If your server has multiple cores, you can increase the number of worker processes to better utilize your server’s resources. This can be done by adjusting the workers parameter in your Odoo configuration file.


Upgrade Server Hardware: If your server is consistently running out of memory, it may be necessary to upgrade your server to a machine with more RAM.


Remember, these are just suggestions and the exact solution may vary depending on the specifics of your Odoo instance and server configuration. It’s always a good idea to backup your data and configuration before making any changes. If you’re unsure, consider reaching out to a professional Odoo consultant.

Best regards,

Maciej

0
Avatar
Abbandona
SmithJohn45
Autore

thanks a bunch for your inputs/guidance & suggestions.
yes in this report the Query is heavy enough to gather information from various Models / Tables, this is a table Function to return Records and it runs in PgAdmin fine, the responsible persons has increased Worker Memory Limit and added more Workers but still situation is same. more likely it can be lead to upgrade Server hardware as you have suggested. developers already tried their best to optimize the Queries in said function.

thanks again for reply.

best regards

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Footer on the last page of pdf report
report Odoo13.0 pdfreport
Avatar
0
ott 22
3410
Show tax amount instead of %
accounting report Odoo13.0
Avatar
Avatar
1
dic 20
2314
Average Price Issue in Invoice Report Pivot View
report pivot Odoo13.0
Avatar
0
lug 20
3749
External ID not found in the system: %s' % xmlid
mail report external_id Odoo13.0
Avatar
Avatar
5
gen 23
6236
Cannot allocate memory for output buffer error V12
report traceback memory v12
Avatar
0
feb 21
4852
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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