What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi at all, how much memory need the console command “oms:check-condition”?

UKBF1R1S5
UKBF1R1S5 Posts: 34 🧑🏻‍🚀 - Cadet

Hi at all, how much memory need the console command “oms:check-condition”?

Comments

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 🧑🏻‍🚀 - Cadet

    it really depends on code that is triggered...

  • Ievgen Varava
    Ievgen Varava Sprykee Posts: 154 🧑🏻‍🚀 - Cadet

    as this console command will trigger transitions in state machine and therefore any operation might get executed depending on current state

  • Andriy Netseplyayev
    Andriy Netseplyayev Sprykee Posts: 519 🧑🏻‍🚀 - Cadet

    right, on top of that it might depend on: how many active state machines are in the system and how many order items you have.

  • UKBF1R1S5
    UKBF1R1S5 Posts: 34 🧑🏻‍🚀 - Cadet

    thx for your answer. is the size of transition logs also an indication for huge memory consumption?

  • UM4BZSK7T
    UM4BZSK7T Posts: 174 🧑🏻‍🚀 - Cadet

    You could use blackfire to profile the console command and get a good impression how memory and run time it needs.