Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
ci: increase memory size of the nfs server
Browse files Browse the repository at this point in the history
So that it is less likely to be killed by the OOM killer.

Signed-off-by: Peng Tao <[email protected]>
  • Loading branch information
bergwolf committed Aug 31, 2017
1 parent f2200c8 commit 8c1a0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hyper::test::service() {

hyper::test::nfs_volume() {
echo "create nfs volume server"
server=$(sudo hyperctl run -d hyperhq/nfs-server-tester | sed -ne "s/POD id is \(.*\)/\1/p")
server=$(sudo hyperctl run --memory 256 -d hyperhq/nfs-server-tester | sed -ne "s/POD id is \(.*\)/\1/p")
ip=$(sudo hyperctl exec $server ip addr |sed -ne "s|.* \(.*\)/24.*|\1|p")
sleep 10 # nfs-server-tester takes a bit long to init in hykins
echo "create nfs volume client"
Expand Down

0 comments on commit 8c1a0e2

Please sign in to comment.