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
There is currently a small issue with ARM Macs. There is a bug in parallel that prevents --memfree working as intended. Currently running this little script works to fix this!
cat $(which earlGrey | sed 's|earlgrey.*|earlgrey/share/earlgrey-3.1-0/scripts/TEstrainer/TEstrainer_for_earlGrey.sh|g') | sed 's|--memfree.*-a|-a|g' > $(which earlGrey | sed 's|earlgrey.*|earlgrey/share/earlgrey-3.1-0/scripts/TEstrainer/TEstrainer_for_earlGrey.sh|g').1 && mv $(which earlGrey | sed 's|earlgrey.*|earlgrey/share/earlgrey-3.1-0/scripts/TEstrainer/TEstrainer_for_earlGrey.sh|g'){.1,}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is currently a small issue with ARM Macs. There is a bug in parallel that prevents --memfree working as intended. Currently running this little script works to fix this!
Beta Was this translation helpful? Give feedback.
All reactions