Skip to content

Commit

Permalink
fix: ram request = limit for stateful executor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 8, 2024
1 parent 6a9b6e3 commit 694afa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private ExecutorDatabaseStatefulTemplate() {
"resources": {
"requests": {
"cpu": "10m",
"memory": "16Mi",
"memory": "{ram}",
"ephemeral-storage": "40Mi"
},
"limits": {
Expand Down

0 comments on commit 694afa9

Please sign in to comment.