Skip to content

Commit

Permalink
refactor: openai limit increased from 100 to 500M (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatovFedor authored Jun 28, 2023
1 parent 29bbd05 commit e0bf64e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand All @@ -160,7 +160,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand All @@ -179,7 +179,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand All @@ -198,7 +198,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand All @@ -217,7 +217,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 500M
reservations:
memory: 100M

Expand Down

0 comments on commit e0bf64e

Please sign in to comment.