Fix: CSV Header using regex
Boost regex run out of stack memory when analysing a too long header in CSV Reader box.
Solution to keep the code as it is: change build config of boost regex, to not be recursive and allow more memory usage.
[En cours] Mise en place de quotas sur nos instances GitLab. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
[In progress] Quotas installation on our GitLab instances. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Prochaine maintenance programmée : lundi 07/10
Pour plus d'informations : https://doc-si.inria.fr/display/SU/Gitlab
Boost regex run out of stack memory when analysing a too long header in CSV Reader box.
Solution to keep the code as it is: change build config of boost regex, to not be recursive and allow more memory usage.