Skip to content

Commit

Permalink
Revert "Add memory tracking"
Browse files Browse the repository at this point in the history
This reverts commit 539291c.
  • Loading branch information
imjoshin committed Feb 14, 2022
1 parent 539291c commit f28ba4a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions benchmarks/memory/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.csv
.docker.meminfo
*.csv
3 changes: 0 additions & 3 deletions benchmarks/memory/scripts/docker-start
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ DOCKER_ID=$(\
| head -c 12 \
)

sleep 1
docker exec $DOCKER_ID bash -c "/usr/src/app/scripts/docker-write-memory &"

echo "\nStarted container id ${DOCKER_ID} with ${MEMORY_LIMIT} of memory! Run \`yarn docker:connect\` to connect to the container.\n"
4 changes: 0 additions & 4 deletions benchmarks/memory/scripts/docker-write-memory

This file was deleted.

0 comments on commit f28ba4a

Please sign in to comment.