Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test to showcase high memory consumption of batch_script_get_history #89

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 21, 2022

  1. Test to showcase high memory consumption of batch_script_get_history

    When running `batch_script_get_history` on a Linux machine with processing many scripts the memory consumption is enormous and does not go down.
    This test showcases this behavior. When triggering the test with 7000 scripts we see a memory consumption of about 4GB.
    This problem could be reproduced on multiple Linux machine, but not on MacOS.
    
    Note that you can add a loop to re-trigger the batching to see that the memory does not get freed.
    luckysori authored and da-kami committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    335fbcb View commit details
    Browse the repository at this point in the history