Skip to content

fix perc_reserved_mem_max env var#28

Open
fatalis wants to merge 1 commit into
deepbeepmeep:mainfrom
fatalis:patch-1
Open

fix perc_reserved_mem_max env var#28
fatalis wants to merge 1 commit into
deepbeepmeep:mainfrom
fatalis:patch-1

Conversation

@fatalis
Copy link
Copy Markdown

@fatalis fatalis commented May 14, 2026

    if perc_reserved_mem_max <= 0:
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '<=' not supported between instances of 'str' and 'int'```

```    if perc_reserved_mem_max <= 0:
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '<=' not supported between instances of 'str' and 'int'```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant