Skip to content

Commit

Permalink
Reducing stw_ram_mb in travis tests so that they don't panic
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Rawal committed Sep 1, 2016
1 parent 35a04c3 commit d2b73e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/assign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ export LD_LIBRARY_PATH="${ROCKSDBDIR}:${LD_LIBRARY_PATH}"

pushd cmd/dgraphassigner &> /dev/null
go build .
./dgraphassigner --numInstances 1 --instanceIdx 0 --rdfgzips $benchmark/actor-director.gz --uids ~/dgraph/u --stw_ram_mb 6000
./dgraphassigner --numInstances 1 --instanceIdx 0 --rdfgzips $benchmark/actor-director.gz --uids ~/dgraph/u --stw_ram_mb 3500
popd &> /dev/null
2 changes: 1 addition & 1 deletion contrib/loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export LD_LIBRARY_PATH="${ROCKSDBDIR}:${LD_LIBRARY_PATH}"

pushd cmd/dgraphloader &> /dev/null
go build .
./dgraphloader --numInstances 1 --instanceIdx 0 --rdfgzips $benchmark/actor-director.gz --uids ~/dgraph/u --postings ~/dgraph/p --stw_ram_mb 6000
./dgraphloader --numInstances 1 --instanceIdx 0 --rdfgzips $benchmark/actor-director.gz --uids ~/dgraph/u --postings ~/dgraph/p --stw_ram_mb 3500
popd &> /dev/null
2 changes: 1 addition & 1 deletion contrib/simple-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export LD_LIBRARY_PATH="${ROCKSDBDIR}:${LD_LIBRARY_PATH}"

pushd cmd/dgraph &> /dev/null
go build .
./dgraph --uids ~/dgraph/u0 --postings ~/dgraph/p0 --mutations ~/dgraph/m0 --stw_ram_mb 6000 &
./dgraph --uids ~/dgraph/u0 --postings ~/dgraph/p0 --mutations ~/dgraph/m0 &

# Wait for server to start in the background.
until nc -z 127.0.0.1 8080;
Expand Down

0 comments on commit d2b73e8

Please sign in to comment.