You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tiniest of tiny edits: in this section, on runtime variables:
I see this written:
Other formats that are accepted include: "memory: 2GB"
I think (at least VScode's linter thinks) that the 2Gb needs quotes around it to work. to make it clearer also drop the quotes around the entire thing and write it like this:
Other formats that are accepted include: memory: "2GB",
The text was updated successfully, but these errors were encountered:
tiniest of tiny edits: in this section, on runtime variables:
I see this written:
Other formats that are accepted include:
"memory: 2GB"
I think (at least VScode's linter thinks) that the 2Gb needs quotes around it to work. to make it clearer also drop the quotes around the entire thing and write it like this:
Other formats that are accepted include:
memory: "2GB"
,The text was updated successfully, but these errors were encountered: