Skip to content

Commit

Permalink
increase java max heap size of the system adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapako committed Jun 26, 2018
1 parent 0aa4c44 commit f2fb28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ echo $(date +%H:%M:%S.%N | cut -b1-12)" : Virtuoso Server started successfully."

# run the system adapter
echo $(date +%H:%M:%S.%N | cut -b1-12)" : Running the System adapter..."
java -cp /versioning/versioning.jar org.hobbit.core.run.ComponentStarter org.hobbit.benchmark.versioning.systems.VirtuosoSystemAdapter
java -Xmx4g -cp /versioning/versioning.jar org.hobbit.core.run.ComponentStarter org.hobbit.benchmark.versioning.systems.VirtuosoSystemAdapter

0 comments on commit f2fb28f

Please sign in to comment.