Open eddy147 opened 6 years ago
Error : Project too large (11442430 tokens found, 1000000 tokens limit). Check config/exakat.ini to change this limit.
Our project is quite large (~1.5 million lines).
But I can not change the config if I run this as a docker container. Is it possible to set this during runtime as a parameter?
I found that creating a config.ini in the project folder has solved the issue for me
config.ini
The solution of @patrickjahns worked for me.
Error : Project too large (11442430 tokens found, 1000000 tokens limit). Check config/exakat.ini to change this limit.
Our project is quite large (~1.5 million lines).
But I can not change the config if I run this as a docker container. Is it possible to set this during runtime as a parameter?