Optimization is taking a long time

Hi,

I’m trying to add third party kibana plugins (Sentinl in particular), in which the kibana started optimizing and caching bundles. Around 1 hour has passed and it’s still not finished.
Any help?

Thanks in advance!

Hi nmsilva,

You must set your node module ram higher. You can do this like this in the command line

 NODE_OPTIONS="--max-old-space-size=4096" 
 bin/kibana-plugin install sentinl.zip

Hi,

Thanks! it worked :slight_smile:

No Problem :blush:

Have a nice day!

Best regards,
Robert