jsonui icon indicating copy to clipboard operation
jsonui copied to clipboard

chokes on large json file

Open porjo opened this issue 7 years ago • 4 comments

jsonui chokes on this 1.3MB file:

video.json.gz

Navigating up/down causes a 5 second delay while CPU sits at 100%. Memory usage is in excess of 400MB RSS.

porjo avatar Nov 03 '18 06:11 porjo

Hi @porjo . I'm without my machine for the next 3 weeks. I will try to look into this when I have my machine back.

gulyasm avatar Nov 03 '18 14:11 gulyasm

Here's the cpu profile output from pprof:

pprof001.svg.gz

Seems to be tied up with memory management

porjo avatar Nov 05 '18 10:11 porjo

it's considerably slow on a 360 kB file too.

bAndie91 avatar Sep 15 '20 10:09 bAndie91

Any movement on improving the speed? I've run it on some pretty large systems and it chokes on files that are only a few hundred lines long.

rmasci avatar Jun 23 '21 15:06 rmasci