src/main/java: Adjust curation README

DSpace 6 doesn't have the `-l` option to limit the cache size.
This commit is contained in:
Alan Orth 2020-08-10 20:04:46 +03:00
parent 735e759033
commit 2e779efb14
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@ countrycodetagger.iso3166-alpha2.field = cg.coverage.iso3166-alpha2
Once the jar is installed and you have added appropriate configuration in `~/dspace/config/modules`:
```
$ ~/dspace/bin/dspace curate -t countrycodetagger -i 10568/3 -r - -l 500 -s object
$ ~/dspace/bin/dspace curate -t countrycodetagger -i 10568/3 -r - -s object
```
*Note*: it is very important to set the cache limit (`-l`) and the database transaction scope to something sensible (`object`) if you're curating a community or collection with more than a few hundred items.
*Note*: it is very important to set the database transaction scope to something sensible (`object`) if you're curating a community or collection with more than a few hundred items.
## TODO