mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
Added settings to allow for memory efficiency
This commit is contained in:
10
.env
10
.env
@@ -1,5 +1,11 @@
|
||||
PORT=8062
|
||||
BIND_ADDRESS=0.0.0.0
|
||||
FORCE_FILE_REBUILD=0
|
||||
FORCE_FILE_REBUILD=1
|
||||
DEBUG=0
|
||||
NODE_ENV=production
|
||||
NODE_ENV=production
|
||||
# Memory Impacting Settings - Trades for threading efficiency. Much slower, but should be useful for limited memory environments like VPS
|
||||
# May also decrease 504 failure rates
|
||||
# Changes the maximum number of jobs the crawler can queue. Setting it too high will cause a call stack overflow
|
||||
MAX_JOB_QUEUE=1000
|
||||
# Changes the maximum number of pages that can be fetched for parsing. Has a massive impact on memory usage. Setting to 12 results in about 1.1GiB memory usage
|
||||
MAX_FETCH_JOBS=1000
|
||||
Reference in New Issue
Block a user