Tools for memory consumptions research

insert_plants.sh

Bash script that inserts plantings for a medium, big, large or very large map.

Usage:

./insert_plants.sh <created_by> <modified_by> <layer_id> <size>

created_by, modified_by and layer_id are most easily gotten from manually creating a map and one plant, as described in the research document.

Sizes:

  • medium -> 100 rows (0..99)
  • big -> 400 rows (100..499)
  • large -> 500 rows (500..999)
  • very-large -> 4000 rows (1000..4999)

For data set size consistency, the script should be run on the same map, increasing it each time.