mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
[programming challenge]
* stupid AI will print more info * proper handling of too long processing of battle end calls * doxygenized some comments
This commit is contained in:
@ -523,6 +523,7 @@ bool memViolated(const int pid, const int refpid, const int limit) {
|
||||
|
||||
void memoryMonitor(int lAIpid, int rAIpid, int refPid)
|
||||
{
|
||||
setThreadName(-1, "memoryMonitor");
|
||||
const int MAX_MEM = 20000; //in blocks (of, I hope, 4096 B)
|
||||
monitringRes = 2;
|
||||
tlog0 << "Monitor is activated\n";
|
||||
|
Reference in New Issue
Block a user