Fantasim

Results 12 comments of Fantasim

Hi @djorkaeffalexandre , still not supported.

on first render viewRef props is null, that change when image (if you has used example)

@Naoto-Ida Yes i did that, @magus is it possible to fix that with npm?

I managed to fix the issue manually in updating the code. The error come from free naming of the json file in your .cache folder (option -c when you created...

Here is more logs about the killing reason: ``` Apr 3 11:47:51 louis kernel: [1441781.832771] geth invoked oom-killer: gfp_mask=0x1100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0 Apr 3 11:47:51 louis kernel: [1441781.832776] CPU: 6 PID:...

> it said > > geth invoked oom-killer: gfp_mask=0x1100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0 > > so you ran out of memory after a few hours, have you tried killing other processes or...

I've managed to decrease the memory consumption by passing these parameters: ``` --disable-broadcast-slashings --max-goroutines 3000 --backfill-worker-count 16 blob-batch-limit 32 block-batch-limit 32 --p2p-max-peers 35 ``` So far, after 2 days it...