Skip to content

Commit

Permalink
Add REALIZATION_MEMORY to init_site_config_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj authored and berland committed Oct 25, 2024
1 parent da45b44 commit 6153918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/config/parsing/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def init_site_config_schema() -> ConfigSchemaDict:
for item in [
positive_int_keyword(ConfigKeys.MAX_SUBMIT),
positive_int_keyword(ConfigKeys.NUM_CPU),
string_keyword(ConfigKeys.REALIZATION_MEMORY),
queue_system_keyword(True),
queue_option_keyword(),
job_script_keyword(),
Expand Down

0 comments on commit 6153918

Please sign in to comment.