mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 02:20:44 +00:00
increase memory assumption per region
This commit is contained in:
@@ -170,7 +170,7 @@ public class IrisSettings {
|
|||||||
if (tectonicPlateSize > 0)
|
if (tectonicPlateSize > 0)
|
||||||
return tectonicPlateSize;
|
return tectonicPlateSize;
|
||||||
|
|
||||||
return (int) (getHardware.getProcessMemory() / 200L);
|
return (int) (getHardware.getProcessMemory() / 512L);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user