Skip to content
Snippets Groups Projects

Enable the porosity normalizer on staging for processing more MOF data.

Open Markus Scheidgen requested to merge enable-porosity-on-staging into main
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,8 @@ nomad:
plugins:
entry_points:
exclude: # remove the default exclude of the porosity normalizer
- normalizers/simulation/soap
options:
"nomad_aitoolkit.apps:aitoolkit":
upload_ids:
@@ -44,10 +46,10 @@ nomad:
worker:
replicaCount: 2
processes: 12
processes: 8
resources:
limits:
memory: "32Gi"
memory: "256Gi"
requests:
memory: "8Gi"
Loading