Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

File size of ~/.rovodev/config.yml explodes to 500MB

rmoriz June 28, 2025

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?

 

2 comments

Comment

Log in or Sign up to comment
rmoriz June 28, 2025

 

- 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)


[massive amount of whitespaces]

echo "Debug - Full output: ''$weather_data''"'
permission: allow
- command: make run-silent | head -c 50
permission: allow



 

Kun Chen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 28, 2025

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! 

Like # people like this
TAGS
AUG Leaders

Atlassian Community Events