mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Enable assertions in reconvert script.
This commit is contained in:
parent
2a25b5e8a9
commit
02db999762
@ -8,6 +8,7 @@ SAMPLE_DIR="samples/${SAMPLE_NAME}/"
|
||||
## Configuration
|
||||
|
||||
CONVERTER_PROCESS_OPTS="
|
||||
-ea
|
||||
-Xmx16G
|
||||
-XX:-CompactStrings
|
||||
-XX:+UseParallelGC
|
||||
@ -16,6 +17,7 @@ CONVERTER_PROCESS_OPTS="
|
||||
"
|
||||
|
||||
LOADER_PROCESS_OPTS="
|
||||
-ea
|
||||
-Dsmall-ram=TRUE
|
||||
-Dlocal-index-path=vol/iw
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user