-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel Ingestion broken (Horizon vers 2.15.1) #4321
Comments
may be related to this issue from a different customer: #4319 |
Related: #4255 The parsing error is probably a red herring (and likely caused by stellar core crashing, my guess is it's OOM-killed) |
gcp instance version command
|
24 workers is probably too much With recent ledgers, captive core consumes >10GB or RAM That's 24*10 = 240 GB of RAM, which is higher than 128GB (without even counting the RAM consumed by the system and by horizon). Did you monitor the used RAM while running reingestion? |
Note that we are planning to reduce the RAM requirements in Horizon 3.0 by not requiring the use of Captive Core. |
Also note that there is an issue in Core version > 18.2.0 and < 18.5.0 which breaks reingestion. Please upgrade to Core 18.5.0 or downgrade to Core 18.2.0 |
Seems to be resolved with update of Core > 18.5.0 |
-parallel-workers seems to be broken.
From stellar.private.horizon (keybase channel)
the injestion thread started with 24 but slowly dwindled to 1 thread
Version Info ---
The text was updated successfully, but these errors were encountered: