Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Sven-Ove Hänsel
ma_code
Commits
a91a3441
Commit
a91a3441
authored
2 weeks ago
by
Sven-Ove Hänsel
Browse files
Options
Downloads
Patches
Plain Diff
increase ram
parent
c68efbd7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/infrastructure/docker-compose_memgraph_idacs.yml
+3
-3
3 additions, 3 deletions
code/infrastructure/docker-compose_memgraph_idacs.yml
with
3 additions
and
3 deletions
code/infrastructure/docker-compose_memgraph_idacs.yml
+
3
−
3
View file @
a91a3441
...
@@ -70,12 +70,12 @@ services:
...
@@ -70,12 +70,12 @@ services:
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
memory
:
1
2
G
memory
:
1
6
G
cpus
:
'
4.0'
# Limiting to 4 CPU cores
cpus
:
'
4.0'
# Limiting to 4 CPU cores
reservations
:
reservations
:
memory
:
1
2
G
memory
:
1
6
G
cpus
:
'
2.0'
# Reserving 2 CPU cores
cpus
:
'
2.0'
# Reserving 2 CPU cores
mem_limit
:
1
2
G
# Set a hard memory limit
mem_limit
:
1
6
G
# Set a hard memory limit
memswap_limit
:
0G
# Set a swap limit to prevent excessive swapping -> export RAM to Harddrive (Paging)
memswap_limit
:
0G
# Set a swap limit to prevent excessive swapping -> export RAM to Harddrive (Paging)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment