You can free the memory that a variable x is taking up by running x = nothing. You would just have to find which variables are taking up the most memory and set them to nothing.
1 Like
You can free the memory that a variable x is taking up by running x = nothing. You would just have to find which variables are taking up the most memory and set them to nothing.