Skip to content

Commit

Permalink
Add temporary logging of system memory (apache#528)
Browse files Browse the repository at this point in the history
Need to determine when the job exhausts memory

Signed-off-by: Melvin Hillsman <mrhillsman@gmail.com>
  • Loading branch information
mrhillsman authored May 22, 2019
1 parent 68537d8 commit 3cf8627
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
export KUBE_FASTBUILD=true
export KUBERNETES_CONFORMANCE_TEST=y
# TEMP - Dump Memory Every Second
free -mt -s 2 >> $LOG_DIR/system_memory.log &
# Run e2e test using local deployment/provider
# Must run kubetest under kubernetes root directory
cd '{{ k8s_src_dir }}'
Expand Down

0 comments on commit 3cf8627

Please sign in to comment.