Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
b4cf7807
Commit
b4cf7807
authored
May 17, 2021
by
harshit aggarwal
Browse files
setting memory limits
parent
71a9afd4
Pipeline
#40182
failed with stages
in 2 minutes and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
b4cf7807
...
...
@@ -41,11 +41,11 @@ spec:
imagePullPolicy
:
Always
resources
:
requests
:
cpu
:
"
5
00m"
memory
:
"
2
Gi"
cpu
:
"
10
00m"
memory
:
"
4
Gi"
limits
:
cpu
:
"
1000m"
memory
:
"
2
Gi"
memory
:
"
4
Gi"
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
@@ -112,7 +112,5 @@ spec:
value
:
"
32"
-
name
:
executor_n_threads
value
:
"
32"
-
name
:
JAVA_OPTS
value
:
"
-XX:InitialRAMPercentage=25.0
-XX:MaxRAMPercentage=50.0"
-
name
:
max_lock_renew_duration_seconds
value
:
"
2000"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment