fix(core): Fix int overflow on vms and rss computation

This commit is contained in:
smizrahi
2024-06-11 15:31:35 +02:00
parent 591d283425
commit 4b343f7070

View File

@@ -483,7 +483,7 @@ static BOOL debugLeaks;
- (void) checkIfDaemonHasToBeShutdown
{
unsigned int vmem;
unsigned long long vmem;
if (vMemSizeLimit > 0)
{