memory icon indicating copy to clipboard operation
memory copied to clipboard

A go function to report total system memory

Results 2 memory issues
Sort by recently updated
recently updated
newest added

From the discussion in #9, this is the AvailableMemory() function addition. It intends to return free+freeable memory. I think Windows is ready to go as-is, and this adds the change...

It would be useful to get notifications when long-running code uses too much memory. Then it could dynamically tune parallelism to ensure it doesn't overcommit. Something similar to this interface...