memory icon indicating copy to clipboard operation
memory copied to clipboard

A go function to report total system memory

Results 4 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...

Both LXC and Docker containers seem to be reporting host system memory instead of available memory. See: https://github.com/timescale/timescaledb-tune/issues/58

This is the only dependency of this package which is quite useful: https://github.com/KimMachineGun/automemlimit Could you consider tagging a release? Thanks!