Skip to content

Commit

Permalink
use XL config for Sensi, set available-core to 2 (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: David BRAQUART <[email protected]>
  • Loading branch information
dbraquart authored Oct 3, 2023
1 parent fdbe57c commit cb2ad4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ hades2:

#Workaround iidm in-memory impl present on classpath (needed by cvg-extension)
network:
default-impl-name: NetworkStore
default-impl-name: NetworkStore

# Nb of sensi concurrent processes - should be in-sync with sensitivityanalysis.run.sensitivityanalysisGroup queue concurrency
computation-local:
available-core: 2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
app.kubernetes.io/component: gridsuite-springboot
gridsuite.org/springboot-with-database: "true"
annotations:
gridsuite.org/size: springboot-l-forking
gridsuite.org/size: springboot-xl-forking
spec:
selector:
matchLabels:
Expand Down

0 comments on commit cb2ad4a

Please sign in to comment.