mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +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
|
## Configuration
|
||||||
|
|
||||||
CONVERTER_PROCESS_OPTS="
|
CONVERTER_PROCESS_OPTS="
|
||||||
|
-ea
|
||||||
-Xmx16G
|
-Xmx16G
|
||||||
-XX:-CompactStrings
|
-XX:-CompactStrings
|
||||||
-XX:+UseParallelGC
|
-XX:+UseParallelGC
|
||||||
@ -16,6 +17,7 @@ CONVERTER_PROCESS_OPTS="
|
|||||||
"
|
"
|
||||||
|
|
||||||
LOADER_PROCESS_OPTS="
|
LOADER_PROCESS_OPTS="
|
||||||
|
-ea
|
||||||
-Dsmall-ram=TRUE
|
-Dsmall-ram=TRUE
|
||||||
-Dlocal-index-path=vol/iw
|
-Dlocal-index-path=vol/iw
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user