exakat / exakat-docker

Docker Container for Exakat
20 stars 9 forks source link

Project too large #13

Open eddy147 opened 6 years ago

eddy147 commented 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?

patrickjahns commented 6 years ago

I found that creating a config.ini in the project folder has solved the issue for me

abdelgmartinezl commented 6 years ago

The solution of @patrickjahns worked for me.