Skip to content

Commit

Permalink
Reducing memory further
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Rawal committed Sep 1, 2016
1 parent d2b73e8 commit 42dd7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 3500
./dgraphassigner --numInstances 1 --instanceIdx 0 --rdfgzips $benchmark/actor-director.gz --uids ~/dgraph/u --stw_ram_mb 3000
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 3500
./dgraphloader --numInstances 1 --instanceIdx 0 --rdfgzips $benchmark/actor-director.gz --uids ~/dgraph/u --postings ~/dgraph/p --stw_ram_mb 3000
popd &> /dev/null

0 comments on commit 42dd7e1

Please sign in to comment.