It is ok to delete extraneous data from the config file right? Ie,

It is ok to delete extraneous data from the config file right? Ie, anything already commented out does not need to be there and is safe to remove?

In theory yes. However when asking for help in the community we ask that users first make sure they only modified their config strictily no more than necessary.

Thanks @Arthur_Wolf , I’ve been working very hard on my config file and I’m worried I missed something. I thought the best bet would be strip it down to the bare minimum. I understand your position though. Plus http://smoothie.org is down at the moment so I can’t use it for reference today.

@Arthur_Wolf , I took your advice and just modified as needed… :slight_smile:

@Arthur_Wolf I made some testings using “mem” command, with and without comments on config file, and I saw the heap size and unused memory concepts does not change in both cases. Is there a problem if I have multiple comments along the config file ?. Are they ignored over memory space ?.

@Antonio_Hernandez yes comments are ignored and skipped.

Ok, thanks for the info @Arthur_Wolf !