Use the actual available free memory instead of the max possible
This commit is contained in:
@@ -33,6 +33,8 @@ public abstract class OS {
|
||||
|
||||
public abstract int getMemory();
|
||||
|
||||
public abstract int getFreeMemory();
|
||||
|
||||
public abstract String getRenderBinaryPath();
|
||||
|
||||
public String getCUDALib() {
|
||||
|
||||
Reference in New Issue
Block a user