Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nomad-distro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-distro
Merge requests
!115
Enable the porosity normalizer on staging for processing more MOF data.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Enable the porosity normalizer on staging for processing more MOF data.
enable-porosity-on-staging
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
Markus Scheidgen
requested to merge
enable-porosity-on-staging
into
main
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This is temporary to facilitate some processing.
It enables the porosity normalizer.
Eases the processing config to be more stable.
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
e12463b9
1 commit,
5 months ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ops/kubernetes/nomad-prod-staging.yaml
+
4
−
2
Options
@@ -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
:
"
3
2Gi"
memory
:
"
2
56
Gi"
requests
:
memory
:
"
8Gi"
Loading