After a couple of sessions the file size exploded due to excessive whitespace/newlines. It also makes acli rovodev consume 100% CPU and 1GB+ of RAM on startup while hanging after "Working in /path/to/project"
➜ .rovodev wc -l config.yml
536860015 config.yml
➜ ls -lah config.yml
-rw-r--r-- 1 rmoriz staff 512M Jun 28 22:02 config.yml
For me, the whitespace starts after
- command: "v run meteo_parser.v | python3 -m json.tool > /dev/null && echo \"\
\u2713 JSON is valid\" || echo \"\u2717 JSON is invalid\""
permission: allow
- command: 'weather_data=$(make run)
(1:1 copy, see the single quote and the missing single quote)
I'm currently using 1.2.8-stable but just upgraded from the prior version. so maybe this is already fixed. I assume I can delete this file?
Hi @rmoriz - thanks for reporting this to us! Yes we've just fixed this problem. It's safe to delete the config file and the problem should stop occurring now that you're on 1.2.8. Let us know if you run into it again and we're happy to take a look!