mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-05 05:17:46 -04:00
bump hard mem limit...may go up to 3072
This commit is contained in:
@@ -2039,7 +2039,7 @@ void MemoryManager::setLimit(int, bool, bool)
|
||||
|
||||
int MemoryManager::getLimit()
|
||||
{
|
||||
return 768;
|
||||
return 2048;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user