Kibana typescript check script default memory has been increased #168893
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
After #167060 being merged the memory the typescript script runs with was bumped at https://github.com/delanni/kibana/blob/main/packages/kbn-ts-type-check-cli/run_type_check_cli.ts.
I think this is hiding an underlying problem related with the fact that some TS project just got to big and need to be split in 2.
We should detect it, split the project and use the default heap size again.
The text was updated successfully, but these errors were encountered: